pub struct ScrapeInput {
pub url: String,
}Fields§
§url: StringTrait Implementations§
Source§impl Clone for ScrapeInput
impl Clone for ScrapeInput
Source§fn clone(&self) -> ScrapeInput
fn clone(&self) -> ScrapeInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScrapeInput
impl Debug for ScrapeInput
Source§impl FromStr for ScrapeInput
impl FromStr for ScrapeInput
Auto Trait Implementations§
impl Freeze for ScrapeInput
impl RefUnwindSafe for ScrapeInput
impl Send for ScrapeInput
impl Sync for ScrapeInput
impl Unpin for ScrapeInput
impl UnsafeUnpin for ScrapeInput
impl UnwindSafe for ScrapeInput
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