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