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