Struct tumblr::BlogInfo [] [src]

pub struct BlogInfo {
    pub admin: Option<bool>,
    pub ask: bool,
    pub ask_anon: bool,
    pub ask_page_title: String,
    pub can_send_fan_mail: bool,
    pub can_submit: Option<bool>,
    pub can_subscribe: bool,
    pub description: String,
    pub drafts: Option<u64>,
    pub facebook: Option<String>,
    pub facebook_opengraph_enabled: Option<String>,
    pub followed: bool,
    pub followers: Option<u64>,
    pub is_adult: bool,
    pub is_blocked_from_primary: bool,
    pub is_nsfw: bool,
    pub likes: Option<u64>,
    pub messages: Option<u64>,
    pub name: String,
    pub posts: u64,
    pub primary: Option<bool>,
    pub queue: Option<u64>,
    pub reply_conditions: String,
    pub share_likes: bool,
    pub submission_page_title: Option<String>,
    pub submission_terms: Option<SubmissionTerms>,
    pub subscribed: bool,
    pub title: String,
    pub total_posts: u64,
    pub tweet: Option<String>,
    pub twitter_enabled: Option<bool>,
    pub twitter_send: Option<bool>,
    pub blog_type: Option<String>,
    pub updated: u64,
    pub url: String,
}

Fields

Trait Implementations

impl Debug for BlogInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BlogInfo
[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 BlogInfo

impl Sync for BlogInfo