Struct xlang_syntax::ast::Ident
source · [−]Expand description
An identifier literal.
Fields
loc: Locvalue: &'input strImplementations
Trait Implementations
sourceimpl<'input> PartialEq<Ident<'input>> for Ident<'input>
impl<'input> PartialEq<Ident<'input>> for Ident<'input>
impl<'input> StructuralPartialEq for Ident<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Ident<'input>
impl<'input> Send for Ident<'input>
impl<'input> Sync for Ident<'input>
impl<'input> Unpin for Ident<'input>
impl<'input> UnwindSafe for Ident<'input>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more