pub struct JsonRootFields {
pub value: SyntaxResult<AnyJsonValue>,
pub eof_token: SyntaxResult<JsonSyntaxToken>,
}
Fields§
§value: SyntaxResult<AnyJsonValue>
§eof_token: SyntaxResult<JsonSyntaxToken>
Auto Trait Implementations§
impl Freeze for JsonRootFields
impl RefUnwindSafe for JsonRootFields
impl !Send for JsonRootFields
impl !Sync for JsonRootFields
impl Unpin for JsonRootFields
impl UnwindSafe for JsonRootFields
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