pub struct TestPart { /* private fields */ }Expand description
One part for TestApp::post_multipart.
Implementations§
Auto Trait Implementations§
impl !Freeze for TestPart
impl RefUnwindSafe for TestPart
impl Send for TestPart
impl Sync for TestPart
impl Unpin for TestPart
impl UnsafeUnpin for TestPart
impl UnwindSafe for TestPart
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