pub struct TsIndexSignatureClassMemberFields {
pub modifiers: TsIndexSignatureModifierList,
pub l_brack_token: SyntaxResult<JsSyntaxToken>,
pub parameter: SyntaxResult<TsIndexSignatureParameter>,
pub r_brack_token: SyntaxResult<JsSyntaxToken>,
pub type_annotation: SyntaxResult<TsTypeAnnotation>,
pub semicolon_token: Option<JsSyntaxToken>,
}Fields§
§modifiers: TsIndexSignatureModifierList§l_brack_token: SyntaxResult<JsSyntaxToken>§parameter: SyntaxResult<TsIndexSignatureParameter>§r_brack_token: SyntaxResult<JsSyntaxToken>§type_annotation: SyntaxResult<TsTypeAnnotation>§semicolon_token: Option<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for TsIndexSignatureClassMemberFields
impl !Send for TsIndexSignatureClassMemberFields
impl !Sync for TsIndexSignatureClassMemberFields
impl Unpin for TsIndexSignatureClassMemberFields
impl UnwindSafe for TsIndexSignatureClassMemberFields
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