pub struct ParseResultBuilder { /* private fields */ }
Implementations§
Source§impl ParseResultBuilder
impl ParseResultBuilder
pub fn build(self) -> ParseResult
pub fn new() -> Self
pub fn canonical_url(self, url: Option<String>) -> Self
pub fn content(self, content: String) -> Self
pub fn description(self, desc: String) -> Self
pub fn links(self, links: HashSet<String>) -> Self
pub fn meta(self, meta: HashMap<String, String>) -> Self
pub fn title(self, title: Option<String>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseResultBuilder
impl RefUnwindSafe for ParseResultBuilder
impl Send for ParseResultBuilder
impl Sync for ParseResultBuilder
impl Unpin for ParseResultBuilder
impl UnwindSafe for ParseResultBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more