pub enum MigrationRunOn {
InitContainer,
Boot,
Manual,
}Variants§
Trait Implementations§
Source§impl Clone for MigrationRunOn
impl Clone for MigrationRunOn
Source§fn clone(&self) -> MigrationRunOn
fn clone(&self) -> MigrationRunOn
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 moreimpl Copy for MigrationRunOn
Source§impl Debug for MigrationRunOn
impl Debug for MigrationRunOn
impl Eq for MigrationRunOn
Source§impl PartialEq for MigrationRunOn
impl PartialEq for MigrationRunOn
Source§fn eq(&self, other: &MigrationRunOn) -> bool
fn eq(&self, other: &MigrationRunOn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MigrationRunOn
Auto Trait Implementations§
impl Freeze for MigrationRunOn
impl RefUnwindSafe for MigrationRunOn
impl Send for MigrationRunOn
impl Sync for MigrationRunOn
impl Unpin for MigrationRunOn
impl UnsafeUnpin for MigrationRunOn
impl UnwindSafe for MigrationRunOn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.