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