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