pub struct DisplayLossy<'a>(&'a SocketAddr);
Expand description
Lossy display for a SocketAddr
.
Tuple Fields§
§0: &'a SocketAddr
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayLossy<'a>
impl<'a> RefUnwindSafe for DisplayLossy<'a>
impl<'a> Send for DisplayLossy<'a>
impl<'a> Sync for DisplayLossy<'a>
impl<'a> Unpin for DisplayLossy<'a>
impl<'a> UnwindSafe for DisplayLossy<'a>
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