pub enum ValidationState {
Valid,
Invalid,
SomeProblems,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for ValidationState
impl Debug for ValidationState
Source§impl PartialEq for ValidationState
impl PartialEq for ValidationState
impl Eq for ValidationState
impl StructuralPartialEq for ValidationState
Auto Trait Implementations§
impl Freeze for ValidationState
impl RefUnwindSafe for ValidationState
impl Send for ValidationState
impl Sync for ValidationState
impl Unpin for ValidationState
impl UnwindSafe for ValidationState
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