pub struct ReadBuffer { /* private fields */ }
Expand description
Buffer from which we can read.
Implementations§
Auto Trait Implementations§
impl Freeze for ReadBuffer
impl RefUnwindSafe for ReadBuffer
impl Send for ReadBuffer
impl Sync for ReadBuffer
impl Unpin for ReadBuffer
impl UnwindSafe for ReadBuffer
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