Enum ink_env::DefaultEnvironment[][src]

pub enum DefaultEnvironment {}

The fundamental types of the default configuration.

Trait Implementations

impl Clone for DefaultEnvironment[src]

impl Debug for DefaultEnvironment[src]

impl Environment for DefaultEnvironment[src]

type AccountId = AccountId

The type of an address.

type Balance = u128

The type of balances.

type Hash = Hash

The type of hash.

type Timestamp = u64

The type of timestamps.

type BlockNumber = u32

The type of block number.

type ChainExtension = NoChainExtension

The chain extension for the environment. Read more

impl Eq for DefaultEnvironment[src]

impl PartialEq<DefaultEnvironment> for DefaultEnvironment[src]

impl StructuralEq for DefaultEnvironment[src]

impl StructuralPartialEq for DefaultEnvironment[src]

impl TypeInfo for DefaultEnvironment[src]

type Identity = Self

The type identifying for which type info is provided. Read more

Auto Trait Implementations

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.

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