pub struct SchemaComparisonError<S>where
S: CustomSchema,{ /* private fields */ }
Trait Implementations§
Source§impl<S> Clone for SchemaComparisonError<S>where
S: Clone + CustomSchema,
impl<S> Clone for SchemaComparisonError<S>where
S: Clone + CustomSchema,
Source§fn clone(&self) -> SchemaComparisonError<S>
fn clone(&self) -> SchemaComparisonError<S>
Returns a copy 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<S> Debug for SchemaComparisonError<S>where
S: Debug + CustomSchema,
impl<S> Debug for SchemaComparisonError<S>where
S: Debug + CustomSchema,
Source§impl<S> PartialEq for SchemaComparisonError<S>where
S: PartialEq + CustomSchema,
impl<S> PartialEq for SchemaComparisonError<S>where
S: PartialEq + CustomSchema,
impl<S> Eq for SchemaComparisonError<S>where
S: Eq + CustomSchema,
impl<S> StructuralPartialEq for SchemaComparisonError<S>where
S: CustomSchema,
Auto Trait Implementations§
impl<S> Freeze for SchemaComparisonError<S>where
<S as CustomSchema>::CustomTypeKindLabel: Freeze,
<S as CustomSchema>::CustomTypeValidation: Freeze,
impl<S> RefUnwindSafe for SchemaComparisonError<S>where
<S as CustomSchema>::CustomTypeKindLabel: RefUnwindSafe,
<S as CustomSchema>::CustomTypeValidation: RefUnwindSafe,
impl<S> Send for SchemaComparisonError<S>where
<S as CustomSchema>::CustomTypeKindLabel: Send,
<S as CustomSchema>::CustomTypeValidation: Send,
impl<S> Sync for SchemaComparisonError<S>where
<S as CustomSchema>::CustomTypeKindLabel: Sync,
<S as CustomSchema>::CustomTypeValidation: Sync,
impl<S> Unpin for SchemaComparisonError<S>where
<S as CustomSchema>::CustomTypeKindLabel: Unpin,
<S as CustomSchema>::CustomTypeValidation: Unpin,
impl<S> UnwindSafe for SchemaComparisonError<S>where
<S as CustomSchema>::CustomTypeKindLabel: UnwindSafe,
<S as CustomSchema>::CustomTypeValidation: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> ContextualTryInto<U> for Twhere
U: ContextualTryFrom<T>,
impl<T, U> ContextualTryInto<U> for Twhere
U: ContextualTryFrom<T>,
type Error = <U as ContextualTryFrom<T>>::Error
type Context = <U as ContextualTryFrom<T>>::Context
fn contextual_try_into( self, context: &<U as ContextualTryFrom<T>>::Context, ) -> Result<U, <U as ContextualTryFrom<T>>::Error>
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.