pub struct FetcherOptions {
pub input_url: String,
}
Expand description
Fields§
§input_url: String
Implementations§
Trait Implementations§
Source§impl Clone for FetcherOptions
impl Clone for FetcherOptions
Source§fn clone(&self) -> FetcherOptions
fn clone(&self) -> FetcherOptions
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 moreSource§impl Debug for FetcherOptions
impl Debug for FetcherOptions
Source§impl Default for FetcherOptions
impl Default for FetcherOptions
Source§fn default() -> FetcherOptions
fn default() -> FetcherOptions
Returns the “default value” for a type. Read more
Source§impl Hash for FetcherOptions
impl Hash for FetcherOptions
Source§impl Ord for FetcherOptions
impl Ord for FetcherOptions
Source§fn cmp(&self, other: &FetcherOptions) -> Ordering
fn cmp(&self, other: &FetcherOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FetcherOptions
impl PartialEq for FetcherOptions
Source§impl PartialOrd for FetcherOptions
impl PartialOrd for FetcherOptions
impl Eq for FetcherOptions
impl StructuralPartialEq for FetcherOptions
Auto Trait Implementations§
impl Freeze for FetcherOptions
impl RefUnwindSafe for FetcherOptions
impl Send for FetcherOptions
impl Sync for FetcherOptions
impl Unpin for FetcherOptions
impl UnwindSafe for FetcherOptions
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