Struct tokio_util::codec::framed_impl::RWFrames
source · pub(crate) struct RWFrames {
pub(crate) read: ReadFrame,
pub(crate) write: WriteFrame,
}
Fields§
§read: ReadFrame
§write: WriteFrame
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<ReadFrame> for RWFrames
impl BorrowMut<ReadFrame> for RWFrames
source§fn borrow_mut(&mut self) -> &mut ReadFrame
fn borrow_mut(&mut self) -> &mut ReadFrame
Mutably 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
Auto Trait Implementations§
impl Freeze for RWFrames
impl RefUnwindSafe for RWFrames
impl Send for RWFrames
impl Sync for RWFrames
impl Unpin for RWFrames
impl UnwindSafe for RWFrames
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