pub enum IdentExpr<'a> {
Unresolved(&'a str),
Local(Handle<Local>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IdentExpr<'a>
impl<'a> RefUnwindSafe for IdentExpr<'a>
impl<'a> Send for IdentExpr<'a>
impl<'a> Sync for IdentExpr<'a>
impl<'a> Unpin for IdentExpr<'a>
impl<'a> UnwindSafe for IdentExpr<'a>
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