Struct json_api::doc::object::Object
[−]
[src]
pub struct Object { pub attributes: Map<Value>, pub id: String, pub kind: Key, pub links: Map<Link>, pub meta: Map<Value>, pub relationships: Map<Relationship>, // some fields omitted }
Fields
attributes: Map<Value>
id: String
kind: Key
links: Map<Link>
meta: Map<Value>
relationships: Map<Relationship>
Methods
impl Object
[src]
fn build() -> ObjectBuilder
[src]
Trait Implementations
impl Clone for Object
[src]
fn clone(&self) -> Object
[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 Object
[src]
impl PartialEq for Object
[src]
fn eq(&self, __arg_0: &Object) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Object) -> bool
[src]
This method tests for !=
.