Struct harper_core::LintGroup
source · pub struct LintGroup<T: Dictionary> {
pub config: LintGroupConfig,
/* private fields */
}
Fields§
§config: LintGroupConfig
Implementations§
source§impl<T: Dictionary> LintGroup<T>
impl<T: Dictionary> LintGroup<T>
pub fn new(config: LintGroupConfig, dictionary: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for LintGroup<T>where
T: RefUnwindSafe,
impl<T> Send for LintGroup<T>
impl<T> Sync for LintGroup<T>
impl<T> Unpin for LintGroup<T>where
T: Unpin,
impl<T> UnwindSafe for LintGroup<T>where
T: UnwindSafe,
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