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