Struct leftwm_core::utils::state_socket::StateSocket
source · [−]pub struct StateSocket { /* private fields */ }
Implementations
sourceimpl StateSocket
impl StateSocket
Trait Implementations
sourceimpl Debug for StateSocket
impl Debug for StateSocket
sourceimpl Default for StateSocket
impl Default for StateSocket
sourcefn default() -> StateSocket
fn default() -> StateSocket
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for StateSocket
impl Send for StateSocket
impl Sync for StateSocket
impl Unpin for StateSocket
impl !UnwindSafe for StateSocket
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