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