pub struct LintersTable {
pub severity: HashMap<String, RuleSeverity>,
pub settings: LintersSettingsTable,
}Fields§
§severity: HashMap<String, RuleSeverity>§settings: LintersSettingsTableTrait Implementations§
Source§impl Clone for LintersTable
impl Clone for LintersTable
Source§fn clone(&self) -> LintersTable
fn clone(&self) -> LintersTable
Returns a duplicate of the value. Read more
1.0.0 · 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 LintersTable
impl Debug for LintersTable
Source§impl Default for LintersTable
impl Default for LintersTable
Source§fn default() -> LintersTable
fn default() -> LintersTable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LintersTable
impl<'de> Deserialize<'de> for LintersTable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LintersTable
impl PartialEq for LintersTable
impl StructuralPartialEq for LintersTable
Auto Trait Implementations§
impl Freeze for LintersTable
impl RefUnwindSafe for LintersTable
impl Send for LintersTable
impl Sync for LintersTable
impl Unpin for LintersTable
impl UnwindSafe for LintersTable
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