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