pub struct AppliedValidation {
pub set_name: Option<String>,
pub settings: ValidationSettings,
}Fields§
§set_name: Option<String>§settings: ValidationSettingsImplementations§
Source§impl AppliedValidation
impl AppliedValidation
pub fn resolve(&self) -> ValidationConfig
Trait Implementations§
Source§impl Clone for AppliedValidation
impl Clone for AppliedValidation
Source§fn clone(&self) -> AppliedValidation
fn clone(&self) -> AppliedValidation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AppliedValidation
impl Debug for AppliedValidation
Source§impl<'de> Deserialize<'de> for AppliedValidation
impl<'de> Deserialize<'de> for AppliedValidation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AppliedValidation
impl RefUnwindSafe for AppliedValidation
impl Send for AppliedValidation
impl Sync for AppliedValidation
impl Unpin for AppliedValidation
impl UnsafeUnpin for AppliedValidation
impl UnwindSafe for AppliedValidation
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