pub struct IrId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for IrId
impl Eq for IrId
impl StructuralPartialEq for IrId
Auto Trait Implementations§
impl Freeze for IrId
impl RefUnwindSafe for IrId
impl Send for IrId
impl Sync for IrId
impl Unpin for IrId
impl UnsafeUnpin for IrId
impl UnwindSafe for IrId
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