pub struct SCWQ(/* private fields */);
Expand description
Clear a series of slots from contract storage.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SCWQ
impl<'de> Deserialize<'de> for SCWQ
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<SCWQ> for Instruction
impl From<SCWQ> for Instruction
source§impl FromWasmAbi for SCWQ
impl FromWasmAbi for SCWQ
source§impl IntoWasmAbi for SCWQ
impl IntoWasmAbi for SCWQ
source§impl LongRefFromWasmAbi for SCWQ
impl LongRefFromWasmAbi for SCWQ
source§impl OptionFromWasmAbi for SCWQ
impl OptionFromWasmAbi for SCWQ
source§impl OptionIntoWasmAbi for SCWQ
impl OptionIntoWasmAbi for SCWQ
source§impl RefFromWasmAbi for SCWQ
impl RefFromWasmAbi for SCWQ
source§impl RefMutFromWasmAbi for SCWQ
impl RefMutFromWasmAbi for SCWQ
source§impl TryFromJsValue for SCWQ
impl TryFromJsValue for SCWQ
source§impl VectorFromWasmAbi for SCWQ
impl VectorFromWasmAbi for SCWQ
source§impl VectorIntoWasmAbi for SCWQ
impl VectorIntoWasmAbi for SCWQ
impl Copy for SCWQ
impl Eq for SCWQ
impl StructuralPartialEq for SCWQ
Auto Trait Implementations§
impl Freeze for SCWQ
impl RefUnwindSafe for SCWQ
impl Send for SCWQ
impl Sync for SCWQ
impl Unpin for SCWQ
impl UnwindSafe for SCWQ
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
.