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