Struct product_os_async_executor::read_write::ReadBuf
source · pub struct ReadBuf { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadBuf
impl RefUnwindSafe for ReadBuf
impl Send for ReadBuf
impl Sync for ReadBuf
impl Unpin for ReadBuf
impl UnwindSafe for ReadBuf
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