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