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