pub struct Minlength<T = String>(pub T);Expand description
The minlength attribute
Tuple Fields§
§0: TTrait Implementations§
Source§impl<'a, E, T> ElementData<E> for Minlength<T>
impl<'a, E, T> ElementData<E> for Minlength<T>
impl<T: Eq> Eq for Minlength<T>
impl<T> StructuralPartialEq for Minlength<T>
Auto Trait Implementations§
impl<T> Freeze for Minlength<T>where
T: Freeze,
impl<T> RefUnwindSafe for Minlength<T>where
T: RefUnwindSafe,
impl<T> Send for Minlength<T>where
T: Send,
impl<T> Sync for Minlength<T>where
T: Sync,
impl<T> Unpin for Minlength<T>where
T: Unpin,
impl<T> UnwindSafe for Minlength<T>where
T: UnwindSafe,
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