pub struct TsExternalModuleDeclarationFields {
pub module_token: SyntaxResult<JsSyntaxToken>,
pub source: SyntaxResult<JsModuleSource>,
pub body: Option<AnyTsExternalModuleDeclarationBody>,
}Fields§
§module_token: SyntaxResult<JsSyntaxToken>§source: SyntaxResult<JsModuleSource>§body: Option<AnyTsExternalModuleDeclarationBody>Auto Trait Implementations§
impl RefUnwindSafe for TsExternalModuleDeclarationFields
impl !Send for TsExternalModuleDeclarationFields
impl !Sync for TsExternalModuleDeclarationFields
impl Unpin for TsExternalModuleDeclarationFields
impl UnwindSafe for TsExternalModuleDeclarationFields
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