pub enum RestoreApplyOperationReceiptOutcome {
CommandCompleted,
CommandFailed,
}Expand description
RestoreApplyOperationReceiptOutcome
Variants§
Trait Implementations§
Source§impl Clone for RestoreApplyOperationReceiptOutcome
impl Clone for RestoreApplyOperationReceiptOutcome
Source§fn clone(&self) -> RestoreApplyOperationReceiptOutcome
fn clone(&self) -> RestoreApplyOperationReceiptOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RestoreApplyOperationReceiptOutcome
impl Default for RestoreApplyOperationReceiptOutcome
Source§fn default() -> RestoreApplyOperationReceiptOutcome
fn default() -> RestoreApplyOperationReceiptOutcome
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RestoreApplyOperationReceiptOutcome
impl<'de> Deserialize<'de> for RestoreApplyOperationReceiptOutcome
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
Source§impl PartialEq for RestoreApplyOperationReceiptOutcome
impl PartialEq for RestoreApplyOperationReceiptOutcome
Source§fn eq(&self, other: &RestoreApplyOperationReceiptOutcome) -> bool
fn eq(&self, other: &RestoreApplyOperationReceiptOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RestoreApplyOperationReceiptOutcome
impl StructuralPartialEq for RestoreApplyOperationReceiptOutcome
Auto Trait Implementations§
impl Freeze for RestoreApplyOperationReceiptOutcome
impl RefUnwindSafe for RestoreApplyOperationReceiptOutcome
impl Send for RestoreApplyOperationReceiptOutcome
impl Sync for RestoreApplyOperationReceiptOutcome
impl Unpin for RestoreApplyOperationReceiptOutcome
impl UnsafeUnpin for RestoreApplyOperationReceiptOutcome
impl UnwindSafe for RestoreApplyOperationReceiptOutcome
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