Struct tumblr::Meta [] [src]

pub struct Meta {
    pub status: u32,
    pub msg: String,
}

Fields

Trait Implementations

impl Debug for Meta
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Meta
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Meta

impl Sync for Meta