pub struct InstrRegistry;Expand description
InstrRegistry (543).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstrRegistry
impl RefUnwindSafe for InstrRegistry
impl Send for InstrRegistry
impl Sync for InstrRegistry
impl Unpin for InstrRegistry
impl UnsafeUnpin for InstrRegistry
impl UnwindSafe for InstrRegistry
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