pub struct TsImportTypeQualifierFields {
pub dot_token: SyntaxResult<JsSyntaxToken>,
pub right: SyntaxResult<AnyTsName>,
}Fields§
§dot_token: SyntaxResult<JsSyntaxToken>§right: SyntaxResult<AnyTsName>Auto Trait Implementations§
impl RefUnwindSafe for TsImportTypeQualifierFields
impl !Send for TsImportTypeQualifierFields
impl !Sync for TsImportTypeQualifierFields
impl Unpin for TsImportTypeQualifierFields
impl UnwindSafe for TsImportTypeQualifierFields
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