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