pub struct SRWQ(_);
Expand description
Load a series of 32 byte slots from contract storage.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SRWQ
impl<'de> Deserialize<'de> for SRWQ
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<SRWQ> for Instruction
impl From<SRWQ> for Instruction
source§impl PartialEq<SRWQ> for SRWQ
impl PartialEq<SRWQ> for SRWQ
impl Copy for SRWQ
impl Eq for SRWQ
impl StructuralEq for SRWQ
impl StructuralPartialEq for SRWQ
Auto Trait Implementations§
impl RefUnwindSafe for SRWQ
impl Send for SRWQ
impl Sync for SRWQ
impl Unpin for SRWQ
impl UnwindSafe for SRWQ
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