Struct paralegal_spdg::rustc_proxies::OwnerId
source · pub struct OwnerId {
pub def_id: LocalDefId,
}
Expand description
Proxy for hir_id::OwnerHid
Fields§
§def_id: LocalDefId
Implementations§
source§impl OwnerId
impl OwnerId
pub fn serialize<__S>( __self: &OwnerId, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
source§impl<'de> OwnerId
impl<'de> OwnerId
pub fn deserialize<__D>( __deserializer: __D ) -> Result<OwnerId, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Trait Implementations§
source§impl PartialEq<OwnerId> for OwnerId
impl PartialEq<OwnerId> for OwnerId
impl Copy for OwnerId
impl Eq for OwnerId
impl StructuralEq for OwnerId
impl StructuralPartialEq for OwnerId
Auto Trait Implementations§
impl RefUnwindSafe for OwnerId
impl Send for OwnerId
impl Sync for OwnerId
impl Unpin for OwnerId
impl UnwindSafe for OwnerId
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.