Struct qapi_spec::CommandSerializerRef [−][src]
Trait Implementations
impl<'a, C: Debug + Command + 'a> Debug for CommandSerializerRef<'a, C>
[src]
impl<'a, C: Debug + Command + 'a> Debug for CommandSerializerRef<'a, C>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a, C: Clone + Command + 'a> Clone for CommandSerializerRef<'a, C>
[src]
impl<'a, C: Clone + Command + 'a> Clone for CommandSerializerRef<'a, C>
fn clone(&self) -> CommandSerializerRef<'a, C>
[src]
fn clone(&self) -> CommandSerializerRef<'a, C>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<'a, C> Send for CommandSerializerRef<'a, C> where
C: Sync,
impl<'a, C> Send for CommandSerializerRef<'a, C> where
C: Sync,
impl<'a, C> Sync for CommandSerializerRef<'a, C> where
C: Sync,
impl<'a, C> Sync for CommandSerializerRef<'a, C> where
C: Sync,