Struct discogs::data_structures::Identifier [] [src]

pub struct Identifier {
    pub identifier_type: String,
    pub value: String,
}

Fields

Trait Implementations

impl Debug for Identifier
[src]

Formats the value using the given formatter.

impl Clone for Identifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more