pub struct Ident<'a> {
    pub name: &'a str,
    pub span: Span,
}Fields§
§name: &'a str§span: SpanTrait 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