pub struct JsxSelfClosingElementFields {
pub l_angle_token: SyntaxResult<JsSyntaxToken>,
pub name: SyntaxResult<AnyJsxElementName>,
pub type_arguments: Option<TsTypeArguments>,
pub attributes: JsxAttributeList,
pub slash_token: SyntaxResult<JsSyntaxToken>,
pub r_angle_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_angle_token: SyntaxResult<JsSyntaxToken>§name: SyntaxResult<AnyJsxElementName>§type_arguments: Option<TsTypeArguments>§attributes: JsxAttributeList§slash_token: SyntaxResult<JsSyntaxToken>§r_angle_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsxSelfClosingElementFields
impl !Send for JsxSelfClosingElementFields
impl !Sync for JsxSelfClosingElementFields
impl Unpin for JsxSelfClosingElementFields
impl UnwindSafe for JsxSelfClosingElementFields
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