pub enum MigrationAddressType {
socket,
exec,
rdma,
file,
}
Variants§
Trait Implementations§
Source§impl Clone for MigrationAddressType
impl Clone for MigrationAddressType
Source§fn clone(&self) -> MigrationAddressType
fn clone(&self) -> MigrationAddressType
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 MigrationAddressType
impl Debug for MigrationAddressType
Source§impl<'de> Deserialize<'de> for MigrationAddressType
impl<'de> Deserialize<'de> for MigrationAddressType
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 MigrationAddressType
impl Enum for MigrationAddressType
Source§impl FromStr for MigrationAddressType
impl FromStr for MigrationAddressType
Source§impl Hash for MigrationAddressType
impl Hash for MigrationAddressType
Source§impl Ord for MigrationAddressType
impl Ord for MigrationAddressType
Source§fn cmp(&self, other: &MigrationAddressType) -> Ordering
fn cmp(&self, other: &MigrationAddressType) -> 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 MigrationAddressType
impl PartialEq for MigrationAddressType
Source§impl PartialOrd for MigrationAddressType
impl PartialOrd for MigrationAddressType
Source§impl Serialize for MigrationAddressType
impl Serialize for MigrationAddressType
impl Copy for MigrationAddressType
impl Eq for MigrationAddressType
impl StructuralPartialEq for MigrationAddressType
Auto Trait Implementations§
impl Freeze for MigrationAddressType
impl RefUnwindSafe for MigrationAddressType
impl Send for MigrationAddressType
impl Sync for MigrationAddressType
impl Unpin for MigrationAddressType
impl UnwindSafe for MigrationAddressType
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