pub struct ValidationFn<V> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<V: Clone> Clone for ValidationFn<V>
impl<V: Clone> Clone for ValidationFn<V>
Source§fn clone(&self) -> ValidationFn<V>
fn clone(&self) -> ValidationFn<V>
Returns a copy 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<V> Default for ValidationFn<V>
impl<V> Default for ValidationFn<V>
Source§fn default() -> ValidationFn<V>
fn default() -> ValidationFn<V>
Returns the “default value” for a type. Read more
Source§impl<V, FN> From<FN> for ValidationFn<V>
impl<V, FN> From<FN> for ValidationFn<V>
Source§fn from(f: FN) -> ValidationFn<V>
fn from(f: FN) -> ValidationFn<V>
Converts to this type from the input type.
Source§impl<V> PartialEq for ValidationFn<V>
impl<V> PartialEq for ValidationFn<V>
Auto Trait Implementations§
impl<V> Freeze for ValidationFn<V>
impl<V> !RefUnwindSafe for ValidationFn<V>
impl<V> !Send for ValidationFn<V>
impl<V> !Sync for ValidationFn<V>
impl<V> Unpin for ValidationFn<V>
impl<V> !UnwindSafe for ValidationFn<V>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)