Struct atom_syndication::ContentBuilder [−][src]
pub struct ContentBuilder { /* fields omitted */ }Expand description
Builder for Content.
Implementations
Base URL for resolving any relative references found in the element.
Indicates the natural language for the element.
The text value of the content.
The URI of where the content can be found.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContentBuilderimpl Send for ContentBuilderimpl Sync for ContentBuilderimpl Unpin for ContentBuilderimpl UnwindSafe for ContentBuilderBlanket Implementations
Mutably borrows from an owned value. Read more