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