Struct tokio_util::codec::framed_impl::WriteFrame
source · pub(crate) struct WriteFrame {
pub(crate) buffer: BytesMut,
pub(crate) backpressure_boundary: usize,
}
Fields§
§buffer: BytesMut
§backpressure_boundary: usize
Trait 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