pub struct JsNamedImportSpecifiersFields {
pub l_curly_token: SyntaxResult<JsSyntaxToken>,
pub specifiers: JsNamedImportSpecifierList,
pub r_curly_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_curly_token: SyntaxResult<JsSyntaxToken>§specifiers: JsNamedImportSpecifierList§r_curly_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsNamedImportSpecifiersFields
impl !Send for JsNamedImportSpecifiersFields
impl !Sync for JsNamedImportSpecifiersFields
impl Unpin for JsNamedImportSpecifiersFields
impl UnwindSafe for JsNamedImportSpecifiersFields
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