pub struct ImportDef {
pub pos: Position,
pub path: Token,
}
Expand description
Encodes an import expression in the UCG AST.
Fields§
§pos: Position
§path: Token
Trait Implementations§
impl StructuralPartialEq for ImportDef
Auto Trait Implementations§
impl Freeze for ImportDef
impl RefUnwindSafe for ImportDef
impl Send for ImportDef
impl Sync for ImportDef
impl Unpin for ImportDef
impl UnwindSafe for ImportDef
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