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