Struct qapi_spec::CommandSerializer [] [src]

pub struct CommandSerializer<C: Command>(pub C);

Trait Implementations

impl<C: Debug + Command> Debug for CommandSerializer<C>
[src]

[src]

Formats the value using the given formatter. Read more

impl<C: Clone + Command> Clone for CommandSerializer<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<C> Send for CommandSerializer<C> where
    C: Send

impl<C> Sync for CommandSerializer<C> where
    C: Sync