neo3
0.4.2
ToValue
Required Methods
to_value
Implementations on Foreign Types
&str
String
bool
i32
u32
Implementors
In neo3::
extensions
neo3
::
extensions
Trait
ToValue
Copy item path
Source
pub trait ToValue { // Required method fn
to_value
(&self) ->
Value
; }
Required Methods
§
Source
fn
to_value
(&self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
ToValue
for &
str
Source
§
fn
to_value
(&self) ->
Value
Source
§
impl
ToValue
for
bool
Source
§
fn
to_value
(&self) ->
Value
Source
§
impl
ToValue
for
i32
Source
§
fn
to_value
(&self) ->
Value
Source
§
impl
ToValue
for
u32
Source
§
fn
to_value
(&self) ->
Value
Source
§
impl
ToValue
for
String
Source
§
fn
to_value
(&self) ->
Value
Implementors
§