[][src]Struct dsf_core::types::Array32

pub struct Array32(_);

Trait Implementations

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

impl AsMut<[u8]> for Array32[src]

impl Into<[u8; 32]> for Array32[src]

impl<'_> From<&'_ [u8]> for Array32[src]

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

impl Clone for Array32[src]

impl Copy for Array32[src]

impl Default for Array32[src]

impl Eq for Array32[src]

impl Ord for Array32[src]

impl PartialEq<Array32> for Array32[src]

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

impl PartialOrd<Array32> for Array32[src]

impl Display for Array32[src]

impl Debug for Array32[src]

impl FromStr for Array32[src]

type Err = DecodeError

The associated error which can be returned from parsing.

impl Deref for Array32[src]

type Target = [u8]

The resulting type after dereferencing.

impl DerefMut for Array32[src]

impl Hash for Array32[src]

impl UpperHex for Array32[src]

Auto Trait Implementations

impl Send for Array32

impl Sync for Array32

impl Unpin for Array32

impl UnwindSafe for Array32

impl RefUnwindSafe for Array32

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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> Borrow<T> for T where
    T: ?Sized
[src]

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

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