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 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 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 PartialEq for OperationStatusKind
impl PartialEq for OperationStatusKind
Source§impl Serialize for OperationStatusKind
impl Serialize for OperationStatusKind
impl Copy for OperationStatusKind
impl StructuralPartialEq for OperationStatusKind
Auto Trait Implementations§
impl Freeze for OperationStatusKind
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