pub struct ImporterOptions {
pub input_url: String,
}
Expand description
Fields§
§input_url: String
Implementations§
Trait Implementations§
Source§impl Clone for ImporterOptions
impl Clone for ImporterOptions
Source§fn clone(&self) -> ImporterOptions
fn clone(&self) -> ImporterOptions
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 ImporterOptions
impl Debug for ImporterOptions
Source§impl Default for ImporterOptions
impl Default for ImporterOptions
Source§fn default() -> ImporterOptions
fn default() -> ImporterOptions
Returns the “default value” for a type. Read more
Source§impl Hash for ImporterOptions
impl Hash for ImporterOptions
Source§impl Ord for ImporterOptions
impl Ord for ImporterOptions
Source§fn cmp(&self, other: &ImporterOptions) -> Ordering
fn cmp(&self, other: &ImporterOptions) -> 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 ImporterOptions
impl PartialEq for ImporterOptions
Source§impl PartialOrd for ImporterOptions
impl PartialOrd for ImporterOptions
impl Eq for ImporterOptions
impl StructuralPartialEq for ImporterOptions
Auto Trait Implementations§
impl Freeze for ImporterOptions
impl RefUnwindSafe for ImporterOptions
impl Send for ImporterOptions
impl Sync for ImporterOptions
impl Unpin for ImporterOptions
impl UnwindSafe for ImporterOptions
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