pub struct LongValuesAurweb;Expand description
Implementations§
Source§impl LongValuesAurweb
impl LongValuesAurweb
Sourcepub fn new_boxed(_config: &LintRuleConfiguration) -> Box<dyn LintRule>
pub fn new_boxed(_config: &LintRuleConfiguration) -> Box<dyn LintRule>
Creates a new, boxed instance of LongValuesAurweb.
Trait Implementations§
Source§impl Clone for LongValuesAurweb
impl Clone for LongValuesAurweb
Source§fn clone(&self) -> LongValuesAurweb
fn clone(&self) -> LongValuesAurweb
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 LongValuesAurweb
impl Debug for LongValuesAurweb
Source§impl Documented for LongValuesAurweb
impl Documented for LongValuesAurweb
Source§impl LintRule for LongValuesAurweb
impl LintRule for LongValuesAurweb
Source§fn documentation(&self) -> String
fn documentation(&self) -> String
Returns the full documentation for this lint rule. Read more
Source§fn run(
&self,
resources: &Resources,
issues: &mut Vec<LintIssue>,
) -> Result<(), Error>
fn run( &self, resources: &Resources, issues: &mut Vec<LintIssue>, ) -> Result<(), Error>
Executes the linting logic and appends to list of accumulated issues. Read more
Source§fn extra_links(&self) -> Option<BTreeMap<String, String>>
fn extra_links(&self) -> Option<BTreeMap<String, String>>
Returns a map of additional associated links for this lint rule. Read more
Source§fn scoped_name(&self) -> String
fn scoped_name(&self) -> String
Returns the full name of this lint by combining
LintRule::scope and LintRule::name
as {scope}::{name}. Read moreSource§fn groups(&self) -> &'static [LintGroup]
fn groups(&self) -> &'static [LintGroup]
Returns the static lint groups this lint rule belongs to. Read more
Source§fn configuration_options(&self) -> &[LintRuleConfigurationOptionName]
fn configuration_options(&self) -> &[LintRuleConfigurationOptionName]
Returns a map of configuration options used by this lint rule. Read more
Auto Trait Implementations§
impl Freeze for LongValuesAurweb
impl RefUnwindSafe for LongValuesAurweb
impl Send for LongValuesAurweb
impl Sync for LongValuesAurweb
impl Unpin for LongValuesAurweb
impl UnsafeUnpin for LongValuesAurweb
impl UnwindSafe for LongValuesAurweb
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