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