Enum qapi_qmp::MirrorSyncMode [−][src]
pub enum MirrorSyncMode {
top,
full,
none,
incremental,
}Variants
topfullnoneincremental
Trait Implementations
impl Debug for MirrorSyncMode[src]
impl Debug for MirrorSyncModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MirrorSyncMode[src]
impl Clone for MirrorSyncModefn clone(&self) -> MirrorSyncMode[src]
fn clone(&self) -> MirrorSyncModeReturns 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 Send for MirrorSyncMode
impl Send for MirrorSyncModeimpl Sync for MirrorSyncMode
impl Sync for MirrorSyncMode