Struct embedded_svc::utils::asyncify::ws::server::ConnectionState
source · pub struct ConnectionState<M, S> { /* private fields */ }Auto Trait Implementations§
impl<M, S> RefUnwindSafe for ConnectionState<M, S>where
M: RefUnwindSafe,
S: RefUnwindSafe,
impl<M, S> Send for ConnectionState<M, S>
impl<M, S> Sync for ConnectionState<M, S>
impl<M, S> Unpin for ConnectionState<M, S>where
S: Unpin,
impl<M, S> UnwindSafe for ConnectionState<M, S>where
M: RefUnwindSafe,
S: UnwindSafe,
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