Struct websocket_server_async::WSPeer
source · [−]pub struct WSPeer { /* private fields */ }
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for WSPeer
impl Send for WSPeer
impl Sync for WSPeer
impl Unpin for WSPeer
impl !UnwindSafe for WSPeer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more