Struct bitsy_lang::ast::Ident
source · pub struct Ident {
pub span: Span,
pub name: Name,
}
Expand description
An identifier in the grammar.
Fields§
§span: Span
§name: Name
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ident
impl Send for Ident
impl Sync for Ident
impl Unpin for Ident
impl UnwindSafe for Ident
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