pub struct KeyTypeKindSchema(/* private fields */);Trait Implementations§
Source§impl ComposeSchema for KeyTypeKindSchema
impl ComposeSchema for KeyTypeKindSchema
Auto Trait Implementations§
impl Freeze for KeyTypeKindSchema
impl RefUnwindSafe for KeyTypeKindSchema
impl Send for KeyTypeKindSchema
impl Sync for KeyTypeKindSchema
impl Unpin for KeyTypeKindSchema
impl UnwindSafe for KeyTypeKindSchema
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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