pub enum Provided {}Trait Implementations§
Source§impl<K, V, S> Validation<Provided> for HashMap<K, V, S>
impl<K, V, S> Validation<Provided> for HashMap<K, V, S>
Source§impl<V, S> Validation<Provided> for HashSet<V, S>
impl<V, S> Validation<Provided> for HashSet<V, S>
Source§impl<V> Validation<Provided> for Option<V>
impl<V> Validation<Provided> for Option<V>
Source§impl<V> Validation<Provided> for Required<V>
impl<V> Validation<Provided> for Required<V>
Source§impl<V> Validation<Provided> for Vec<V>
impl<V> Validation<Provided> for Vec<V>
impl Copy for Provided
impl Rule for Provided
Auto Trait Implementations§
impl Freeze for Provided
impl RefUnwindSafe for Provided
impl Send for Provided
impl Sync for Provided
impl Unpin for Provided
impl UnwindSafe for Provided
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§impl<T, V> TryMerge<V> for Twhere
T: ?Sized,
impl<T, V> TryMerge<V> for Twhere
T: ?Sized,
Source§fn try_merge<K, D>(&mut self, val: V) -> Result<(), Error>
fn try_merge<K, D>(&mut self, val: V) -> Result<(), Error>
Merges the provided
value to this field::Container with the
specified parsing Kind and Deduplication strategy. Read moreSource§fn try_merge_self<K, D>(&mut self, another: T) -> Result<(), Error>
fn try_merge_self<K, D>(&mut self, another: T) -> Result<(), Error>
Merges the value extracted from
another field::Container to
this field::Container with the specified parsing Kind and
Deduplication strategy. Read more