Enum jsonfeed::Content [] [src]

pub enum Content {
    Html(String),
    Text(String),
    Both(StringString),
}

Represents the content_html and content_text attributes of an item

Variants

Trait Implementations

impl Debug for Content
[src]

Formats the value using the given formatter.

impl Clone for Content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Content
[src]

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

This method tests for !=.