pub enum WebSocketCommand {
Connect(String),
Disconnect,
Close,
Reconnect,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebSocketCommand
impl RefUnwindSafe for WebSocketCommand
impl Send for WebSocketCommand
impl Sync for WebSocketCommand
impl Unpin for WebSocketCommand
impl UnwindSafe for WebSocketCommand
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