Enum atom_syndication::TextType [−][src]
pub enum TextType {
Text,
Html,
Xhtml,
}Expand description
Represents the value of the type attribute of a text construct
in an Atom feed, e.g. the type of the content stored in the element.
Variants
Plain text
HTML
XHTML
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextTypeimpl UnwindSafe for TextTypeBlanket Implementations
Mutably borrows from an owned value. Read more