Struct swc_css_lints::LintConfig
source · pub struct LintConfig {
pub rules: RulesConfig,
}Fields§
§rules: RulesConfigTrait Implementations§
source§impl Clone for LintConfig
impl Clone for LintConfig
source§fn clone(&self) -> LintConfig
fn clone(&self) -> LintConfig
Returns a copy 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 LintConfig
impl Debug for LintConfig
source§impl Default for LintConfig
impl Default for LintConfig
source§fn default() -> LintConfig
fn default() -> LintConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LintConfig
impl<'de> Deserialize<'de> for LintConfig
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
Auto Trait Implementations§
impl RefUnwindSafe for LintConfig
impl Send for LintConfig
impl Sync for LintConfig
impl Unpin for LintConfig
impl UnwindSafe for LintConfig
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