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