pub struct DescriptionMaxLength { /* private fields */ }
Expand description
DescriptionMaxLength represents the description-max-length rule.
Trait Implementations§
Source§impl Clone for DescriptionMaxLength
impl Clone for DescriptionMaxLength
Source§fn clone(&self) -> DescriptionMaxLength
fn clone(&self) -> DescriptionMaxLength
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 DescriptionMaxLength
impl Debug for DescriptionMaxLength
Source§impl Default for DescriptionMaxLength
Default implementation of DescriptionMaxLength.
impl Default for DescriptionMaxLength
Default implementation of DescriptionMaxLength.
Source§impl<'de> Deserialize<'de> for DescriptionMaxLength
impl<'de> Deserialize<'de> for DescriptionMaxLength
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 DescriptionMaxLength
impl RefUnwindSafe for DescriptionMaxLength
impl Send for DescriptionMaxLength
impl Sync for DescriptionMaxLength
impl Unpin for DescriptionMaxLength
impl UnwindSafe for DescriptionMaxLength
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