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