pub struct TsGlobalDeclarationFields {
pub global_token: SyntaxResult<JsSyntaxToken>,
pub body: SyntaxResult<TsModuleBlock>,
}Fields§
§global_token: SyntaxResult<JsSyntaxToken>§body: SyntaxResult<TsModuleBlock>Auto Trait Implementations§
impl RefUnwindSafe for TsGlobalDeclarationFields
impl !Send for TsGlobalDeclarationFields
impl !Sync for TsGlobalDeclarationFields
impl Unpin for TsGlobalDeclarationFields
impl UnwindSafe for TsGlobalDeclarationFields
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