pub struct HirId {
pub owner: OwnerId,
pub local_id: ItemLocalId,
}
Expand description
Proxy for hir::HirId
Fields§
§owner: OwnerId
§local_id: ItemLocalId
Implementations§
Source§impl<'de> HirId
impl<'de> HirId
pub fn deserialize<__D>(__deserializer: __D) -> Result<HirId, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Source§impl Ord for HirId
impl Ord for HirId
Source§impl PartialOrd for HirId
impl PartialOrd for HirId
impl Copy for HirId
impl Eq for HirId
impl StructuralPartialEq for HirId
Auto Trait Implementations§
impl Freeze for HirId
impl RefUnwindSafe for HirId
impl Send for HirId
impl Sync for HirId
impl Unpin for HirId
impl UnwindSafe for HirId
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