pub struct VolumeCreateOpts { /* private fields */ }
Implementations§
Source§impl VolumeCreateOpts
impl VolumeCreateOpts
Sourcepub fn builder() -> VolumeCreateOptsBuilder
pub fn builder() -> VolumeCreateOptsBuilder
Returns a new instance of a builder for VolumeCreateOpts.
Trait Implementations§
Source§impl Clone for VolumeCreateOpts
impl Clone for VolumeCreateOpts
Source§fn clone(&self) -> VolumeCreateOpts
fn clone(&self) -> VolumeCreateOpts
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 VolumeCreateOpts
impl Debug for VolumeCreateOpts
Source§impl Default for VolumeCreateOpts
impl Default for VolumeCreateOpts
Source§fn default() -> VolumeCreateOpts
fn default() -> VolumeCreateOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VolumeCreateOpts
impl RefUnwindSafe for VolumeCreateOpts
impl Send for VolumeCreateOpts
impl Sync for VolumeCreateOpts
impl Unpin for VolumeCreateOpts
impl UnwindSafe for VolumeCreateOpts
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