pub struct AnalysisFacts { /* private fields */ }Expand description
Frozen checker facts. Rule implementations only query this product.
Implementations§
Source§impl AnalysisFacts
impl AnalysisFacts
pub fn hazards(&self) -> &[HazardFact]
Trait Implementations§
Source§impl Clone for AnalysisFacts
impl Clone for AnalysisFacts
Source§fn clone(&self) -> AnalysisFacts
fn clone(&self) -> AnalysisFacts
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 AnalysisFacts
impl Debug for AnalysisFacts
Source§impl Default for AnalysisFacts
impl Default for AnalysisFacts
Source§fn default() -> AnalysisFacts
fn default() -> AnalysisFacts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnalysisFacts
impl RefUnwindSafe for AnalysisFacts
impl Send for AnalysisFacts
impl Sync for AnalysisFacts
impl Unpin for AnalysisFacts
impl UnsafeUnpin for AnalysisFacts
impl UnwindSafe for AnalysisFacts
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