pub struct JsImportAssertionEntryFields {
pub key: SyntaxResult<JsSyntaxToken>,
pub colon_token: SyntaxResult<JsSyntaxToken>,
pub value_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§key: SyntaxResult<JsSyntaxToken>§colon_token: SyntaxResult<JsSyntaxToken>§value_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsImportAssertionEntryFields
impl !Send for JsImportAssertionEntryFields
impl !Sync for JsImportAssertionEntryFields
impl Unpin for JsImportAssertionEntryFields
impl UnwindSafe for JsImportAssertionEntryFields
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