pub struct IsCreated;Expand description
The initial state of a GnsSocket.
A socket in this state is neither a client nor a server yet, so it holds no data.
Auto Trait Implementations§
impl Freeze for IsCreated
impl RefUnwindSafe for IsCreated
impl Send for IsCreated
impl Sync for IsCreated
impl Unpin for IsCreated
impl UnsafeUnpin for IsCreated
impl UnwindSafe for IsCreated
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