pub enum OperationStatusKind {
Success,
}Variants§
Success
Trait Implementations§
source§impl Clone for OperationStatusKind
impl Clone for OperationStatusKind
source§fn clone(&self) -> OperationStatusKind
fn clone(&self) -> OperationStatusKind
Returns a copy 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 OperationStatusKind
impl Debug for OperationStatusKind
source§impl<'de> Deserialize<'de> for OperationStatusKind
impl<'de> Deserialize<'de> for OperationStatusKind
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 IntoEnumIterator for OperationStatusKind
impl IntoEnumIterator for OperationStatusKind
type Iterator = OperationStatusKindIter
fn iter() -> OperationStatusKindIter ⓘ
source§impl PartialEq for OperationStatusKind
impl PartialEq for OperationStatusKind
source§fn eq(&self, other: &OperationStatusKind) -> bool
fn eq(&self, other: &OperationStatusKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for OperationStatusKind
impl Serialize for OperationStatusKind
impl Copy for OperationStatusKind
impl StructuralPartialEq for OperationStatusKind
Auto Trait Implementations§
impl RefUnwindSafe for OperationStatusKind
impl Send for OperationStatusKind
impl Sync for OperationStatusKind
impl Unpin for OperationStatusKind
impl UnwindSafe for OperationStatusKind
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