Struct rustbus::wire::marshal::traits::ObjectPath [−][src]
Implementations
impl<S: AsRef<str>> ObjectPath<S>
[src]
impl<S: AsRef<str>> ObjectPath<S>
[src]Trait Implementations
impl<S: Clone + AsRef<str>> Clone for ObjectPath<S>
[src]
impl<S: Clone + AsRef<str>> Clone for ObjectPath<S>
[src]fn clone(&self) -> ObjectPath<S>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<S: AsRef<str>> Marshal for ObjectPath<S>
[src]
impl<S: AsRef<str>> Marshal for ObjectPath<S>
[src]fn marshal(&self, ctx: &mut MarshalContext<'_, '_>) -> Result<(), Error>
[src]
fn marshal_as_variant(
&self,
ctx: &mut MarshalContext<'_, '_>
) -> Result<(), Error>
[src]
&self,
ctx: &mut MarshalContext<'_, '_>
) -> Result<(), Error>
impl<S: PartialEq + AsRef<str>> PartialEq<ObjectPath<S>> for ObjectPath<S>
[src]
impl<S: PartialEq + AsRef<str>> PartialEq<ObjectPath<S>> for ObjectPath<S>
[src]fn eq(&self, other: &ObjectPath<S>) -> bool
[src]
fn ne(&self, other: &ObjectPath<S>) -> bool
[src]
impl<S: AsRef<str>> Signature for ObjectPath<S>
[src]
impl<S: AsRef<str>> Signature for ObjectPath<S>
[src]impl<'buf, 'fds, S: AsRef<str> + Unmarshal<'buf, 'fds>> Unmarshal<'buf, 'fds> for ObjectPath<S>
[src]
impl<'buf, 'fds, S: AsRef<str> + Unmarshal<'buf, 'fds>> Unmarshal<'buf, 'fds> for ObjectPath<S>
[src]fn unmarshal(ctx: &mut UnmarshalContext<'fds, 'buf>) -> UnmarshalResult<Self>
[src]
impl<S: Copy + AsRef<str>> Copy for ObjectPath<S>
[src]
impl<S: Eq + AsRef<str>> Eq for ObjectPath<S>
[src]
impl<S: AsRef<str>> StructuralEq for ObjectPath<S>
[src]
impl<S: AsRef<str>> StructuralPartialEq for ObjectPath<S>
[src]
Auto Trait Implementations
impl<S> RefUnwindSafe for ObjectPath<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for ObjectPath<S> where
S: Send,
S: Send,
impl<S> Sync for ObjectPath<S> where
S: Sync,
S: Sync,
impl<S> Unpin for ObjectPath<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for ObjectPath<S> where
S: UnwindSafe,
S: UnwindSafe,