pub struct PortEntry {
pub id: Vec<u8>,
pub port: u16,
pub start: Instant,
}
Fields§
§id: Vec<u8>
§port: u16
§start: Instant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortEntry
impl RefUnwindSafe for PortEntry
impl Send for PortEntry
impl Sync for PortEntry
impl Unpin for PortEntry
impl UnwindSafe for PortEntry
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