Struct chainseeker::BlockWithTxids [−][src]
pub struct BlockWithTxids {}
Fields
height: u32
header: String
hash: String
version: i32
previousblockhash: String
merkleroot: String
time: u32
bits: String
difficulty: f64
nonce: u32
size: u32
strippedsize: u32
weight: u32
txids: Vec<String>
Trait Implementations
impl Clone for BlockWithTxids
[src]
impl Clone for BlockWithTxids
[src]fn clone(&self) -> BlockWithTxids
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for BlockWithTxids
[src]
impl<'de> Deserialize<'de> for BlockWithTxids
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<BlockWithTxids> for BlockWithTxids
[src]
impl PartialEq<BlockWithTxids> for BlockWithTxids
[src]fn eq(&self, other: &BlockWithTxids) -> bool
[src]
fn ne(&self, other: &BlockWithTxids) -> bool
[src]
impl Serialize for BlockWithTxids
[src]
impl Serialize for BlockWithTxids
[src]impl StructuralPartialEq for BlockWithTxids
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlockWithTxids
impl Send for BlockWithTxids
impl Sync for BlockWithTxids
impl Unpin for BlockWithTxids
impl UnwindSafe for BlockWithTxids
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,