pub struct MigrationId(/* private fields */);Implementations§
Source§impl MigrationId
impl MigrationId
Trait Implementations§
Source§impl Clone for MigrationId
impl Clone for MigrationId
Source§fn clone(&self) -> MigrationId
fn clone(&self) -> MigrationId
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 MigrationId
impl Debug for MigrationId
Source§impl Display for MigrationId
impl Display for MigrationId
Source§impl Hash for MigrationId
impl Hash for MigrationId
Source§impl Ord for MigrationId
impl Ord for MigrationId
Source§fn cmp(&self, other: &MigrationId) -> Ordering
fn cmp(&self, other: &MigrationId) -> 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 MigrationId
impl PartialEq for MigrationId
Source§fn eq(&self, other: &MigrationId) -> bool
fn eq(&self, other: &MigrationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MigrationId
impl PartialOrd for MigrationId
impl Eq for MigrationId
impl StructuralPartialEq for MigrationId
Auto Trait Implementations§
impl Freeze for MigrationId
impl RefUnwindSafe for MigrationId
impl Send for MigrationId
impl Sync for MigrationId
impl Unpin for MigrationId
impl UnsafeUnpin for MigrationId
impl UnwindSafe for MigrationId
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