pub enum AddrRepresentation {
NetworkInterface,
Connector,
Key(String),
}Variants§
Trait Implementations§
Source§impl Clone for AddrRepresentation
impl Clone for AddrRepresentation
Source§impl Debug for AddrRepresentation
impl Debug for AddrRepresentation
Source§impl<'de> Deserialize<'de> for AddrRepresentation
impl<'de> Deserialize<'de> for AddrRepresentation
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 Display for AddrRepresentation
impl Display for AddrRepresentation
Source§impl FromStr for AddrRepresentation
impl FromStr for AddrRepresentation
Source§impl Hash for AddrRepresentation
impl Hash for AddrRepresentation
Source§impl PartialEq for AddrRepresentation
impl PartialEq for AddrRepresentation
Source§impl Serialize for AddrRepresentation
impl Serialize for AddrRepresentation
impl Eq for AddrRepresentation
Auto Trait Implementations§
impl Freeze for AddrRepresentation
impl RefUnwindSafe for AddrRepresentation
impl Send for AddrRepresentation
impl Sync for AddrRepresentation
impl Unpin for AddrRepresentation
impl UnsafeUnpin for AddrRepresentation
impl UnwindSafe for AddrRepresentation
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.