pub struct block_commit {Show 13 fields
pub auto_dismiss: Option<bool>,
pub auto_finalize: Option<bool>,
pub backing_file: Option<String>,
pub backing_mask_protocol: Option<bool>,
pub base: Option<String>,
pub base_node: Option<String>,
pub filter_node_name: Option<String>,
pub job_id: Option<String>,
pub on_error: Option<BlockdevOnError>,
pub speed: Option<i64>,
pub top: Option<String>,
pub top_node: Option<String>,
pub device: String,
}
Fields§
§auto_dismiss: Option<bool>
§auto_finalize: Option<bool>
§backing_file: Option<String>
§backing_mask_protocol: Option<bool>
§base: Option<String>
👎Deprecated
§base_node: Option<String>
§filter_node_name: Option<String>
§job_id: Option<String>
§on_error: Option<BlockdevOnError>
§speed: Option<i64>
§top: Option<String>
👎Deprecated
§top_node: Option<String>
§device: String
Trait Implementations§
Source§impl Clone for block_commit
impl Clone for block_commit
Source§fn clone(&self) -> block_commit
fn clone(&self) -> block_commit
Returns a duplicate 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 moreSource§impl Command for block_commit
impl Command for block_commit
Source§impl Debug for block_commit
impl Debug for block_commit
Source§impl<'de> Deserialize<'de> for block_commit
impl<'de> Deserialize<'de> for block_commit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for block_commit
impl Serialize for block_commit
impl QmpCommand for block_commit
Auto Trait Implementations§
impl Freeze for block_commit
impl RefUnwindSafe for block_commit
impl Send for block_commit
impl Sync for block_commit
impl Unpin for block_commit
impl UnwindSafe for block_commit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more