pub struct DecodedWebSocketFrame { /* private fields */ }Implementations§
Source§impl DecodedWebSocketFrame
impl DecodedWebSocketFrame
pub const fn framing(self) -> WebSocketWireFraming
pub const fn frame_len(self) -> usize
pub const fn consumed_message_bytes(self) -> usize
Trait Implementations§
Source§impl Clone for DecodedWebSocketFrame
impl Clone for DecodedWebSocketFrame
Source§fn clone(&self) -> DecodedWebSocketFrame
fn clone(&self) -> DecodedWebSocketFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecodedWebSocketFrame
Source§impl Debug for DecodedWebSocketFrame
impl Debug for DecodedWebSocketFrame
impl Eq for DecodedWebSocketFrame
Source§impl PartialEq for DecodedWebSocketFrame
impl PartialEq for DecodedWebSocketFrame
impl StructuralPartialEq for DecodedWebSocketFrame
Auto Trait Implementations§
impl Freeze for DecodedWebSocketFrame
impl RefUnwindSafe for DecodedWebSocketFrame
impl Send for DecodedWebSocketFrame
impl Sync for DecodedWebSocketFrame
impl Unpin for DecodedWebSocketFrame
impl UnsafeUnpin for DecodedWebSocketFrame
impl UnwindSafe for DecodedWebSocketFrame
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