Struct ink_env::call::DelegateCall
source · pub struct DelegateCall<E: Environment> { /* private fields */ }
Expand description
The delegatecall
call type. Performs a call with the given code hash.
Implementations§
source§impl<E: Environment> DelegateCall<E>
impl<E: Environment> DelegateCall<E>
Trait Implementations§
source§impl<E: Clone + Environment> Clone for DelegateCall<E>
impl<E: Clone + Environment> Clone for DelegateCall<E>
source§fn clone(&self) -> DelegateCall<E>
fn clone(&self) -> DelegateCall<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 DelegateCall<E>
impl<E> RefUnwindSafe for DelegateCall<E>
impl<E> Send for DelegateCall<E>
impl<E> Sync for DelegateCall<E>
impl<E> Unpin for DelegateCall<E>
impl<E> UnwindSafe for DelegateCall<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
.