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