Struct json_api::doc::object::Object [] [src]

pub struct Object {
    pub attributes: Map<Key, Value>,
    pub id: String,
    pub kind: Key,
    pub links: Map<Key, Link>,
    pub meta: Map<Key, Value>,
    pub relationships: Map<Key, Relationship>,
    // some fields omitted
}

Fields

Methods

impl Object
[src]

Trait Implementations

impl Clone for Object
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Object
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Object
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl PrimaryData for Object
[src]