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 duplicate 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§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
Source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
Source§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 moreSource§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
Source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T.