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