pub struct IPv6Network { /* private fields */ }Trait Implementations§
Source§impl Clone for IPv6Network
impl Clone for IPv6Network
Source§fn clone(&self) -> IPv6Network
fn clone(&self) -> IPv6Network
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 IPv6Network
impl Debug for IPv6Network
Source§impl Ord for IPv6Network
impl Ord for IPv6Network
Source§fn cmp(&self, other: &IPv6Network) -> Ordering
fn cmp(&self, other: &IPv6Network) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPv6Network
impl PartialEq for IPv6Network
Source§impl PartialOrd for IPv6Network
impl PartialOrd for IPv6Network
impl Copy for IPv6Network
impl Eq for IPv6Network
impl StructuralPartialEq for IPv6Network
Auto Trait Implementations§
impl Freeze for IPv6Network
impl RefUnwindSafe for IPv6Network
impl Send for IPv6Network
impl Sync for IPv6Network
impl Unpin for IPv6Network
impl UnwindSafe for IPv6Network
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