pub struct SpecStandardPropertyValueValidatorV0;Expand description
Product adapter from the spec-derived grammar registry to the cascade computed-value validation port.
Trait Implementations§
Source§impl CascadeStandardValueValidatorV0 for SpecStandardPropertyValueValidatorV0
impl CascadeStandardValueValidatorV0 for SpecStandardPropertyValueValidatorV0
fn validate_standard_property_value( &self, property: &PropertyNameV0, value: &str, ) -> CascadeStandardValueVerdictV0
Source§impl Clone for SpecStandardPropertyValueValidatorV0
impl Clone for SpecStandardPropertyValueValidatorV0
Source§fn clone(&self) -> SpecStandardPropertyValueValidatorV0
fn clone(&self) -> SpecStandardPropertyValueValidatorV0
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 moreimpl Copy for SpecStandardPropertyValueValidatorV0
Source§impl Default for SpecStandardPropertyValueValidatorV0
impl Default for SpecStandardPropertyValueValidatorV0
Source§fn default() -> SpecStandardPropertyValueValidatorV0
fn default() -> SpecStandardPropertyValueValidatorV0
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpecStandardPropertyValueValidatorV0
impl RefUnwindSafe for SpecStandardPropertyValueValidatorV0
impl Send for SpecStandardPropertyValueValidatorV0
impl Sync for SpecStandardPropertyValueValidatorV0
impl Unpin for SpecStandardPropertyValueValidatorV0
impl UnsafeUnpin for SpecStandardPropertyValueValidatorV0
impl UnwindSafe for SpecStandardPropertyValueValidatorV0
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