Struct sql_migration_sim::ast::helpers::stmt_data_loading::DataLoadingOption
source · 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§fn eq(&self, other: &DataLoadingOption) -> bool
fn eq(&self, other: &DataLoadingOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DataLoadingOption
impl PartialOrd for DataLoadingOption
source§fn partial_cmp(&self, other: &DataLoadingOption) -> Option<Ordering>
fn partial_cmp(&self, other: &DataLoadingOption) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for DataLoadingOption
impl StructuralEq for DataLoadingOption
impl StructuralPartialEq for DataLoadingOption
Auto Trait Implementations§
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