Struct foursquare::Meta [] [src]

pub struct Meta {
    pub code: u16,
    pub request_id: String,
    pub error_type: Option<String>,
    pub error_detail: Option<String>,
}

Fields

Trait Implementations

impl Debug for Meta
[src]

[src]

Formats the value using the given formatter.

impl Clone for Meta
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more