Struct hydrate_data::SchemaMap
source · pub struct SchemaMap { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for SchemaMap
impl PartialEq for SchemaMap
impl StructuralPartialEq for SchemaMap
Auto Trait Implementations§
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