Struct oxide::builder::DiskCreate
source · pub struct DiskCreate<'a> { /* private fields */ }Expand description
Builder for ClientDisksExt::disk_create
Implementations§
Trait Implementations§
source§impl<'a> Clone for DiskCreate<'a>
impl<'a> Clone for DiskCreate<'a>
source§fn clone(&self) -> DiskCreate<'a>
fn clone(&self) -> DiskCreate<'a>
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 moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for DiskCreate<'a>
impl<'a> Send for DiskCreate<'a>
impl<'a> Sync for DiskCreate<'a>
impl<'a> Unpin for DiskCreate<'a>
impl<'a> !UnwindSafe for DiskCreate<'a>
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