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