pub enum StateNegative {
Failed,
}Expand description
Terminal state for negative (failure) responses.
Variants§
Failed
Trait Implementations§
Source§impl Clone for StateNegative
impl Clone for StateNegative
Source§fn clone(&self) -> StateNegative
fn clone(&self) -> StateNegative
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 moreimpl Copy for StateNegative
Source§impl Debug for StateNegative
impl Debug for StateNegative
Source§impl<'de> Deserialize<'de> for StateNegative
impl<'de> Deserialize<'de> for StateNegative
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 StateNegative
Source§impl PartialEq for StateNegative
impl PartialEq for StateNegative
Source§fn eq(&self, other: &StateNegative) -> bool
fn eq(&self, other: &StateNegative) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StateNegative
impl Serialize for StateNegative
impl StructuralPartialEq for StateNegative
Auto Trait Implementations§
impl Freeze for StateNegative
impl RefUnwindSafe for StateNegative
impl Send for StateNegative
impl Sync for StateNegative
impl Unpin for StateNegative
impl UnsafeUnpin for StateNegative
impl UnwindSafe for StateNegative
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