Struct qapi_spec::CommandSerializer [−][src]
pub struct CommandSerializer<C: Command>(pub C);
Trait Implementations
impl<C: Debug + Command> Debug for CommandSerializer<C>
[src]
impl<C: Debug + Command> Debug for CommandSerializer<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<C: Clone + Command> Clone for CommandSerializer<C>
[src]
impl<C: Clone + Command> Clone for CommandSerializer<C>
fn clone(&self) -> CommandSerializer<C>
[src]
fn clone(&self) -> CommandSerializer<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<C> Send for CommandSerializer<C> where
C: Send,
impl<C> Send for CommandSerializer<C> where
C: Send,
impl<C> Sync for CommandSerializer<C> where
C: Sync,
impl<C> Sync for CommandSerializer<C> where
C: Sync,