[][src]Struct eosio_core::Checksum512

pub struct Checksum512(_);

TODO docs

Methods

impl Checksum512[src]

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

TODO docs.

pub const fn to_bytes(&self) -> [u8; 64][src]

TODO docs.

Trait Implementations

impl Copy for Checksum512[src]

impl Clone for Checksum512[src]

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

Performs copy-assignment from source. Read more

impl From<[u8; 64]> for Checksum512[src]

impl From<Checksum512> for [u8; 64][src]

impl Read for Checksum512[src]

impl Write for Checksum512[src]

impl NumBytes for Checksum512[src]

Auto Trait Implementations

impl Send for Checksum512

impl Sync for Checksum512

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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