[][src]Struct casperlabs_contract_ffi::value::account::PurseId

pub struct PurseId(_);

Methods

impl PurseId[src]

pub fn new(uref: URef) -> Self[src]

pub fn value(&self) -> URef[src]

Trait Implementations

impl CLTyped for PurseId[src]

impl Clone for PurseId[src]

impl Copy for PurseId[src]

impl Debug for PurseId[src]

impl Eq for PurseId[src]

impl From<PurseId> for URef[src]

impl FromBytes for PurseId[src]

impl Hash for PurseId[src]

impl Ord for PurseId[src]

impl PartialEq<PurseId> for PurseId[src]

impl PartialOrd<PurseId> for PurseId[src]

impl StructuralEq for PurseId[src]

impl StructuralPartialEq for PurseId[src]

impl ToBytes for PurseId[src]

Auto Trait Implementations

impl Send for PurseId

impl Sync for PurseId

impl Unpin for PurseId

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.