pub struct OwnerId {
pub def_id: LocalDefId,
}
Expand description
Proxy for hir_id::OwnerHid
Fields§
§def_id: LocalDefId
Implementations§
Source§impl<'de> OwnerId
impl<'de> OwnerId
pub fn deserialize<__D>(__deserializer: __D) -> Result<OwnerId, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
impl Copy for OwnerId
impl Eq for OwnerId
impl StructuralPartialEq for OwnerId
Auto Trait Implementations§
impl Freeze for OwnerId
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