[][src]Struct eosio::Checksum256

pub struct Checksum256(_);

Methods

impl Checksum256[src]

#[must_use] pub const fn words(&self) -> [u128; 2][src]

#[must_use] pub fn to_bytes(&self) -> [u8; 32][src]

TODO docs.

#[must_use] pub fn from_bytes(bytes: [u8; 32]) -> Self[src]

Trait Implementations

impl AsRef<Checksum256> for Checksum256[src]

impl Clone for Checksum256[src]

impl Copy for Checksum256[src]

impl Debug for Checksum256[src]

impl Default for Checksum256[src]

impl From<[u8; 32]> for Checksum256[src]

impl From<Checksum256> for [u8; 32][src]

impl From<Checksum256> for SecondaryKey[src]

impl NumBytes for Checksum256[src]

impl PartialEq<[u128; 2]> for Checksum256[src]

impl PartialEq<[u128]> for Checksum256[src]

impl PartialEq<[u8; 32]> for Checksum256[src]

impl PartialEq<Checksum256> for Checksum256[src]

impl<'_> PartialEq<Checksum256> for &'_ [u128][src]

impl PartialEq<Checksum256> for [u128; 2][src]

impl PartialEq<Checksum256> for [u8; 32][src]

impl PartialOrd<Checksum256> for Checksum256[src]

impl Read for Checksum256[src]

impl StructuralPartialEq for Checksum256[src]

impl Write for Checksum256[src]

Auto Trait Implementations

impl Send for Checksum256

impl Sync for Checksum256

impl Unpin for Checksum256

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> 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.