pub struct ValidateAll;Expand description
A special implementation that validates everything.
Trait Implementations§
Source§impl Clone for ValidateAll
impl Clone for ValidateAll
Source§fn clone(&self) -> ValidateAll
fn clone(&self) -> ValidateAll
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 ValidateAll
impl Debug for ValidateAll
Source§impl Default for ValidateAll
impl Default for ValidateAll
Source§fn default() -> ValidateAll
fn default() -> ValidateAll
Returns the “default value” for a type. Read more
Source§impl<R: ValidateString> From<ValidateAll> for Later<R>
impl<R: ValidateString> From<ValidateAll> for Later<R>
Source§fn from(_: ValidateAll) -> Self
fn from(_: ValidateAll) -> Self
Converts to this type from the input type.
Source§impl Hash for ValidateAll
impl Hash for ValidateAll
Source§impl PartialEq for ValidateAll
impl PartialEq for ValidateAll
Source§impl ValidateString for ValidateAll
A special implementation that validates everything.
impl ValidateString for ValidateAll
A special implementation that validates everything.
impl Copy for ValidateAll
impl Eq for ValidateAll
impl StructuralPartialEq for ValidateAll
Auto Trait Implementations§
impl Freeze for ValidateAll
impl RefUnwindSafe for ValidateAll
impl Send for ValidateAll
impl Sync for ValidateAll
impl Unpin for ValidateAll
impl UnwindSafe for ValidateAll
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