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