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 Freeze for NotDef
impl RefUnwindSafe for NotDef
impl !Send for NotDef
impl !Sync for NotDef
impl Unpin 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