pub struct StringLengthRule { /* private fields */ }Expand description
Rule that checks string length.
Implementations§
Trait Implementations§
Source§impl ValidationRule<String> for StringLengthRule
impl ValidationRule<String> for StringLengthRule
Auto Trait Implementations§
impl Freeze for StringLengthRule
impl RefUnwindSafe for StringLengthRule
impl Send for StringLengthRule
impl Sync for StringLengthRule
impl Unpin for StringLengthRule
impl UnsafeUnpin for StringLengthRule
impl UnwindSafe for StringLengthRule
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