pub struct DirectoryLinkRule;Trait Implementations§
Source§impl Rule for DirectoryLinkRule
impl Rule for DirectoryLinkRule
fn name(&self) -> &str
fn evaluate(&self, ctx: &RuleContext<'_>) -> Vec<Diagnostic>
Auto Trait Implementations§
impl Freeze for DirectoryLinkRule
impl RefUnwindSafe for DirectoryLinkRule
impl Send for DirectoryLinkRule
impl Sync for DirectoryLinkRule
impl Unpin for DirectoryLinkRule
impl UnsafeUnpin for DirectoryLinkRule
impl UnwindSafe for DirectoryLinkRule
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