pub struct ProjectionField {
pub alias: Option<String>,
pub expr: Expr,
}Fields§
§alias: Option<String>§expr: ExprTrait Implementations§
Source§impl Clone for ProjectionField
impl Clone for ProjectionField
Source§fn clone(&self) -> ProjectionField
fn clone(&self) -> ProjectionField
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 ProjectionField
impl Debug for ProjectionField
Source§impl PartialEq for ProjectionField
impl PartialEq for ProjectionField
impl StructuralPartialEq for ProjectionField
Auto Trait Implementations§
impl Freeze for ProjectionField
impl RefUnwindSafe for ProjectionField
impl Send for ProjectionField
impl Sync for ProjectionField
impl Unpin for ProjectionField
impl UnsafeUnpin for ProjectionField
impl UnwindSafe for ProjectionField
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