pub struct Negation {
pub rule: Rule,
pub not_span: Span,
}Fields§
§rule: Rule§not_span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for Negation
impl RefUnwindSafe for Negation
impl Send for Negation
impl Sync for Negation
impl Unpin for Negation
impl UnwindSafe for Negation
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