pub struct MaxBody(pub usize);Expand description
Max request body size for a route / router / app scope.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxBody
impl RefUnwindSafe for MaxBody
impl Send for MaxBody
impl Sync for MaxBody
impl Unpin for MaxBody
impl UnsafeUnpin for MaxBody
impl UnwindSafe for MaxBody
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