pub struct ExprIdent {
pub name: SpannedString,
}Expand description
just identifier
Fields§
§name: SpannedStringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprIdent
impl RefUnwindSafe for ExprIdent
impl Send for ExprIdent
impl Sync for ExprIdent
impl Unpin for ExprIdent
impl UnwindSafe for ExprIdent
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