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