Struct json_api::doc::relationship::Relationship
[−]
[src]
pub struct Relationship { pub data: Data<Identifier>, pub links: Map<Key, Link>, pub meta: Map<Key, Value>, // some fields omitted }
Fields
data: Data<Identifier>
links: Map<Key, Link>
meta: Map<Key, Value>
Methods
impl Relationship
[src]
fn build() -> RelationshipBuilder
[src]
Trait Implementations
impl Clone for Relationship
[src]
fn clone(&self) -> Relationship
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Relationship
[src]
impl PartialEq for Relationship
[src]
fn eq(&self, __arg_0: &Relationship) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Relationship) -> bool
[src]
This method tests for !=
.