pub struct SchemaMap { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for SchemaMap
Auto Trait Implementations§
impl Freeze for SchemaMap
impl RefUnwindSafe for SchemaMap
impl Send for SchemaMap
impl Sync for SchemaMap
impl Unpin for SchemaMap
impl UnwindSafe for SchemaMap
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