pub struct JsonPatch {
pub path: JsonPath,
pub operation: PatchOperation,
pub priority: Priority,
}
Expand description
Patch operation for updating JSON structure
Fields§
§path: JsonPath
§operation: PatchOperation
§priority: Priority
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonPatch
impl RefUnwindSafe for JsonPatch
impl Send for JsonPatch
impl Sync for JsonPatch
impl Unpin for JsonPatch
impl UnwindSafe for JsonPatch
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