pub enum AssertionDomain {
AuthPermission,
Money,
Parsing,
Serialization,
ErrorHandling,
Boundary,
General,
}Variants§
Trait Implementations§
Source§impl Clone for AssertionDomain
impl Clone for AssertionDomain
Source§fn clone(&self) -> AssertionDomain
fn clone(&self) -> AssertionDomain
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 Debug for AssertionDomain
impl Debug for AssertionDomain
Source§impl<'de> Deserialize<'de> for AssertionDomain
impl<'de> Deserialize<'de> for AssertionDomain
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 Ord for AssertionDomain
impl Ord for AssertionDomain
Source§fn cmp(&self, other: &AssertionDomain) -> Ordering
fn cmp(&self, other: &AssertionDomain) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AssertionDomain
impl PartialEq for AssertionDomain
Source§fn eq(&self, other: &AssertionDomain) -> bool
fn eq(&self, other: &AssertionDomain) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AssertionDomain
impl PartialOrd for AssertionDomain
Source§impl Serialize for AssertionDomain
impl Serialize for AssertionDomain
impl Copy for AssertionDomain
impl Eq for AssertionDomain
impl StructuralPartialEq for AssertionDomain
Auto Trait Implementations§
impl Freeze for AssertionDomain
impl RefUnwindSafe for AssertionDomain
impl Send for AssertionDomain
impl Sync for AssertionDomain
impl Unpin for AssertionDomain
impl UnsafeUnpin for AssertionDomain
impl UnwindSafe for AssertionDomain
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