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