pub struct FormPartLimit {
pub max_size: Option<usize>,
pub content_type: Option<String>,
}
Fields§
§max_size: Option<usize>
§content_type: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormPartLimit
impl RefUnwindSafe for FormPartLimit
impl Send for FormPartLimit
impl Sync for FormPartLimit
impl Unpin for FormPartLimit
impl UnwindSafe for FormPartLimit
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