Struct MigrationVersion
pub struct MigrationVersion(/* private fields */);Implementations§
§impl MigrationVersion
impl MigrationVersion
Trait Implementations§
§impl Clone for MigrationVersion
impl Clone for MigrationVersion
§fn clone(&self) -> MigrationVersion
fn clone(&self) -> MigrationVersion
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 more§impl Debug for MigrationVersion
impl Debug for MigrationVersion
§impl Display for MigrationVersion
impl Display for MigrationVersion
§impl Hash for MigrationVersion
impl Hash for MigrationVersion
§impl Ord for MigrationVersion
impl Ord for MigrationVersion
§fn cmp(&self, other: &MigrationVersion) -> Ordering
fn cmp(&self, other: &MigrationVersion) -> Ordering
1.21.0 · 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
§impl PartialEq for MigrationVersion
impl PartialEq for MigrationVersion
§impl PartialOrd for MigrationVersion
impl PartialOrd for MigrationVersion
impl Eq for MigrationVersion
impl StructuralPartialEq for MigrationVersion
Auto Trait Implementations§
impl Freeze for MigrationVersion
impl RefUnwindSafe for MigrationVersion
impl Send for MigrationVersion
impl Sync for MigrationVersion
impl Unpin for MigrationVersion
impl UnsafeUnpin for MigrationVersion
impl UnwindSafe for MigrationVersion
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