pub struct BodyMaxLength { /* private fields */ }
Expand description
BodyMaxLength represents the body-max-length rule.
Trait Implementations§
Source§impl Clone for BodyMaxLength
impl Clone for BodyMaxLength
Source§fn clone(&self) -> BodyMaxLength
fn clone(&self) -> BodyMaxLength
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BodyMaxLength
impl Debug for BodyMaxLength
Source§impl Default for BodyMaxLength
Default implementation of BodyMaxLength.
impl Default for BodyMaxLength
Default implementation of BodyMaxLength.
Source§impl<'de> Deserialize<'de> for BodyMaxLength
impl<'de> Deserialize<'de> for BodyMaxLength
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BodyMaxLength
impl RefUnwindSafe for BodyMaxLength
impl Send for BodyMaxLength
impl Sync for BodyMaxLength
impl Unpin for BodyMaxLength
impl UnwindSafe for BodyMaxLength
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