pub struct BodyReader { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsyncRead for BodyReader
impl AsyncRead for BodyReader
Auto Trait Implementations§
impl !Freeze for BodyReader
impl !RefUnwindSafe for BodyReader
impl Send for BodyReader
impl Sync for BodyReader
impl Unpin for BodyReader
impl !UnwindSafe for BodyReader
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