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