Struct qapi_qmp::block_stream
source · [−]pub struct block_stream {
pub on_error: Option<BlockdevOnError>,
pub speed: Option<i32>,
pub auto_finalize: Option<bool>,
pub filter_node_name: Option<String>,
pub base_node: Option<String>,
pub auto_dismiss: Option<bool>,
pub base: Option<String>,
pub device: String,
pub bottom: Option<String>,
pub backing_file: Option<String>,
pub job_id: Option<String>,
}Fields
on_error: Option<BlockdevOnError>speed: Option<i32>auto_finalize: Option<bool>filter_node_name: Option<String>base_node: Option<String>auto_dismiss: Option<bool>base: Option<String>device: Stringbottom: Option<String>backing_file: Option<String>job_id: Option<String>Trait Implementations
sourceimpl Clone for block_stream
impl Clone for block_stream
sourcefn clone(&self) -> block_stream
fn clone(&self) -> block_stream
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_stream
impl Command for block_stream
sourceimpl Debug for block_stream
impl Debug for block_stream
sourceimpl<'de> Deserialize<'de> for block_stream
impl<'de> Deserialize<'de> for block_stream
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_stream
impl Serialize for block_stream
impl QmpCommand for block_stream
Auto Trait Implementations
impl RefUnwindSafe for block_stream
impl Send for block_stream
impl Sync for block_stream
impl Unpin for block_stream
impl UnwindSafe for block_stream
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