pub struct CallV1<E: Environment> { /* private fields */ }
Expand description
The legacy call type for cross-contract calls. Performs a cross-contract call to
callee
with gas limit gas_limit
, transferring transferred_value
of currency.
Calls into the original call
host function.
Implementations§
source§impl<E: Environment> CallV1<E>
impl<E: Environment> CallV1<E>
source§impl<E> CallV1<E>where
E: Environment,
impl<E> CallV1<E>where
E: Environment,
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for CallV1<E>
impl<E> RefUnwindSafe for CallV1<E>
impl<E> Send for CallV1<E>
impl<E> Sync for CallV1<E>
impl<E> Unpin for CallV1<E>
impl<E> UnwindSafe for CallV1<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
.