pub struct NotEmptyValidator { /* private fields */ }Expand description
Validates that a value is not empty.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotEmptyValidator
impl !RefUnwindSafe for NotEmptyValidator
impl Send for NotEmptyValidator
impl Sync for NotEmptyValidator
impl Unpin for NotEmptyValidator
impl UnsafeUnpin for NotEmptyValidator
impl !UnwindSafe for NotEmptyValidator
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