[][src]Trait ellipticoin::Dereferenceable

pub unsafe trait Dereferenceable {
    fn as_raw_bytes(&self) -> Vec<u8>;
fn to_value(&self) -> Value;
fn to_bytes(&self) -> Vec<u8>;
fn to_i64(&self) -> i64;
fn to_string(&self) -> String;
fn to_array(&self) -> Vec<Value>;
fn to_object(&self) -> BTreeMap<ObjectKey, Value>; }

Required methods

fn as_raw_bytes(&self) -> Vec<u8>

fn to_value(&self) -> Value

fn to_bytes(&self) -> Vec<u8>

fn to_i64(&self) -> i64

fn to_string(&self) -> String

fn to_array(&self) -> Vec<Value>

fn to_object(&self) -> BTreeMap<ObjectKey, Value>

Loading content...

Implementations on Foreign Types

impl Dereferenceable for *const u8[src]

Loading content...

Implementors

Loading content...