pub struct LintQuery {
pub profile: Option<LintProfile>,
pub space: Option<String>,
}Fields§
§profile: Option<LintProfile>§space: Option<String>Implementations§
Source§impl LintQuery
impl LintQuery
pub const fn new(profile: Option<LintProfile>, space: Option<String>) -> Self
pub fn applied_profile(&self) -> LintProfile
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LintQuery
impl<'de> Deserialize<'de> for LintQuery
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
impl Eq for LintQuery
impl StructuralPartialEq for LintQuery
Auto Trait Implementations§
impl Freeze for LintQuery
impl RefUnwindSafe for LintQuery
impl Send for LintQuery
impl Sync for LintQuery
impl Unpin for LintQuery
impl UnsafeUnpin for LintQuery
impl UnwindSafe for LintQuery
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