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