pub struct ProgramRuntimeCatalog { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ProgramRuntimeCatalog
impl Clone for ProgramRuntimeCatalog
Source§fn clone(&self) -> ProgramRuntimeCatalog
fn clone(&self) -> ProgramRuntimeCatalog
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ProgramRuntimeCatalog
impl Default for ProgramRuntimeCatalog
Source§fn default() -> ProgramRuntimeCatalog
fn default() -> ProgramRuntimeCatalog
Returns the “default value” for a type. Read more
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