pub struct ChanRead { /* private fields */ }Expand description
Allows sending Vec<u8> chunks, which can be read through its ReadOwned
implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChanRead
impl !RefUnwindSafe for ChanRead
impl !Send for ChanRead
impl !Sync for ChanRead
impl Unpin for ChanRead
impl !UnwindSafe for ChanRead
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