pub struct ProgramRuntimeCatalog { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ProgramRuntimeCatalog
impl Clone for ProgramRuntimeCatalog
Auto Trait Implementations§
impl !RefUnwindSafe for ProgramRuntimeCatalog
impl !UnwindSafe for ProgramRuntimeCatalog
impl Freeze for ProgramRuntimeCatalog
impl Send for ProgramRuntimeCatalog
impl Sync for ProgramRuntimeCatalog
impl Unpin for ProgramRuntimeCatalog
impl UnsafeUnpin for ProgramRuntimeCatalog
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