Struct hydrate_pipeline::SchemaFingerprint
source · 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 copy 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
source§fn eq(&self, other: &SchemaFingerprint) -> bool
fn eq(&self, other: &SchemaFingerprint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SchemaFingerprint
impl Eq for SchemaFingerprint
impl StructuralPartialEq for SchemaFingerprint
Auto Trait Implementations§
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