pub struct AstName<'ast> { /* private fields */ }Implementations§
Trait Implementations§
impl<'ast> Copy for AstName<'ast>
Source§impl DenseHashHasher<AstName<'_>> for AstNameDenseHasher
impl DenseHashHasher<AstName<'_>> for AstNameDenseHasher
impl Eq for AstName<'_>
Source§impl Ord for AstName<'_>
impl Ord for AstName<'_>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl<'ast> Freeze for AstName<'ast>
impl<'ast> RefUnwindSafe for AstName<'ast>
impl<'ast> Send for AstName<'ast>
impl<'ast> Sync for AstName<'ast>
impl<'ast> Unpin for AstName<'ast>
impl<'ast> UnsafeUnpin for AstName<'ast>
impl<'ast> UnwindSafe for AstName<'ast>
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