pub struct Target {
pub expr: ExprRef,
pub alias: StrRef,
}Expand description
One entry of a target list.
Fields§
§expr: ExprRefWhat is being selected.
alias: StrRefThe alias, or NONE. The binder invents one when there is none, because what it invents
depends on the expression and that is a binder question rather than a parser question.
Trait Implementations§
impl Copy for Target
impl Eq for Target
impl StructuralPartialEq for Target
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnsafeUnpin for Target
impl UnwindSafe for Target
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