pub enum LocalAddressScope {
Loopback,
Private,
LinkLocal,
}Variants§
Trait Implementations§
Source§impl Clone for LocalAddressScope
impl Clone for LocalAddressScope
Source§fn clone(&self) -> LocalAddressScope
fn clone(&self) -> LocalAddressScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LocalAddressScope
Source§impl Debug for LocalAddressScope
impl Debug for LocalAddressScope
impl Eq for LocalAddressScope
Source§impl PartialEq for LocalAddressScope
impl PartialEq for LocalAddressScope
impl StructuralPartialEq for LocalAddressScope
Auto Trait Implementations§
impl Freeze for LocalAddressScope
impl RefUnwindSafe for LocalAddressScope
impl Send for LocalAddressScope
impl Sync for LocalAddressScope
impl Unpin for LocalAddressScope
impl UnsafeUnpin for LocalAddressScope
impl UnwindSafe for LocalAddressScope
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