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