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