pub enum ValidatorMode {
Partial,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for ValidatorMode
impl Clone for ValidatorMode
Source§fn clone(&self) -> ValidatorMode
fn clone(&self) -> ValidatorMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidatorMode
impl Debug for ValidatorMode
Source§impl PartialEq for ValidatorMode
impl PartialEq for ValidatorMode
Source§impl Serialize for ValidatorMode
impl Serialize for ValidatorMode
impl Copy for ValidatorMode
impl Eq for ValidatorMode
impl StructuralPartialEq for ValidatorMode
Auto Trait Implementations§
impl Freeze for ValidatorMode
impl RefUnwindSafe for ValidatorMode
impl Send for ValidatorMode
impl Sync for ValidatorMode
impl Unpin for ValidatorMode
impl UnsafeUnpin for ValidatorMode
impl UnwindSafe for ValidatorMode
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