pub struct MigrationChecksum(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MigrationChecksum
impl Clone for MigrationChecksum
Source§fn clone(&self) -> MigrationChecksum
fn clone(&self) -> MigrationChecksum
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 moreSource§impl Debug for MigrationChecksum
impl Debug for MigrationChecksum
Source§impl Display for MigrationChecksum
impl Display for MigrationChecksum
Source§impl Hash for MigrationChecksum
impl Hash for MigrationChecksum
Source§impl Ord for MigrationChecksum
impl Ord for MigrationChecksum
Source§fn cmp(&self, other: &MigrationChecksum) -> Ordering
fn cmp(&self, other: &MigrationChecksum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MigrationChecksum
impl PartialEq for MigrationChecksum
Source§fn eq(&self, other: &MigrationChecksum) -> bool
fn eq(&self, other: &MigrationChecksum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MigrationChecksum
impl PartialOrd for MigrationChecksum
impl Eq for MigrationChecksum
impl StructuralPartialEq for MigrationChecksum
Auto Trait Implementations§
impl Freeze for MigrationChecksum
impl RefUnwindSafe for MigrationChecksum
impl Send for MigrationChecksum
impl Sync for MigrationChecksum
impl Unpin for MigrationChecksum
impl UnsafeUnpin for MigrationChecksum
impl UnwindSafe for MigrationChecksum
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