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