[][src]Struct casper_engine_test_support::Account

pub struct Account { /* fields omitted */ }

An Account instance.

Implementations

impl Account[src]

pub fn account_hash(&self) -> AccountHash[src]

Returns the public_key.

pub fn named_keys(&self) -> &NamedKeys[src]

Returns the named_keys.

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

Returns the main_purse.

Trait Implementations

impl Clone for Account[src]

impl Debug for Account[src]

impl Eq for Account[src]

impl From<Account> for Account[src]

impl PartialEq<Account> for Account[src]

impl StructuralEq for Account[src]

impl StructuralPartialEq for Account[src]

impl TryFrom<StoredValue> for Account[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Account

impl Send for Account

impl Sync for Account

impl Unpin for Account

impl UnwindSafe for Account

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> FromBits<T> for T

impl<T> Instrument 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,