pub struct NotEmptyRule;Expand description
Not empty validation rule
Trait Implementations§
Source§impl ValidationRule for NotEmptyRule
impl ValidationRule for NotEmptyRule
Auto Trait Implementations§
impl Freeze for NotEmptyRule
impl RefUnwindSafe for NotEmptyRule
impl Send for NotEmptyRule
impl Sync for NotEmptyRule
impl Unpin for NotEmptyRule
impl UnwindSafe for NotEmptyRule
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