pub struct NativeRegistry { /* private fields */ }Expand description
Native contract registry
Implementations§
Trait Implementations§
Source§impl Default for NativeRegistry
impl Default for NativeRegistry
Source§fn default() -> NativeRegistry
fn default() -> NativeRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NativeRegistry
impl RefUnwindSafe for NativeRegistry
impl Send for NativeRegistry
impl Sync for NativeRegistry
impl Unpin for NativeRegistry
impl UnwindSafe for NativeRegistry
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