pub enum NativeScriptKind {
ScriptPubkey,
ScriptAll,
ScriptAny,
ScriptNOfK,
ScriptInvalidBefore,
ScriptInvalidHereafter,
}Variants§
Trait Implementations§
source§impl FromWasmAbi for NativeScriptKind
impl FromWasmAbi for NativeScriptKind
source§impl IntoWasmAbi for NativeScriptKind
impl IntoWasmAbi for NativeScriptKind
source§impl OptionFromWasmAbi for NativeScriptKind
impl OptionFromWasmAbi for NativeScriptKind
source§impl OptionIntoWasmAbi for NativeScriptKind
impl OptionIntoWasmAbi for NativeScriptKind
Auto Trait Implementations§
impl Freeze for NativeScriptKind
impl RefUnwindSafe for NativeScriptKind
impl Send for NativeScriptKind
impl Sync for NativeScriptKind
impl Unpin for NativeScriptKind
impl UnwindSafe for NativeScriptKind
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§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.