pub struct IsServer { /* private fields */ }Expand description
The state of a GnsSocket that acts as a server, normally reached
through GnsSocket::listen.
In this state the socket holds what it needs to accept connections and poll them for messages.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsServer
impl RefUnwindSafe for IsServer
impl Send for IsServer
impl Sync for IsServer
impl Unpin for IsServer
impl UnsafeUnpin for IsServer
impl UnwindSafe for IsServer
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