pub enum LittleLawStatus {
Consistent,
Divergent,
Insufficient,
}Variants§
Trait Implementations§
Source§impl Clone for LittleLawStatus
impl Clone for LittleLawStatus
Source§fn clone(&self) -> LittleLawStatus
fn clone(&self) -> LittleLawStatus
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 LittleLawStatus
Source§impl Debug for LittleLawStatus
impl Debug for LittleLawStatus
Source§impl<'de> Deserialize<'de> for LittleLawStatus
impl<'de> Deserialize<'de> for LittleLawStatus
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 LittleLawStatus
Source§impl PartialEq for LittleLawStatus
impl PartialEq for LittleLawStatus
Source§impl Serialize for LittleLawStatus
impl Serialize for LittleLawStatus
impl StructuralPartialEq for LittleLawStatus
Auto Trait Implementations§
impl Freeze for LittleLawStatus
impl RefUnwindSafe for LittleLawStatus
impl Send for LittleLawStatus
impl Sync for LittleLawStatus
impl Unpin for LittleLawStatus
impl UnsafeUnpin for LittleLawStatus
impl UnwindSafe for LittleLawStatus
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