Struct garden_lang_parser::ast::SyntaxIdGenerator
source · pub struct SyntaxIdGenerator {
pub next_id: SyntaxId,
}Fields§
§next_id: SyntaxIdImplementations§
Trait Implementations§
source§impl Debug for SyntaxIdGenerator
impl Debug for SyntaxIdGenerator
Auto Trait Implementations§
impl Freeze for SyntaxIdGenerator
impl RefUnwindSafe for SyntaxIdGenerator
impl Send for SyntaxIdGenerator
impl Sync for SyntaxIdGenerator
impl Unpin for SyntaxIdGenerator
impl UnwindSafe for SyntaxIdGenerator
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