pub struct InboundBuffer { /* private fields */ }Expand description
The shared inbound buffer the WS reader thread fills and the command path
drains. Separate from the event queue: raw frames go here, derived events
go to the EventQueue.
Implementations§
Trait Implementations§
Source§impl Default for InboundBuffer
impl Default for InboundBuffer
Source§fn default() -> InboundBuffer
fn default() -> InboundBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InboundBuffer
impl RefUnwindSafe for InboundBuffer
impl Send for InboundBuffer
impl Sync for InboundBuffer
impl Unpin for InboundBuffer
impl UnsafeUnpin for InboundBuffer
impl UnwindSafe for InboundBuffer
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