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