Struct json_patch::ReplaceOperation [−][src]
pub struct ReplaceOperation { /* fields omitted */ }JSON Patch 'replace' operation representation
Trait Implementations
impl Debug for ReplaceOperation[src]
impl Debug for ReplaceOperationfn 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 ReplaceOperation[src]
impl Clone for ReplaceOperationfn clone(&self) -> ReplaceOperation[src]
fn clone(&self) -> ReplaceOperationReturns 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 ReplaceOperation[src]
impl PartialEq for ReplaceOperationfn eq(&self, other: &ReplaceOperation) -> bool[src]
fn eq(&self, other: &ReplaceOperation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ReplaceOperation) -> bool[src]
fn ne(&self, other: &ReplaceOperation) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ReplaceOperation
impl Send for ReplaceOperationimpl Sync for ReplaceOperation
impl Sync for ReplaceOperation