pub struct IncomingSeq { /* private fields */ }Expand description
Validates incoming sequence numbers for a single direction of a WebSocket connection. Expects messages to arrive as 1, 2, 3, …
Implementations§
Source§impl IncomingSeq
impl IncomingSeq
Trait Implementations§
Source§impl Debug for IncomingSeq
impl Debug for IncomingSeq
Auto Trait Implementations§
impl Freeze for IncomingSeq
impl RefUnwindSafe for IncomingSeq
impl Send for IncomingSeq
impl Sync for IncomingSeq
impl Unpin for IncomingSeq
impl UnsafeUnpin for IncomingSeq
impl UnwindSafe for IncomingSeq
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