struct SendBuffer<B> {
inner: Mutex<Buffer<Frame<B>>>,
}
Expand description
Contains the buffer of frames to be written to the wire.
Fields§
§inner: Mutex<Buffer<Frame<B>>>
Implementations§
source§impl<B> SendBuffer<B>
impl<B> SendBuffer<B>
Trait Implementations§
Auto Trait Implementations§
impl<B> !Freeze for SendBuffer<B>
impl<B> RefUnwindSafe for SendBuffer<B>
impl<B> Send for SendBuffer<B>where
B: Send,
impl<B> Sync for SendBuffer<B>where
B: Send,
impl<B> Unpin for SendBuffer<B>where
B: Unpin,
impl<B> UnwindSafe for SendBuffer<B>
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