pub struct IsClient { /* private fields */ }
Expand description
State of a GnsSocket
that has been determined to be a client, usually via the GnsSocket::connect
call.
In this state, the socket hold the data required to receive and send messages.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IsClient
impl Send for IsClient
impl Sync for IsClient
impl Unpin for IsClient
impl !UnwindSafe for IsClient
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