pub struct NetConnection { /* private fields */ }
Implementations§
Source§impl NetConnection
impl NetConnection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetConnection
impl RefUnwindSafe for NetConnection
impl Send for NetConnection
impl Sync for NetConnection
impl Unpin for NetConnection
impl UnwindSafe for NetConnection
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