pub struct SchemaFingerprint(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for SchemaFingerprint
impl Clone for SchemaFingerprint
Source§fn clone(&self) -> SchemaFingerprint
fn clone(&self) -> SchemaFingerprint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SchemaFingerprint
impl Debug for SchemaFingerprint
Source§impl Hash for SchemaFingerprint
impl Hash for SchemaFingerprint
Source§impl PartialEq for SchemaFingerprint
impl PartialEq for SchemaFingerprint
impl Copy for SchemaFingerprint
impl Eq for SchemaFingerprint
impl StructuralPartialEq for SchemaFingerprint
Auto Trait Implementations§
impl Freeze for SchemaFingerprint
impl RefUnwindSafe for SchemaFingerprint
impl Send for SchemaFingerprint
impl Sync for SchemaFingerprint
impl Unpin for SchemaFingerprint
impl UnwindSafe for SchemaFingerprint
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