Struct oxide::types::builder::DiskCreate   
source · pub struct DiskCreate { /* private fields */ }Implementations§
source§impl DiskCreate
 
impl DiskCreate
pub fn description<T>(self, value: T) -> Self
pub fn disk_source<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn size<T>(self, value: T) -> Self
Trait Implementations§
source§impl Clone for DiskCreate
 
impl Clone for DiskCreate
source§fn clone(&self) -> DiskCreate
 
fn clone(&self) -> DiskCreate
Returns a copy 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 DiskCreate
 
impl Debug for DiskCreate
source§impl Default for DiskCreate
 
impl Default for DiskCreate
source§impl From<DiskCreate> for DiskCreate
 
impl From<DiskCreate> for DiskCreate
source§fn from(value: DiskCreate) -> Self
 
fn from(value: DiskCreate) -> Self
Converts to this type from the input type.
source§impl TryFrom<DiskCreate> for DiskCreate
 
impl TryFrom<DiskCreate> for DiskCreate
Auto Trait Implementations§
impl RefUnwindSafe for DiskCreate
impl Send for DiskCreate
impl Sync for DiskCreate
impl Unpin for DiskCreate
impl UnwindSafe for DiskCreate
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