Struct ink_env::call::LimitParamsV2
source · pub struct LimitParamsV2<E>where
E: Environment,{ /* private fields */ }
Expand description
Defines the limit params for the new ext::instantiate
host function.
Trait Implementations§
source§impl<E> Clone for LimitParamsV2<E>
impl<E> Clone for LimitParamsV2<E>
source§fn clone(&self) -> LimitParamsV2<E>
fn clone(&self) -> LimitParamsV2<E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<E> Freeze for LimitParamsV2<E>
impl<E> RefUnwindSafe for LimitParamsV2<E>
impl<E> Send for LimitParamsV2<E>
impl<E> Sync for LimitParamsV2<E>
impl<E> Unpin for LimitParamsV2<E>
impl<E> UnwindSafe for LimitParamsV2<E>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
§fn 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 more§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.