pub struct NotDef {
pub pos: Position,
pub expr: Box<Expression>,
}Fields§
§pos: Position§expr: Box<Expression>Trait Implementations§
impl StructuralPartialEq for NotDef
Auto Trait Implementations§
impl !Send for NotDef
impl !Sync for NotDef
impl Freeze for NotDef
impl RefUnwindSafe for NotDef
impl Unpin for NotDef
impl UnsafeUnpin for NotDef
impl UnwindSafe for NotDef
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