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