pub struct BlockdevCreateOptionsNfs {
pub location: BlockdevOptionsNfs,
pub size: u64,
}
Fields§
§location: BlockdevOptionsNfs
§size: u64
Trait Implementations§
Source§impl Clone for BlockdevCreateOptionsNfs
impl Clone for BlockdevCreateOptionsNfs
Source§fn clone(&self) -> BlockdevCreateOptionsNfs
fn clone(&self) -> BlockdevCreateOptionsNfs
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 BlockdevCreateOptionsNfs
impl Debug for BlockdevCreateOptionsNfs
Source§impl<'de> Deserialize<'de> for BlockdevCreateOptionsNfs
impl<'de> Deserialize<'de> for BlockdevCreateOptionsNfs
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 From<BlockdevCreateOptionsNfs> for BlockdevCreateOptions
impl From<BlockdevCreateOptionsNfs> for BlockdevCreateOptions
Source§fn from(val: BlockdevCreateOptionsNfs) -> Self
fn from(val: BlockdevCreateOptionsNfs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BlockdevCreateOptionsNfs
impl RefUnwindSafe for BlockdevCreateOptionsNfs
impl Send for BlockdevCreateOptionsNfs
impl Sync for BlockdevCreateOptionsNfs
impl Unpin for BlockdevCreateOptionsNfs
impl UnwindSafe for BlockdevCreateOptionsNfs
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