Struct biome_js_syntax::JsxClosingElementFields
source · pub struct JsxClosingElementFields {
pub l_angle_token: SyntaxResult<JsSyntaxToken>,
pub slash_token: SyntaxResult<JsSyntaxToken>,
pub name: SyntaxResult<AnyJsxElementName>,
pub r_angle_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_angle_token: SyntaxResult<JsSyntaxToken>§slash_token: SyntaxResult<JsSyntaxToken>§name: SyntaxResult<AnyJsxElementName>§r_angle_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsxClosingElementFields
impl !Send for JsxClosingElementFields
impl !Sync for JsxClosingElementFields
impl Unpin for JsxClosingElementFields
impl UnwindSafe for JsxClosingElementFields
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