pub struct WsLinkRx { /* private fields */ }Expand description
Receiving half of a WsLink.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsLinkRx
impl RefUnwindSafe for WsLinkRx
impl Send for WsLinkRx
impl Sync for WsLinkRx
impl Unpin for WsLinkRx
impl UnsafeUnpin for WsLinkRx
impl UnwindSafe for WsLinkRx
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