pub struct JsxSpreadAttributeFields {
pub l_curly_token: SyntaxResult<JsSyntaxToken>,
pub dotdotdot_token: SyntaxResult<JsSyntaxToken>,
pub argument: SyntaxResult<AnyJsExpression>,
pub r_curly_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_curly_token: SyntaxResult<JsSyntaxToken>§dotdotdot_token: SyntaxResult<JsSyntaxToken>§argument: SyntaxResult<AnyJsExpression>§r_curly_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl Freeze for JsxSpreadAttributeFields
impl RefUnwindSafe for JsxSpreadAttributeFields
impl !Send for JsxSpreadAttributeFields
impl !Sync for JsxSpreadAttributeFields
impl Unpin for JsxSpreadAttributeFields
impl UnwindSafe for JsxSpreadAttributeFields
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