Struct rsjsonnet_lang::ast::Ident
source · pub struct Ident {
pub value: InternedStr,
pub span: SpanId,
}Fields§
§value: InternedStr§span: SpanIdTrait Implementations§
source§impl PartialEq for Ident
impl PartialEq for Ident
impl Eq for Ident
impl StructuralPartialEq for Ident
Auto Trait Implementations§
impl Freeze for Ident
impl RefUnwindSafe for Ident
impl !Send for Ident
impl !Sync for Ident
impl Unpin for Ident
impl UnwindSafe for Ident
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