pub struct CALL(_);
Expand description
Call a contract.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CALL
impl<'de> Deserialize<'de> for CALL
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<CALL> for Instruction
impl From<CALL> for Instruction
source§impl PartialEq<CALL> for CALL
impl PartialEq<CALL> for CALL
impl Copy for CALL
impl Eq for CALL
impl StructuralEq for CALL
impl StructuralPartialEq for CALL
Auto Trait Implementations§
impl RefUnwindSafe for CALL
impl Send for CALL
impl Sync for CALL
impl Unpin for CALL
impl UnwindSafe for CALL
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