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