pub struct BodyReader<T> { /* private fields */ }
Implementations§
Source§impl<T: Decodable + Any> BodyReader<T>
impl<T: Decodable + Any> BodyReader<T>
pub fn new() -> BodyReader<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for BodyReader<T>
impl<T> RefUnwindSafe for BodyReader<T>
impl<T> Send for BodyReader<T>
impl<T> Sync for BodyReader<T>
impl<T> Unpin for BodyReader<T>
impl<T> UnwindSafe for BodyReader<T>
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