pub struct GenerateForWithLabel;
Trait Implementations§
Source§impl Default for GenerateForWithLabel
impl Default for GenerateForWithLabel
Source§fn default() -> GenerateForWithLabel
fn default() -> GenerateForWithLabel
Returns the “default value” for a type. Read more
Source§impl SyntaxRule for GenerateForWithLabel
impl SyntaxRule for GenerateForWithLabel
fn check( &mut self, syntax_tree: &SyntaxTree, event: &NodeEvent<'_>, option: &ConfigOption, ) -> SyntaxRuleResult
fn name(&self) -> String
fn hint(&self, option: &ConfigOption) -> String
fn reason(&self) -> String
fn into_rule(self) -> Rulewhere
Self: Sized + 'static,
Auto Trait Implementations§
impl Freeze for GenerateForWithLabel
impl RefUnwindSafe for GenerateForWithLabel
impl Send for GenerateForWithLabel
impl Sync for GenerateForWithLabel
impl Unpin for GenerateForWithLabel
impl UnwindSafe for GenerateForWithLabel
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