pub struct TsExportAssignmentClauseFields {
pub eq_token: SyntaxResult<JsSyntaxToken>,
pub expression: SyntaxResult<AnyJsExpression>,
pub semicolon_token: Option<JsSyntaxToken>,
}
Fields§
§eq_token: SyntaxResult<JsSyntaxToken>
§expression: SyntaxResult<AnyJsExpression>
§semicolon_token: Option<JsSyntaxToken>
Auto Trait Implementations§
impl Freeze for TsExportAssignmentClauseFields
impl RefUnwindSafe for TsExportAssignmentClauseFields
impl !Send for TsExportAssignmentClauseFields
impl !Sync for TsExportAssignmentClauseFields
impl Unpin for TsExportAssignmentClauseFields
impl UnwindSafe for TsExportAssignmentClauseFields
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