pub struct JsPostUpdateExpressionFields {
pub operand: SyntaxResult<AnyJsAssignment>,
pub operator_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§operand: SyntaxResult<AnyJsAssignment>§operator_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsPostUpdateExpressionFields
impl !Send for JsPostUpdateExpressionFields
impl !Sync for JsPostUpdateExpressionFields
impl Unpin for JsPostUpdateExpressionFields
impl UnwindSafe for JsPostUpdateExpressionFields
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