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