pub struct IsServer { /* private fields */ }
Expand description
State of a GnsSocket
that has been determined to be a server, usually via the GnsSocket::listen
call.
In this state, the socket hold the data required to accept connections and poll them for messages.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IsServer
impl Send for IsServer
impl Sync for IsServer
impl Unpin for IsServer
impl !UnwindSafe for IsServer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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