pub struct JSONText<'input> {
pub value: JSONValue<'input>,
}
Fields§
§value: JSONValue<'input>
Trait Implementations§
impl<'input> StructuralPartialEq for JSONText<'input>
Auto Trait Implementations§
impl<'input> Freeze for JSONText<'input>
impl<'input> RefUnwindSafe for JSONText<'input>
impl<'input> Send for JSONText<'input>
impl<'input> Sync for JSONText<'input>
impl<'input> Unpin for JSONText<'input>
impl<'input> UnwindSafe for JSONText<'input>
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