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