Struct qapi_spec::CommandSerializerRef [] [src]

pub struct CommandSerializerRef<'a, C: Command + 'a>(pub &'a C);

Trait Implementations

impl<'a, C: Debug + Command + 'a> Debug for CommandSerializerRef<'a, C>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, C: Clone + Command + 'a> Clone for CommandSerializerRef<'a, C>
[src]

[src]

Returns a copy of the value. Read more

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> Sync for CommandSerializerRef<'a, C> where
    C: Sync