Struct qapi_spec::CommandSerializer
source · pub struct CommandSerializer<C: Command>(pub C);
Tuple Fields§
§0: C
Trait Implementations§
source§impl<C: Clone + Command> Clone for CommandSerializer<C>
impl<C: Clone + Command> Clone for CommandSerializer<C>
source§fn clone(&self) -> CommandSerializer<C>
fn clone(&self) -> CommandSerializer<C>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more