Struct distant_net::server::TcpServerRef
source · pub struct TcpServerRef { /* private fields */ }Expand description
Reference to a TCP server instance
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TcpServerRef
impl Send for TcpServerRef
impl !Sync for TcpServerRef
impl Unpin for TcpServerRef
impl !UnwindSafe for TcpServerRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more