Struct json_api::doc::relationship::Relationship
[−]
[src]
pub struct Relationship { pub data: Data<Identifier>, pub links: Map<Link>, pub meta: Map<Value>, // some fields omitted }
Fields
data: Data<Identifier>
links: Map<Link>
meta: Map<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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter.