pub struct StateSocket { /* private fields */ }
Implementations§
Source§impl StateSocket
impl StateSocket
Trait Implementations§
Source§impl Debug for StateSocket
impl Debug for StateSocket
Source§impl Default for StateSocket
impl Default for StateSocket
Source§fn default() -> StateSocket
fn default() -> StateSocket
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StateSocket
impl !RefUnwindSafe for StateSocket
impl Send for StateSocket
impl Sync for StateSocket
impl Unpin for StateSocket
impl !UnwindSafe for StateSocket
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