pub enum PolymeshRuntime {}
Trait Implementations
sourceimpl ChainExtensionInstance for PolymeshRuntime
impl ChainExtensionInstance for PolymeshRuntime
type Instance = __ink_PolymeshRuntimeInstance
type Instance = __ink_PolymeshRuntimeInstance
The type of the chain extension instance.
sourcefn instantiate() -> Self::Instance
fn instantiate() -> Self::Instance
Creates a new instance of the chain extension to use methods with method chaining syntax.
sourceimpl Clone for PolymeshRuntime
impl Clone for PolymeshRuntime
sourcefn clone(&self) -> PolymeshRuntime
fn clone(&self) -> PolymeshRuntime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PolymeshRuntime
Auto Trait Implementations
impl RefUnwindSafe for PolymeshRuntime
impl Send for PolymeshRuntime
impl Sync for PolymeshRuntime
impl Unpin for PolymeshRuntime
impl UnwindSafe for PolymeshRuntime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
sourcefn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
sourcefn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read moresourceimpl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
sourcefn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.