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