pub(crate) struct WriteFrame {
    pub(crate) buffer: BytesMut,
    pub(crate) backpressure_boundary: usize,
}Fields§
§buffer: BytesMut§backpressure_boundary: usizeTrait Implementations§
Source§impl Borrow<WriteFrame> for RWFrames
 
impl Borrow<WriteFrame> for RWFrames
Source§fn borrow(&self) -> &WriteFrame
 
fn borrow(&self) -> &WriteFrame
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<WriteFrame> for RWFrames
 
impl BorrowMut<WriteFrame> for RWFrames
Source§fn borrow_mut(&mut self) -> &mut WriteFrame
 
fn borrow_mut(&mut self) -> &mut WriteFrame
Mutably borrows from an owned value. Read more
Source§impl Default for WriteFrame
 
impl Default for WriteFrame
Auto Trait Implementations§
impl Freeze for WriteFrame
impl RefUnwindSafe for WriteFrame
impl Send for WriteFrame
impl Sync for WriteFrame
impl Unpin for WriteFrame
impl UnwindSafe for WriteFrame
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