pub enum MigrationChannelType {
main,
}
Variants§
main
Trait Implementations§
Source§impl Clone for MigrationChannelType
impl Clone for MigrationChannelType
Source§fn clone(&self) -> MigrationChannelType
fn clone(&self) -> MigrationChannelType
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 moreSource§impl Debug for MigrationChannelType
impl Debug for MigrationChannelType
Source§impl<'de> Deserialize<'de> for MigrationChannelType
impl<'de> Deserialize<'de> for MigrationChannelType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for MigrationChannelType
impl Enum for MigrationChannelType
Source§impl FromStr for MigrationChannelType
impl FromStr for MigrationChannelType
Source§impl Hash for MigrationChannelType
impl Hash for MigrationChannelType
Source§impl Ord for MigrationChannelType
impl Ord for MigrationChannelType
Source§fn cmp(&self, other: &MigrationChannelType) -> Ordering
fn cmp(&self, other: &MigrationChannelType) -> 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 MigrationChannelType
impl PartialEq for MigrationChannelType
Source§impl PartialOrd for MigrationChannelType
impl PartialOrd for MigrationChannelType
Source§impl Serialize for MigrationChannelType
impl Serialize for MigrationChannelType
impl Copy for MigrationChannelType
impl Eq for MigrationChannelType
impl StructuralPartialEq for MigrationChannelType
Auto Trait Implementations§
impl Freeze for MigrationChannelType
impl RefUnwindSafe for MigrationChannelType
impl Send for MigrationChannelType
impl Sync for MigrationChannelType
impl Unpin for MigrationChannelType
impl UnwindSafe for MigrationChannelType
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