Struct async_rustbus::rustbus_core::wire::marshal::traits::ObjectPath [−][src]
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
pub fn unmarshal(
ctx: &mut UnmarshalContext<'fds, 'buf>
) -> Result<(usize, ObjectPath<S>), Error>Auto Trait Implementations
impl<S> RefUnwindSafe for ObjectPath<S> where
S: RefUnwindSafe, impl<S> Send for ObjectPath<S> where
S: Send, impl<S> Sync for ObjectPath<S> where
S: Sync, impl<S> Unpin for ObjectPath<S> where
S: Unpin, impl<S> UnwindSafe for ObjectPath<S> where
S: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more