pub struct ImportedPathsRule;Implementations§
Trait Implementations§
Source§impl Default for ImportedPathsRule
impl Default for ImportedPathsRule
Source§impl Rule for ImportedPathsRule
impl Rule for ImportedPathsRule
fn name(&self) -> &'static str
fn check(&self, file: &SourceFile) -> Vec<Offence>
fn check_workspace(&self, _files: &[SourceFile]) -> Vec<Offence>
fn requirement(&self) -> Option<&'static str>
fn is_configured(&self) -> bool
Auto Trait Implementations§
impl Freeze for ImportedPathsRule
impl RefUnwindSafe for ImportedPathsRule
impl Send for ImportedPathsRule
impl Sync for ImportedPathsRule
impl Unpin for ImportedPathsRule
impl UnsafeUnpin for ImportedPathsRule
impl UnwindSafe for ImportedPathsRule
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