Struct concordium_std::AccountAddress[][src]

pub struct AccountAddress(pub [u8; 32]);

Address of an account, as raw bytes.

Trait Implementations

impl AsRef<[u8; 32]> for AccountAddress[src]

impl AsRef<[u8]> for AccountAddress[src]

impl Clone for AccountAddress[src]

impl Copy for AccountAddress[src]

impl Debug for AccountAddress[src]

impl Deserial for AccountAddress[src]

impl Eq for AccountAddress[src]

impl Ord for AccountAddress[src]

impl PartialEq<AccountAddress> for AccountAddress[src]

impl PartialOrd<AccountAddress> for AccountAddress[src]

impl SchemaType for AccountAddress[src]

impl Serial for AccountAddress[src]

impl StructuralEq for AccountAddress[src]

impl StructuralPartialEq for AccountAddress[src]

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<A> Serialize for A where
    A: Serial + Deserial
[src]

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.