Struct async_tungstenite::compat::WakerProxy
source · struct WakerProxy {
read_waker: AtomicWaker,
write_waker: AtomicWaker,
}
Fields§
§read_waker: AtomicWaker
§write_waker: AtomicWaker
Trait Implementations§
source§impl ArcWake for WakerProxy
impl ArcWake for WakerProxy
source§impl Debug for WakerProxy
impl Debug for WakerProxy
source§impl Default for WakerProxy
impl Default for WakerProxy
source§fn default() -> WakerProxy
fn default() -> WakerProxy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for WakerProxy
impl !RefUnwindSafe for WakerProxy
impl Send for WakerProxy
impl Sync for WakerProxy
impl Unpin for WakerProxy
impl UnwindSafe for WakerProxy
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