pub struct IRProjection {
pub expr: IRExpr,
pub alias: Option<String>,
}Fields§
§expr: IRExpr§alias: Option<String>Trait Implementations§
Source§impl Clone for IRProjection
impl Clone for IRProjection
Source§fn clone(&self) -> IRProjection
fn clone(&self) -> IRProjection
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 IRProjection
impl RefUnwindSafe for IRProjection
impl Send for IRProjection
impl Sync for IRProjection
impl Unpin for IRProjection
impl UnsafeUnpin for IRProjection
impl UnwindSafe for IRProjection
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