Struct gluesql::core::sqlparser::ast::helpers::stmt_data_loading::StageLoadSelectItem
pub struct StageLoadSelectItem {
pub alias: Option<Ident>,
pub file_col_num: i32,
pub element: Option<Ident>,
pub item_as: Option<Ident>,
}Fields§
§alias: Option<Ident>§file_col_num: i32§element: Option<Ident>§item_as: Option<Ident>Trait Implementations§
§impl Clone for StageLoadSelectItem
impl Clone for StageLoadSelectItem
§fn clone(&self) -> StageLoadSelectItem
fn clone(&self) -> StageLoadSelectItem
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 more§impl Debug for StageLoadSelectItem
impl Debug for StageLoadSelectItem
§impl<'de> Deserialize<'de> for StageLoadSelectItem
impl<'de> Deserialize<'de> for StageLoadSelectItem
§fn deserialize<__D>(
__deserializer: __D
) -> Result<StageLoadSelectItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<StageLoadSelectItem, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for StageLoadSelectItem
impl Display for StageLoadSelectItem
§impl Hash for StageLoadSelectItem
impl Hash for StageLoadSelectItem
§impl Ord for StageLoadSelectItem
impl Ord for StageLoadSelectItem
§fn cmp(&self, other: &StageLoadSelectItem) -> Ordering
fn cmp(&self, other: &StageLoadSelectItem) -> 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
§impl PartialEq for StageLoadSelectItem
impl PartialEq for StageLoadSelectItem
§fn eq(&self, other: &StageLoadSelectItem) -> bool
fn eq(&self, other: &StageLoadSelectItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.§impl PartialOrd for StageLoadSelectItem
impl PartialOrd for StageLoadSelectItem
§fn partial_cmp(&self, other: &StageLoadSelectItem) -> Option<Ordering>
fn partial_cmp(&self, other: &StageLoadSelectItem) -> 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 more§impl Serialize for StageLoadSelectItem
impl Serialize for StageLoadSelectItem
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for StageLoadSelectItem
impl StructuralEq for StageLoadSelectItem
impl StructuralPartialEq for StageLoadSelectItem
Auto Trait Implementations§
impl RefUnwindSafe for StageLoadSelectItem
impl Send for StageLoadSelectItem
impl Sync for StageLoadSelectItem
impl Unpin for StageLoadSelectItem
impl UnwindSafe for StageLoadSelectItem
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.