Struct go_vm::parser::ast::ImportSpec
source · pub struct ImportSpec {
pub name: Option<IdentKey>,
pub path: BasicLit,
pub end_pos: Option<usize>,
}
Fields§
§name: Option<IdentKey>
§path: BasicLit
§end_pos: Option<usize>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ImportSpec
impl Send for ImportSpec
impl Sync for ImportSpec
impl Unpin for ImportSpec
impl UnwindSafe for ImportSpec
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