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