pub struct DriveMirror {
Show 17 fields pub unmap: Option<bool>, pub job_id: Option<String>, pub auto_finalize: Option<bool>, pub speed: Option<i32>, pub on_target_error: Option<BlockdevOnError>, pub format: Option<String>, pub replaces: Option<String>, pub node_name: Option<String>, pub on_source_error: Option<BlockdevOnError>, pub copy_mode: Option<MirrorCopyMode>, pub granularity: Option<u32>, pub device: String, pub sync: MirrorSyncMode, pub mode: Option<NewImageMode>, pub buf_size: Option<i32>, pub target: String, pub auto_dismiss: Option<bool>,
}

Fields

unmap: Option<bool>job_id: Option<String>auto_finalize: Option<bool>speed: Option<i32>on_target_error: Option<BlockdevOnError>format: Option<String>replaces: Option<String>node_name: Option<String>on_source_error: Option<BlockdevOnError>copy_mode: Option<MirrorCopyMode>granularity: Option<u32>device: Stringsync: MirrorSyncModemode: Option<NewImageMode>buf_size: Option<i32>target: Stringauto_dismiss: Option<bool>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Converts to this type from the input type.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.