pub struct TsIndexedAccessTypeFields {
pub object_type: SyntaxResult<AnyTsType>,
pub l_brack_token: SyntaxResult<JsSyntaxToken>,
pub index_type: SyntaxResult<AnyTsType>,
pub r_brack_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§object_type: SyntaxResult<AnyTsType>§l_brack_token: SyntaxResult<JsSyntaxToken>§index_type: SyntaxResult<AnyTsType>§r_brack_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for TsIndexedAccessTypeFields
impl !Send for TsIndexedAccessTypeFields
impl !Sync for TsIndexedAccessTypeFields
impl Unpin for TsIndexedAccessTypeFields
impl UnwindSafe for TsIndexedAccessTypeFields
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