Struct tumblr::Trail [] [src]

pub struct Trail {
    pub content: Option<String>,
    pub content_raw: String,
    pub is_current_item: Option<bool>,
    pub is_root_item: Option<bool>,
}

Fields

Trait Implementations

impl Debug for Trail
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Trail