pub struct Negation<'src> {
pub content: Ident<'src>,
}
Fields§
§content: Ident<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for Negation<'src>
Auto Trait Implementations§
impl<'src> Freeze for Negation<'src>
impl<'src> RefUnwindSafe for Negation<'src>
impl<'src> Send for Negation<'src>
impl<'src> Sync for Negation<'src>
impl<'src> Unpin for Negation<'src>
impl<'src> UnwindSafe for Negation<'src>
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