pub enum ValidateType {
Normal,
Warning,
Forbidden,
}Variants§
Auto Trait Implementations§
impl Freeze for ValidateType
impl RefUnwindSafe for ValidateType
impl Send for ValidateType
impl Sync for ValidateType
impl Unpin for ValidateType
impl UnsafeUnpin for ValidateType
impl UnwindSafe for ValidateType
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