pub struct Scrap<'url, UrlState, BuildState> { /* private fields */ }
Implementations§
Source§impl<'url> Scrap<'url, UrlNotPresent, NotBuild>
impl<'url> Scrap<'url, UrlNotPresent, NotBuild>
Source§impl<'scrap> Scrap<'scrap, UrlsPresent, NotBuild>
impl<'scrap> Scrap<'scrap, UrlsPresent, NotBuild>
pub fn build(self) -> Self
pub fn as_raw_html(&self) -> String
pub fn element_values(&self) -> String
pub fn paragrah(&self) -> String
pub fn text_elements(&self) -> String
Source§impl<'scrap> Scrap<'scrap, UrlPresent, NotBuild>
impl<'scrap> Scrap<'scrap, UrlPresent, NotBuild>
pub fn build(self) -> Self
pub fn as_raw_html(&self) -> String
pub fn element_values(&self) -> String
pub fn paragrah(&self) -> String
pub fn text_elements(&self) -> String
Auto Trait Implementations§
impl<'url, UrlState, BuildState> Freeze for Scrap<'url, UrlState, BuildState>
impl<'url, UrlState, BuildState> RefUnwindSafe for Scrap<'url, UrlState, BuildState>where
UrlState: RefUnwindSafe,
BuildState: RefUnwindSafe,
impl<'url, UrlState, BuildState> Send for Scrap<'url, UrlState, BuildState>
impl<'url, UrlState, BuildState> Sync for Scrap<'url, UrlState, BuildState>
impl<'url, UrlState, BuildState> Unpin for Scrap<'url, UrlState, BuildState>
impl<'url, UrlState, BuildState> UnwindSafe for Scrap<'url, UrlState, BuildState>where
UrlState: UnwindSafe,
BuildState: UnwindSafe,
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