pub enum WebSocketSessionFrameDecodeOutcome {
Incomplete,
AmbiguousFraming,
Frame,
ResolvedFrame(WebSocketOutboundRelease),
}Variants§
Auto Trait Implementations§
impl Freeze for WebSocketSessionFrameDecodeOutcome
impl RefUnwindSafe for WebSocketSessionFrameDecodeOutcome
impl Send for WebSocketSessionFrameDecodeOutcome
impl Sync for WebSocketSessionFrameDecodeOutcome
impl Unpin for WebSocketSessionFrameDecodeOutcome
impl UnsafeUnpin for WebSocketSessionFrameDecodeOutcome
impl UnwindSafe for WebSocketSessionFrameDecodeOutcome
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