Struct sqlparser::ast::helpers::stmt_data_loading::DataLoadingOptions    
source · 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<'de> Deserialize<'de> for DataLoadingOptions
 
impl<'de> Deserialize<'de> for DataLoadingOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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§fn eq(&self, other: &DataLoadingOptions) -> bool
 
fn eq(&self, other: &DataLoadingOptions) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DataLoadingOptions
 
impl PartialOrd for DataLoadingOptions
source§fn partial_cmp(&self, other: &DataLoadingOptions) -> Option<Ordering>
 
fn partial_cmp(&self, other: &DataLoadingOptions) -> 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 moresource§impl Serialize for DataLoadingOptions
 
impl Serialize for DataLoadingOptions
source§impl Visit for DataLoadingOptions
 
impl Visit for DataLoadingOptions
source§impl VisitMut for DataLoadingOptions
 
impl VisitMut for DataLoadingOptions
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for DataLoadingOptions
impl StructuralEq for DataLoadingOptions
impl StructuralPartialEq for DataLoadingOptions
Auto Trait Implementations§
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