pub struct IpDisplay { /* private fields */ }Trait Implementations§
Source§impl From<SocketAddr> for IpDisplay
impl From<SocketAddr> for IpDisplay
Source§fn from(value: SocketAddr) -> Self
fn from(value: SocketAddr) -> Self
Converts to this type from the input type.
impl Copy for IpDisplay
impl Eq for IpDisplay
impl StructuralPartialEq for IpDisplay
Auto Trait Implementations§
impl Freeze for IpDisplay
impl RefUnwindSafe for IpDisplay
impl Send for IpDisplay
impl Sync for IpDisplay
impl Unpin for IpDisplay
impl UnwindSafe for IpDisplay
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