pub struct WsTransportKind;Expand description
Registry kind for ws, wss.
Trait Implementations§
Source§impl TransportKind for WsTransportKind
impl TransportKind for WsTransportKind
Auto Trait Implementations§
impl Freeze for WsTransportKind
impl RefUnwindSafe for WsTransportKind
impl Send for WsTransportKind
impl Sync for WsTransportKind
impl Unpin for WsTransportKind
impl UnsafeUnpin for WsTransportKind
impl UnwindSafe for WsTransportKind
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