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