pub struct RuleInfo {
pub id: &'static str,
pub family: RuleFamily,
pub backend: RuleBackend,
pub summary: &'static str,
pub default_level: Level,
pub schema: &'static str,
pub config_example: &'static str,
pub fixable: bool,
}Fields§
§id: &'static str§family: RuleFamily§backend: RuleBackend§summary: &'static str§default_level: Level§schema: &'static str§config_example: &'static str§fixable: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RuleInfo
impl RefUnwindSafe for RuleInfo
impl Send for RuleInfo
impl Sync for RuleInfo
impl Unpin for RuleInfo
impl UnsafeUnpin for RuleInfo
impl UnwindSafe for RuleInfo
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