Struct paralegal_spdg::rustc_proxies::HirId
source · 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 HirId
impl HirId
pub fn serialize<__S>( __self: &HirId, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
source§impl<'de> HirId
impl<'de> HirId
pub fn deserialize<__D>( __deserializer: __D ) -> Result<HirId, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Trait Implementations§
source§impl Ord for HirId
impl Ord for HirId
source§impl PartialEq<HirId> for HirId
impl PartialEq<HirId> for HirId
source§impl PartialOrd<HirId> for HirId
impl PartialOrd<HirId> for HirId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for HirId
impl Eq for HirId
impl StructuralEq for HirId
impl StructuralPartialEq for HirId
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.