pub struct Ipv6Details {}Expand description
Details of an IPv6 host.
Currently empty and only exists for completeness.
Implementations§
Trait Implementations§
Source§impl Clone for Ipv6Details
impl Clone for Ipv6Details
Source§fn clone(&self) -> Ipv6Details
fn clone(&self) -> Ipv6Details
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 Ipv6Details
impl Debug for Ipv6Details
Source§impl From<Ipv6Details> for HostDetails
impl From<Ipv6Details> for HostDetails
Source§fn from(value: Ipv6Details) -> Self
fn from(value: Ipv6Details) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ipv6Details
impl PartialEq for Ipv6Details
Source§impl TryFrom<HostDetails> for Ipv6Details
impl TryFrom<HostDetails> for Ipv6Details
Source§type Error = HostIsNotIpv6
type Error = HostIsNotIpv6
The type returned in the event of a conversion error.
Source§fn try_from(value: HostDetails) -> Result<Ipv6Details, Self::Error>
fn try_from(value: HostDetails) -> Result<Ipv6Details, Self::Error>
Performs the conversion.
impl Copy for Ipv6Details
impl Eq for Ipv6Details
impl StructuralPartialEq for Ipv6Details
Auto Trait Implementations§
impl Freeze for Ipv6Details
impl RefUnwindSafe for Ipv6Details
impl Send for Ipv6Details
impl Sync for Ipv6Details
impl Unpin for Ipv6Details
impl UnwindSafe for Ipv6Details
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