pub struct Schema<'a>(/* private fields */);Expand description
This tracker type indicates that the default schema has been set.
The value contains the new default schema name.
Implementations§
Trait Implementations§
Source§impl<'de> MyDeserialize<'de> for Schema<'de>
impl<'de> MyDeserialize<'de> for Schema<'de>
Source§impl MySerialize for Schema<'_>
impl MySerialize for Schema<'_>
impl<'a> Eq for Schema<'a>
impl<'a> StructuralPartialEq for Schema<'a>
Auto Trait Implementations§
impl<'a> Freeze for Schema<'a>
impl<'a> RefUnwindSafe for Schema<'a>
impl<'a> Send for Schema<'a>
impl<'a> Sync for Schema<'a>
impl<'a> Unpin for Schema<'a>
impl<'a> UnwindSafe for Schema<'a>
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