[][src]Struct casperlabs_contract_ffi::value::contract::Contract

pub struct Contract { /* fields omitted */ }

Methods

impl Contract[src]

pub fn new(bytes: Vec<u8>, known_urefs: BTreeMap<String, Key>) -> Self[src]

pub fn insert_urefs(&mut self, keys: &mut BTreeMap<String, Key>)[src]

pub fn urefs_lookup(&self) -> &BTreeMap<String, Key>[src]

pub fn destructure(self) -> (Vec<u8>, BTreeMap<String, Key>)[src]

pub fn bytes(&self) -> &[u8][src]

Trait Implementations

impl ToBytes for Contract[src]

impl FromBytes for Contract[src]

impl Debug for Contract[src]

impl PartialEq<Contract> for Contract[src]

impl Eq for Contract[src]

impl From<Contract> for Value[src]

impl TryFrom<Value> for Contract[src]

type Error = ()

The type returned in the event of a conversion error.

impl Clone for Contract[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Contract

impl Sync for Contract

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T