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