Struct semantic_analyzer::ast::Ident
source · pub struct Ident<'a>(/* private fields */);Expand description
Basic Ident entity for elements of AST
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Ident<'a>
impl<'a> PartialEq for Ident<'a>
impl<'a> Copy for Ident<'a>
impl<'a> Eq for Ident<'a>
impl<'a> StructuralEq for Ident<'a>
impl<'a> StructuralPartialEq for Ident<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Ident<'a>
impl<'a> Send for Ident<'a>
impl<'a> Sync for Ident<'a>
impl<'a> Unpin for Ident<'a>
impl<'a> UnwindSafe for Ident<'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