pub struct TsSatisfiesExpressionFields {
pub expression: SyntaxResult<AnyJsExpression>,
pub satisfies_token: SyntaxResult<JsSyntaxToken>,
pub ty: SyntaxResult<AnyTsType>,
}Fields§
§expression: SyntaxResult<AnyJsExpression>§satisfies_token: SyntaxResult<JsSyntaxToken>§ty: SyntaxResult<AnyTsType>Auto Trait Implementations§
impl Freeze for TsSatisfiesExpressionFields
impl RefUnwindSafe for TsSatisfiesExpressionFields
impl !Send for TsSatisfiesExpressionFields
impl !Sync for TsSatisfiesExpressionFields
impl Unpin for TsSatisfiesExpressionFields
impl UnwindSafe for TsSatisfiesExpressionFields
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