pub struct CCP(/* private fields */);
Expand description
Copy contract code for a contract.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CCP
impl<'de> Deserialize<'de> for CCP
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<CCP> for Instruction
impl From<CCP> for Instruction
source§impl FromWasmAbi for CCP
impl FromWasmAbi for CCP
source§impl IntoWasmAbi for CCP
impl IntoWasmAbi for CCP
source§impl LongRefFromWasmAbi for CCP
impl LongRefFromWasmAbi for CCP
source§impl OptionFromWasmAbi for CCP
impl OptionFromWasmAbi for CCP
source§impl OptionIntoWasmAbi for CCP
impl OptionIntoWasmAbi for CCP
source§impl RefFromWasmAbi for CCP
impl RefFromWasmAbi for CCP
source§impl RefMutFromWasmAbi for CCP
impl RefMutFromWasmAbi for CCP
source§impl TryFromJsValue for CCP
impl TryFromJsValue for CCP
source§impl VectorFromWasmAbi for CCP
impl VectorFromWasmAbi for CCP
source§impl VectorIntoWasmAbi for CCP
impl VectorIntoWasmAbi for CCP
impl Copy for CCP
impl Eq for CCP
impl StructuralPartialEq for CCP
Auto Trait Implementations§
impl Freeze for CCP
impl RefUnwindSafe for CCP
impl Send for CCP
impl Sync for CCP
impl Unpin for CCP
impl UnwindSafe for CCP
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.