pub struct BlockExportOptionsNbd {
pub base: BlockExportOptionsNbdBase,
pub allocation_depth: Option<bool>,
pub bitmaps: Option<Vec<BlockDirtyBitmapOrStr>>,
}
Fields§
§base: BlockExportOptionsNbdBase
§allocation_depth: Option<bool>
§bitmaps: Option<Vec<BlockDirtyBitmapOrStr>>
Trait Implementations§
Source§impl AsRef<BlockExportOptionsNbdBase> for BlockExportOptionsNbd
impl AsRef<BlockExportOptionsNbdBase> for BlockExportOptionsNbd
Source§fn as_ref(&self) -> &BlockExportOptionsNbdBase
fn as_ref(&self) -> &BlockExportOptionsNbdBase
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for BlockExportOptionsNbd
impl Clone for BlockExportOptionsNbd
Source§fn clone(&self) -> BlockExportOptionsNbd
fn clone(&self) -> BlockExportOptionsNbd
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 Debug for BlockExportOptionsNbd
impl Debug for BlockExportOptionsNbd
Source§impl<'de> Deserialize<'de> for BlockExportOptionsNbd
impl<'de> Deserialize<'de> for BlockExportOptionsNbd
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<T: Into<BlockExportOptionsNbdBase>> From<T> for BlockExportOptionsNbd
impl<T: Into<BlockExportOptionsNbdBase>> From<T> for BlockExportOptionsNbd
Auto Trait Implementations§
impl Freeze for BlockExportOptionsNbd
impl RefUnwindSafe for BlockExportOptionsNbd
impl Send for BlockExportOptionsNbd
impl Sync for BlockExportOptionsNbd
impl Unpin for BlockExportOptionsNbd
impl UnwindSafe for BlockExportOptionsNbd
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