pub enum IdentTarget {
Unresolved,
Variable(VariableSymbolId),
}Variants§
Unresolved
Variable(VariableSymbolId)
Trait Implementations§
Source§impl Clone for IdentTarget
impl Clone for IdentTarget
Source§fn clone(&self) -> IdentTarget
fn clone(&self) -> IdentTarget
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 IdentTarget
impl Debug for IdentTarget
Source§impl PartialEq for IdentTarget
impl PartialEq for IdentTarget
impl Copy for IdentTarget
impl Eq for IdentTarget
impl StructuralPartialEq for IdentTarget
Auto Trait Implementations§
impl Freeze for IdentTarget
impl RefUnwindSafe for IdentTarget
impl Send for IdentTarget
impl Sync for IdentTarget
impl Unpin for IdentTarget
impl UnsafeUnpin for IdentTarget
impl UnwindSafe for IdentTarget
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