pub struct MaxLength(pub i32);Expand description
Maximum length of value.
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Attributes for MaxLength
impl Attributes for MaxLength
Source§impl Ord for MaxLength
impl Ord for MaxLength
Source§impl PartialOrd for MaxLength
impl PartialOrd for MaxLength
impl Eq for MaxLength
impl StructuralPartialEq for MaxLength
Auto Trait Implementations§
impl Freeze for MaxLength
impl RefUnwindSafe for MaxLength
impl Send for MaxLength
impl Sync for MaxLength
impl Unpin for MaxLength
impl UnwindSafe for MaxLength
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