pub struct Websocket { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Websocket
impl Ord for Websocket
Source§impl PartialOrd for Websocket
impl PartialOrd for Websocket
impl Eq for Websocket
impl StructuralPartialEq for Websocket
Auto Trait Implementations§
impl Freeze for Websocket
impl RefUnwindSafe for Websocket
impl Send for Websocket
impl Sync for Websocket
impl Unpin for Websocket
impl UnwindSafe for Websocket
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