pub struct SchemaComparisonResult<'s, S>where
S: CustomSchema,{ /* private fields */ }
Implementations§
Source§impl<'s, S> SchemaComparisonResult<'s, S>where
S: CustomSchema,
impl<'s, S> SchemaComparisonResult<'s, S>where
S: CustomSchema,
Auto Trait Implementations§
impl<'s, S> Freeze for SchemaComparisonResult<'s, S>
impl<'s, S> RefUnwindSafe for SchemaComparisonResult<'s, S>where
<S as CustomSchema>::CustomLocalTypeKind: RefUnwindSafe,
<S as CustomSchema>::CustomTypeValidation: RefUnwindSafe,
<S as CustomSchema>::CustomTypeKindLabel: RefUnwindSafe,
impl<'s, S> Send for SchemaComparisonResult<'s, S>where
<S as CustomSchema>::CustomLocalTypeKind: Sync,
<S as CustomSchema>::CustomTypeValidation: Sync + Send,
<S as CustomSchema>::CustomTypeKindLabel: Send,
impl<'s, S> Sync for SchemaComparisonResult<'s, S>where
<S as CustomSchema>::CustomLocalTypeKind: Sync,
<S as CustomSchema>::CustomTypeValidation: Sync,
<S as CustomSchema>::CustomTypeKindLabel: Sync,
impl<'s, S> Unpin for SchemaComparisonResult<'s, S>where
<S as CustomSchema>::CustomTypeKindLabel: Unpin,
<S as CustomSchema>::CustomTypeValidation: Unpin,
impl<'s, S> UnwindSafe for SchemaComparisonResult<'s, S>where
<S as CustomSchema>::CustomLocalTypeKind: RefUnwindSafe,
<S as CustomSchema>::CustomTypeValidation: RefUnwindSafe + UnwindSafe,
<S as CustomSchema>::CustomTypeKindLabel: 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