pub struct DataLoadingOptions {
pub options: Vec<DataLoadingOption>,
}
Fields§
§options: Vec<DataLoadingOption>
Trait Implementations§
Source§impl Clone for DataLoadingOptions
impl Clone for DataLoadingOptions
Source§fn clone(&self) -> DataLoadingOptions
fn clone(&self) -> DataLoadingOptions
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 DataLoadingOptions
impl Debug for DataLoadingOptions
Source§impl Display for DataLoadingOptions
impl Display for DataLoadingOptions
Source§impl Hash for DataLoadingOptions
impl Hash for DataLoadingOptions
Source§impl Ord for DataLoadingOptions
impl Ord for DataLoadingOptions
Source§fn cmp(&self, other: &DataLoadingOptions) -> Ordering
fn cmp(&self, other: &DataLoadingOptions) -> 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 DataLoadingOptions
impl PartialEq for DataLoadingOptions
Source§impl PartialOrd for DataLoadingOptions
impl PartialOrd for DataLoadingOptions
impl Eq for DataLoadingOptions
impl StructuralPartialEq for DataLoadingOptions
Auto Trait Implementations§
impl Freeze for DataLoadingOptions
impl RefUnwindSafe for DataLoadingOptions
impl Send for DataLoadingOptions
impl Sync for DataLoadingOptions
impl Unpin for DataLoadingOptions
impl UnwindSafe for DataLoadingOptions
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