pub struct SCWQ(_);
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 PartialEq<SCWQ> for SCWQ
impl PartialEq<SCWQ> for SCWQ
impl Copy for SCWQ
impl Eq for SCWQ
impl StructuralEq for SCWQ
impl StructuralPartialEq for SCWQ
Auto Trait Implementations§
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