Struct atom_syndication::TextBuilder
source · pub struct TextBuilder { /* private fields */ }Expand description
Builder for Text.
Implementations§
source§impl TextBuilder
impl TextBuilder
sourcepub fn value<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn value<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Content of the text construct
sourcepub fn base<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn base<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self
Base URL for resolving any relative references found in the element.
Trait Implementations§
source§impl Clone for TextBuilder
impl Clone for TextBuilder
source§fn clone(&self) -> TextBuilder
fn clone(&self) -> TextBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more