pub struct VolumeCheckConsistencyAction {}Expand description
This action is used to force a check of the Volume’s parity or redundant data to ensure it matches calculated values.
This defines the name of the custom action supported on this resource.
Trait Implementations§
Source§impl Debug for VolumeCheckConsistencyAction
impl Debug for VolumeCheckConsistencyAction
Auto Trait Implementations§
impl Freeze for VolumeCheckConsistencyAction
impl RefUnwindSafe for VolumeCheckConsistencyAction
impl Send for VolumeCheckConsistencyAction
impl Sync for VolumeCheckConsistencyAction
impl Unpin for VolumeCheckConsistencyAction
impl UnsafeUnpin for VolumeCheckConsistencyAction
impl UnwindSafe for VolumeCheckConsistencyAction
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