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