pub struct UncheckedArithmeticRule;Trait Implementations§
Source§impl Debug for UncheckedArithmeticRule
impl Debug for UncheckedArithmeticRule
Source§impl Default for UncheckedArithmeticRule
impl Default for UncheckedArithmeticRule
Source§fn default() -> UncheckedArithmeticRule
fn default() -> UncheckedArithmeticRule
Returns the “default value” for a type. Read more
Source§impl Rule for UncheckedArithmeticRule
impl Rule for UncheckedArithmeticRule
fn metadata(&self) -> &RuleMetadata
fn match_file( &self, file: &ParsedFile, _ctx: &RuleContext<'_>, ) -> Vec<RuleMatch>
Auto Trait Implementations§
impl Freeze for UncheckedArithmeticRule
impl RefUnwindSafe for UncheckedArithmeticRule
impl Send for UncheckedArithmeticRule
impl Sync for UncheckedArithmeticRule
impl Unpin for UncheckedArithmeticRule
impl UnsafeUnpin for UncheckedArithmeticRule
impl UnwindSafe for UncheckedArithmeticRule
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