pub enum UnicastScope {
Loopback,
LinkLocal,
Private,
Global,
}Variants§
Trait Implementations§
Source§impl Clone for UnicastScope
impl Clone for UnicastScope
Source§fn clone(&self) -> UnicastScope
fn clone(&self) -> UnicastScope
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 UnicastScope
impl Debug for UnicastScope
Source§impl PartialEq for UnicastScope
impl PartialEq for UnicastScope
impl Copy for UnicastScope
impl Eq for UnicastScope
impl StructuralPartialEq for UnicastScope
Auto Trait Implementations§
impl Freeze for UnicastScope
impl RefUnwindSafe for UnicastScope
impl Send for UnicastScope
impl Sync for UnicastScope
impl Unpin for UnicastScope
impl UnwindSafe for UnicastScope
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