pub struct LengthRule { /* private fields */ }Expand description
Length validation rule
Implementations§
Trait Implementations§
Source§impl ValidationRule for LengthRule
impl ValidationRule for LengthRule
Auto Trait Implementations§
impl Freeze for LengthRule
impl RefUnwindSafe for LengthRule
impl Send for LengthRule
impl Sync for LengthRule
impl Unpin for LengthRule
impl UnwindSafe for LengthRule
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