Struct async_rustbus::rustbus_core::wire::marshal::traits::ObjectPath [−][src]
Implementations
impl<S> ObjectPath<S> where
S: AsRef<str>,
[src]
impl<S> ObjectPath<S> where
S: AsRef<str>,
[src]pub fn new(path: S) -> Result<ObjectPath<S>, Error>
[src]
pub fn to_owned(&self) -> ObjectPath<String>
[src]
Trait Implementations
impl<S> Clone for ObjectPath<S> where
S: Clone + AsRef<str>,
[src]
impl<S> Clone for ObjectPath<S> where
S: Clone + AsRef<str>,
[src]pub fn clone(&self) -> ObjectPath<S>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<S> Marshal for ObjectPath<S> where
S: AsRef<str>,
[src]
impl<S> Marshal for ObjectPath<S> where
S: AsRef<str>,
[src]pub fn marshal(&self, ctx: &mut MarshalContext<'_, '_>) -> Result<(), Error>
[src]
pub fn marshal_as_variant(
&self,
ctx: &mut MarshalContext<'_, '_>
) -> Result<(), Error>
[src]
&self,
ctx: &mut MarshalContext<'_, '_>
) -> Result<(), Error>
impl<S> PartialEq<ObjectPath<S>> for ObjectPath<S> where
S: PartialEq<S> + AsRef<str>,
[src]
impl<S> PartialEq<ObjectPath<S>> for ObjectPath<S> where
S: PartialEq<S> + AsRef<str>,
[src]pub fn eq(&self, other: &ObjectPath<S>) -> bool
[src]
pub fn ne(&self, other: &ObjectPath<S>) -> bool
[src]
impl<S> Signature for ObjectPath<S> where
S: AsRef<str>,
[src]
impl<S> Signature for ObjectPath<S> where
S: AsRef<str>,
[src]impl<'buf, 'fds, S> Unmarshal<'buf, 'fds> for ObjectPath<S> where
S: AsRef<str> + Unmarshal<'buf, 'fds>,
[src]
impl<'buf, 'fds, S> Unmarshal<'buf, 'fds> for ObjectPath<S> where
S: AsRef<str> + Unmarshal<'buf, 'fds>,
[src]pub fn unmarshal(
ctx: &mut UnmarshalContext<'fds, 'buf>
) -> Result<(usize, ObjectPath<S>), Error>
[src]
ctx: &mut UnmarshalContext<'fds, 'buf>
) -> Result<(usize, ObjectPath<S>), Error>
impl<S> Copy for ObjectPath<S> where
S: Copy + AsRef<str>,
[src]
S: Copy + AsRef<str>,
impl<S> Eq for ObjectPath<S> where
S: Eq + AsRef<str>,
[src]
S: Eq + AsRef<str>,
impl<S> StructuralEq for ObjectPath<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
impl<S> StructuralPartialEq for ObjectPath<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
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,