pub struct Multipart { /* private fields */ }Implementations§
Source§impl Multipart
impl Multipart
pub async fn next( &mut self, ) -> Option<Result<MultipartField<'_>, MultipartError>>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Multipart
impl !Send for Multipart
impl !Sync for Multipart
impl !UnwindSafe for Multipart
impl Freeze for Multipart
impl Unpin for Multipart
impl UnsafeUnpin for Multipart
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