pub enum RestoreApplyOperationState {
Pending,
Ready,
Blocked,
Completed,
Failed,
}Expand description
RestoreApplyOperationState
Variants§
Trait Implementations§
Source§impl Clone for RestoreApplyOperationState
impl Clone for RestoreApplyOperationState
Source§fn clone(&self) -> RestoreApplyOperationState
fn clone(&self) -> RestoreApplyOperationState
Returns a duplicate 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 RestoreApplyOperationState
impl Debug for RestoreApplyOperationState
Source§impl<'de> Deserialize<'de> for RestoreApplyOperationState
impl<'de> Deserialize<'de> for RestoreApplyOperationState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RestoreApplyOperationState
impl StructuralPartialEq for RestoreApplyOperationState
Auto Trait Implementations§
impl Freeze for RestoreApplyOperationState
impl RefUnwindSafe for RestoreApplyOperationState
impl Send for RestoreApplyOperationState
impl Sync for RestoreApplyOperationState
impl Unpin for RestoreApplyOperationState
impl UnsafeUnpin for RestoreApplyOperationState
impl UnwindSafe for RestoreApplyOperationState
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