pub enum VolumeCreateArgThinP {
Full,
Thin,
Default,
}
Expand description
For argument thinp
of Client::volume_create()
Variants§
Full
Create fully allocated volume.
Thin
Create thin provisioning volume.
Default
Let storage array to decide the volume provisioning type.
Auto Trait Implementations§
impl Freeze for VolumeCreateArgThinP
impl RefUnwindSafe for VolumeCreateArgThinP
impl Send for VolumeCreateArgThinP
impl Sync for VolumeCreateArgThinP
impl Unpin for VolumeCreateArgThinP
impl UnwindSafe for VolumeCreateArgThinP
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