Struct rustbus::wire::marshal::traits::SignatureWrapper [−][src]
pub struct SignatureWrapper<'a>(_);
Implementations
Trait Implementations
impl Marshal for SignatureWrapper<'_>
[src]
impl Marshal for SignatureWrapper<'_>
[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<'a> PartialEq<SignatureWrapper<'a>> for SignatureWrapper<'a>
[src]
impl<'a> PartialEq<SignatureWrapper<'a>> for SignatureWrapper<'a>
[src]fn eq(&self, other: &SignatureWrapper<'a>) -> bool
[src]
fn ne(&self, other: &SignatureWrapper<'a>) -> bool
[src]
impl Signature for SignatureWrapper<'_>
[src]
impl Signature for SignatureWrapper<'_>
[src]impl<'buf, 'fds> Unmarshal<'buf, 'fds> for SignatureWrapper<'buf>
[src]
impl<'buf, 'fds> Unmarshal<'buf, 'fds> for SignatureWrapper<'buf>
[src]