Struct qapi_qmp::block_commit
source · [−]pub struct block_commit {
pub auto_dismiss: Option<bool>,
pub device: String,
pub on_error: Option<BlockdevOnError>,
pub base: Option<String>,
pub base_node: Option<String>,
pub top_node: Option<String>,
pub speed: Option<i32>,
pub filter_node_name: Option<String>,
pub job_id: Option<String>,
pub top: Option<String>,
pub backing_file: Option<String>,
pub auto_finalize: Option<bool>,
}Fields
auto_dismiss: Option<bool>device: Stringon_error: Option<BlockdevOnError>base: Option<String>👎 Deprecated
base_node: Option<String>top_node: Option<String>speed: Option<i32>filter_node_name: Option<String>job_id: Option<String>top: Option<String>👎 Deprecated
backing_file: Option<String>auto_finalize: Option<bool>Trait Implementations
sourceimpl Clone for block_commit
impl Clone for block_commit
sourcefn clone(&self) -> block_commit
fn clone(&self) -> block_commit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Command for block_commit
impl Command for block_commit
sourceimpl Debug for block_commit
impl Debug for block_commit
sourceimpl<'de> Deserialize<'de> for block_commit
impl<'de> Deserialize<'de> for block_commit
sourcefn 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
sourceimpl Serialize for block_commit
impl Serialize for block_commit
impl QmpCommand for block_commit
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more