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