pub struct JsNamedImportSpecifierFields {
pub type_token: Option<JsSyntaxToken>,
pub name: SyntaxResult<JsLiteralExportName>,
pub as_token: SyntaxResult<JsSyntaxToken>,
pub local_name: SyntaxResult<AnyJsBinding>,
}Fields§
§type_token: Option<JsSyntaxToken>§name: SyntaxResult<JsLiteralExportName>§as_token: SyntaxResult<JsSyntaxToken>§local_name: SyntaxResult<AnyJsBinding>Auto Trait Implementations§
impl RefUnwindSafe for JsNamedImportSpecifierFields
impl !Send for JsNamedImportSpecifierFields
impl !Sync for JsNamedImportSpecifierFields
impl Unpin for JsNamedImportSpecifierFields
impl UnwindSafe for JsNamedImportSpecifierFields
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