pub struct RuleValidation {
pub rule_id: String,
pub name: String,
pub rule_type: String,
pub defaults_applied: Vec<String>,
}Expand description
One rule’s validation entry.
Fields§
§rule_id: String§name: String§rule_type: String§defaults_applied: Vec<String>Trait Implementations§
Source§impl Clone for RuleValidation
impl Clone for RuleValidation
Source§fn clone(&self) -> RuleValidation
fn clone(&self) -> RuleValidation
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 RuleValidation
impl Debug for RuleValidation
Source§impl PartialEq for RuleValidation
impl PartialEq for RuleValidation
Source§impl Serialize for RuleValidation
impl Serialize for RuleValidation
impl StructuralPartialEq for RuleValidation
Auto Trait Implementations§
impl Freeze for RuleValidation
impl RefUnwindSafe for RuleValidation
impl Send for RuleValidation
impl Sync for RuleValidation
impl Unpin for RuleValidation
impl UnsafeUnpin for RuleValidation
impl UnwindSafe for RuleValidation
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