pub struct ProjectField {
pub alias: Option<String>,
pub expr: Expr,
}Fields§
§alias: Option<String>§expr: ExprTrait Implementations§
Source§impl Clone for ProjectField
impl Clone for ProjectField
Source§fn clone(&self) -> ProjectField
fn clone(&self) -> ProjectField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProjectField
impl RefUnwindSafe for ProjectField
impl Send for ProjectField
impl Sync for ProjectField
impl Unpin for ProjectField
impl UnsafeUnpin for ProjectField
impl UnwindSafe for ProjectField
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