pub enum CheckRule {
Required,
Min,
Max,
MinStringLength,
MaxStringLength,
}Variants§
Trait Implementations§
impl Copy for CheckRule
impl Eq for CheckRule
impl StructuralPartialEq for CheckRule
Auto Trait Implementations§
impl Freeze for CheckRule
impl RefUnwindSafe for CheckRule
impl Send for CheckRule
impl Sync for CheckRule
impl Unpin for CheckRule
impl UnsafeUnpin for CheckRule
impl UnwindSafe for CheckRule
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