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