pub enum VolumeState {
Creating,
Available,
InUse,
Deleting,
}Expand description
Volume state in its lifecycle.
Variants§
Creating
Volume is being created.
Available
Volume is available for use.
InUse
Volume is currently in use.
Deleting
Volume is being deleted.
Trait Implementations§
Source§impl Clone for VolumeState
impl Clone for VolumeState
Source§fn clone(&self) -> VolumeState
fn clone(&self) -> VolumeState
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VolumeState
impl Debug for VolumeState
Source§impl Default for VolumeState
impl Default for VolumeState
Source§fn default() -> VolumeState
fn default() -> VolumeState
Returns the “default value” for a type. Read more
Source§impl PartialEq for VolumeState
impl PartialEq for VolumeState
impl Copy for VolumeState
impl Eq for VolumeState
impl StructuralPartialEq for VolumeState
Auto Trait Implementations§
impl Freeze for VolumeState
impl RefUnwindSafe for VolumeState
impl Send for VolumeState
impl Sync for VolumeState
impl Unpin for VolumeState
impl UnwindSafe for VolumeState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)