pub struct ImportSpec {
pub name: Option<IdentKey>,
pub path: BasicLit,
pub end_pos: Option<Pos>,
}
Fields§
§name: Option<IdentKey>
§path: BasicLit
§end_pos: Option<Pos>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImportSpec
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