pub struct ScopedIpV6 { /* private fields */ }Expand description
An IPv6 address with scope_id (interface identifier).
Implementations§
Source§impl ScopedIpV6
impl ScopedIpV6
Trait Implementations§
Source§impl Clone for ScopedIpV6
impl Clone for ScopedIpV6
Source§fn clone(&self) -> ScopedIpV6
fn clone(&self) -> ScopedIpV6
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 ScopedIpV6
impl Debug for ScopedIpV6
Source§impl Hash for ScopedIpV6
impl Hash for ScopedIpV6
Source§impl PartialEq for ScopedIpV6
impl PartialEq for ScopedIpV6
impl Eq for ScopedIpV6
impl StructuralPartialEq for ScopedIpV6
Auto Trait Implementations§
impl Freeze for ScopedIpV6
impl RefUnwindSafe for ScopedIpV6
impl Send for ScopedIpV6
impl Sync for ScopedIpV6
impl Unpin for ScopedIpV6
impl UnwindSafe for ScopedIpV6
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