pub enum MachineAddressType {
MachineHostName,
MachineExternalIP,
MachineInternalIP,
MachineExternalDNS,
MachineInternalDNS,
}
Variants§
Trait Implementations§
Source§impl Clone for MachineAddressType
impl Clone for MachineAddressType
Source§fn clone(&self) -> MachineAddressType
fn clone(&self) -> MachineAddressType
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 MachineAddressType
impl Debug for MachineAddressType
Source§impl<'de> Deserialize<'de> for MachineAddressType
impl<'de> Deserialize<'de> for MachineAddressType
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 PartialEq for MachineAddressType
impl PartialEq for MachineAddressType
Source§impl Serialize for MachineAddressType
impl Serialize for MachineAddressType
impl Copy for MachineAddressType
impl StructuralPartialEq for MachineAddressType
Auto Trait Implementations§
impl Freeze for MachineAddressType
impl RefUnwindSafe for MachineAddressType
impl Send for MachineAddressType
impl Sync for MachineAddressType
impl Unpin for MachineAddressType
impl UnwindSafe for MachineAddressType
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