[][src]Struct stratum_hns_types::notify::Notify

pub struct Notify {
    pub classic: bool,
    pub job_id: String,
    pub prev_block: Hash,
    pub merkle_root: Hash,
    pub witness_root: Hash,
    pub tree_root: Hash,
    pub reserved_root: Hash,
    pub mask_hash: Option<Hash>,
    pub version: u32,
    pub bits: u32,
    pub time: u64,
}

Fields

classic: booljob_id: Stringprev_block: Hashmerkle_root: Hashwitness_root: Hashtree_root: Hashreserved_root: Hashmask_hash: Option<Hash>version: u32bits: u32time: u64

Trait Implementations

impl Clone for Notify[src]

impl Debug for Notify[src]

impl Default for Notify[src]

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

impl Notify for Notify[src]

impl Serialize for Notify[src]

Auto Trait Implementations

impl RefUnwindSafe for Notify

impl Send for Notify

impl Sync for Notify

impl Unpin for Notify

impl UnwindSafe for Notify

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