pub enum MigrationType {
Sql,
Rust,
}Variants§
Trait Implementations§
Source§impl Clone for MigrationType
impl Clone for MigrationType
Source§fn clone(&self) -> MigrationType
fn clone(&self) -> MigrationType
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 MigrationType
impl Debug for MigrationType
Source§impl Ord for MigrationType
impl Ord for MigrationType
Source§fn cmp(&self, other: &MigrationType) -> Ordering
fn cmp(&self, other: &MigrationType) -> 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
Source§impl PartialEq for MigrationType
impl PartialEq for MigrationType
Source§impl PartialOrd for MigrationType
impl PartialOrd for MigrationType
Source§impl ValueEnum for MigrationType
impl ValueEnum for MigrationType
impl Copy for MigrationType
impl Eq for MigrationType
impl StructuralPartialEq for MigrationType
Auto Trait Implementations§
impl Freeze for MigrationType
impl RefUnwindSafe for MigrationType
impl Send for MigrationType
impl Sync for MigrationType
impl Unpin for MigrationType
impl UnwindSafe for MigrationType
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