pub struct Ident<'a> {
pub name: &'a str,
pub span: Span,
}
Fields§
§name: &'a str
§span: Span
Trait Implementations§
impl<'a> Copy for Ident<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ident<'a>
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