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