pub enum LocalAddressType {
Localhost,
Unspecified,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LocalAddressType
impl Clone for LocalAddressType
Source§fn clone(&self) -> LocalAddressType
fn clone(&self) -> LocalAddressType
Returns a copy 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 moreimpl Copy for LocalAddressType
Auto Trait Implementations§
impl Freeze for LocalAddressType
impl RefUnwindSafe for LocalAddressType
impl Send for LocalAddressType
impl Sync for LocalAddressType
impl Unpin for LocalAddressType
impl UnwindSafe for LocalAddressType
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