pub struct VolumeForceEnableAction {}Expand description
Request system force the volume to an enabled state regardless of data loss.
This action shall request the system to force the volume to enabled state regardless of data loss scenarios.
Trait Implementations§
Source§impl Debug for VolumeForceEnableAction
impl Debug for VolumeForceEnableAction
Auto Trait Implementations§
impl Freeze for VolumeForceEnableAction
impl RefUnwindSafe for VolumeForceEnableAction
impl Send for VolumeForceEnableAction
impl Sync for VolumeForceEnableAction
impl Unpin for VolumeForceEnableAction
impl UnsafeUnpin for VolumeForceEnableAction
impl UnwindSafe for VolumeForceEnableAction
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