pub struct IpPort {
pub ip: IpAddr,
pub port: u16,
}
Fields§
§ip: IpAddr
§port: u16
Implementations§
Trait Implementations§
impl StructuralPartialEq for IpPort
Auto Trait Implementations§
impl Freeze for IpPort
impl RefUnwindSafe for IpPort
impl Send for IpPort
impl Sync for IpPort
impl Unpin for IpPort
impl UnwindSafe for IpPort
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