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