pub struct ResolvedIdentifierName(pub ResolvedNode);
Tuple Fields§
§0: ResolvedNode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedIdentifierName
impl RefUnwindSafe for ResolvedIdentifierName
impl Send for ResolvedIdentifierName
impl Sync for ResolvedIdentifierName
impl Unpin for ResolvedIdentifierName
impl UnwindSafe for ResolvedIdentifierName
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