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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SchemaFingerprint
Source§impl Debug for SchemaFingerprint
impl Debug for SchemaFingerprint
impl Eq for SchemaFingerprint
Source§impl Hash for SchemaFingerprint
impl Hash for SchemaFingerprint
Source§impl PartialEq for SchemaFingerprint
impl PartialEq for SchemaFingerprint
Source§fn eq(&self, other: &SchemaFingerprint) -> bool
fn eq(&self, other: &SchemaFingerprint) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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