pub struct AnalyzeListChainedRows {
pub expression: Option<Box<Expression>>,
}Expand description
AnalyzeListChainedRows
Fields§
§expression: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for AnalyzeListChainedRows
impl Clone for AnalyzeListChainedRows
Source§fn clone(&self) -> AnalyzeListChainedRows
fn clone(&self) -> AnalyzeListChainedRows
Returns a duplicate 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 AnalyzeListChainedRows
impl Debug for AnalyzeListChainedRows
Source§impl<'de> Deserialize<'de> for AnalyzeListChainedRows
impl<'de> Deserialize<'de> for AnalyzeListChainedRows
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 PartialEq for AnalyzeListChainedRows
impl PartialEq for AnalyzeListChainedRows
Source§impl Serialize for AnalyzeListChainedRows
impl Serialize for AnalyzeListChainedRows
impl StructuralPartialEq for AnalyzeListChainedRows
Auto Trait Implementations§
impl Freeze for AnalyzeListChainedRows
impl RefUnwindSafe for AnalyzeListChainedRows
impl Send for AnalyzeListChainedRows
impl Sync for AnalyzeListChainedRows
impl Unpin for AnalyzeListChainedRows
impl UnwindSafe for AnalyzeListChainedRows
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