pub struct AnalyzedRuleSet {
pub rules: Vec<AnalyzedRule>,
pub source_files: Vec<PathBuf>,
}Fields§
§rules: Vec<AnalyzedRule>§source_files: Vec<PathBuf>Trait Implementations§
Source§impl Clone for AnalyzedRuleSet
impl Clone for AnalyzedRuleSet
Source§fn clone(&self) -> AnalyzedRuleSet
fn clone(&self) -> AnalyzedRuleSet
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 moreAuto Trait Implementations§
impl Freeze for AnalyzedRuleSet
impl RefUnwindSafe for AnalyzedRuleSet
impl Send for AnalyzedRuleSet
impl Sync for AnalyzedRuleSet
impl Unpin for AnalyzedRuleSet
impl UnsafeUnpin for AnalyzedRuleSet
impl UnwindSafe for AnalyzedRuleSet
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