Struct json_patch::Patch [−][src]
pub struct Patch(pub Vec<PatchOperation>);
Representation of JSON Patch (list of patch operations)
Trait Implementations
impl Debug for Patch[src]
impl Debug for Patchfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Patch[src]
impl Clone for Patchfn clone(&self) -> Patch[src]
fn clone(&self) -> PatchReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Patch[src]
impl PartialEq for Patch