pub struct TsExportDeclareClauseFields {
pub declare_token: SyntaxResult<JsSyntaxToken>,
pub declaration: SyntaxResult<AnyJsDeclarationClause>,
}Fields§
§declare_token: SyntaxResult<JsSyntaxToken>§declaration: SyntaxResult<AnyJsDeclarationClause>Auto Trait Implementations§
impl RefUnwindSafe for TsExportDeclareClauseFields
impl !Send for TsExportDeclareClauseFields
impl !Sync for TsExportDeclareClauseFields
impl Unpin for TsExportDeclareClauseFields
impl UnwindSafe for TsExportDeclareClauseFields
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