pub enum WebSocketStatus {
Connected,
Disconnected,
Closed,
Idle,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebSocketStatus
impl RefUnwindSafe for WebSocketStatus
impl Send for WebSocketStatus
impl Sync for WebSocketStatus
impl Unpin for WebSocketStatus
impl UnwindSafe for WebSocketStatus
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