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