pub enum EsAddressType {
None,
Ipv4(Ipv4Addr),
Ipv6(Ipv6Addr),
NamedSocket(String),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsAddressType
impl RefUnwindSafe for EsAddressType
impl Send for EsAddressType
impl Sync for EsAddressType
impl Unpin for EsAddressType
impl UnwindSafe for EsAddressType
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