[][src]Struct bitcoin_cash::Sha256d

pub struct Sha256d(_);

Methods

impl Sha256d[src]

pub fn new(hash: [u8; 32]) -> Self[src]

Trait Implementations

impl Clone for Sha256d[src]

impl Copy for Sha256d[src]

impl Debug for Sha256d[src]

impl<'de> Deserialize<'de> for Sha256d[src]

impl Display for Sha256d[src]

impl Eq for Sha256d[src]

impl Hash for Sha256d[src]

impl Hashed for Sha256d[src]

impl PartialEq<Sha256d> for Sha256d[src]

impl Serialize for Sha256d[src]

impl StructuralEq for Sha256d[src]

impl StructuralPartialEq for Sha256d[src]

Auto Trait Implementations

impl RefUnwindSafe for Sha256d

impl Send for Sha256d

impl Sync for Sha256d

impl Unpin for Sha256d

impl UnwindSafe for Sha256d

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[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> 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.