pub enum WsFrame {
Control(WsControlFrame),
Data(WsDataFrame),
}
Variants§
Control(WsControlFrame)
Data(WsDataFrame)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WsFrame
impl Send for WsFrame
impl Sync for WsFrame
impl Unpin for WsFrame
impl UnwindSafe for WsFrame
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