pub struct BodyReader(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BodyReader
impl !Sync for BodyReader
impl !UnwindSafe for BodyReader
impl Freeze for BodyReader
impl Send for BodyReader
impl Unpin for BodyReader
impl UnsafeUnpin 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