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