pub enum WsError {
InsufficientData,
UnknownOpcode(u8),
Rsv1Set,
Rsv2Set,
Rsv3Set,
}Expand description
WebSocket frame error.
Variants§
Trait Implementations§
impl StructuralPartialEq for WsError
Auto Trait Implementations§
impl Freeze for WsError
impl RefUnwindSafe for WsError
impl Send for WsError
impl Sync for WsError
impl Unpin for WsError
impl UnsafeUnpin for WsError
impl UnwindSafe for WsError
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