pub struct LintSession { /* private fields */ }
Implementations§
Source§impl LintSession
impl LintSession
pub fn messages(&self) -> Vec<LintMessage>
pub fn get_sorted_builders(&mut self) -> Vec<String>
pub fn get_stage_recursive_dependencies(&mut self, stage: String) -> Vec<String>
Trait Implementations§
Source§impl Clone for LintSession
impl Clone for LintSession
Source§fn clone(&self) -> LintSession
fn clone(&self) -> LintSession
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LintSession
impl Debug for LintSession
Source§impl Default for LintSession
impl Default for LintSession
Source§fn default() -> LintSession
fn default() -> LintSession
Returns the “default value” for a type. Read more
Source§impl PartialEq for LintSession
impl PartialEq for LintSession
impl StructuralPartialEq for LintSession
Auto Trait Implementations§
impl Freeze for LintSession
impl RefUnwindSafe for LintSession
impl Send for LintSession
impl Sync for LintSession
impl Unpin for LintSession
impl UnwindSafe for LintSession
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