pub struct RuleCheckOutput {
pub rule_checks: Vec<RuleCheckResult>,
}Fields§
§rule_checks: Vec<RuleCheckResult>Implementations§
Source§impl RuleCheckOutput
impl RuleCheckOutput
pub fn new(rule_checks: Vec<RuleCheckResult>) -> RuleCheckOutput
Trait Implementations§
Source§impl Clone for RuleCheckOutput
impl Clone for RuleCheckOutput
Source§fn clone(&self) -> RuleCheckOutput
fn clone(&self) -> RuleCheckOutput
Returns a duplicate 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 Debug for RuleCheckOutput
impl Debug for RuleCheckOutput
Source§impl Default for RuleCheckOutput
impl Default for RuleCheckOutput
Source§fn default() -> RuleCheckOutput
fn default() -> RuleCheckOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuleCheckOutput
impl<'de> Deserialize<'de> for RuleCheckOutput
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
Source§impl PartialEq for RuleCheckOutput
impl PartialEq for RuleCheckOutput
Source§impl Serialize for RuleCheckOutput
impl Serialize for RuleCheckOutput
impl StructuralPartialEq for RuleCheckOutput
Auto Trait Implementations§
impl Freeze for RuleCheckOutput
impl RefUnwindSafe for RuleCheckOutput
impl Send for RuleCheckOutput
impl Sync for RuleCheckOutput
impl Unpin for RuleCheckOutput
impl UnwindSafe for RuleCheckOutput
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