Struct chainseeker::BlockWithTxids [−][src]
pub struct BlockWithTxids {}Fields
height: u32header: Stringhash: Stringversion: i32previousblockhash: Stringmerkleroot: Stringtime: u32bits: Stringdifficulty: f64nonce: u32size: u32strippedsize: u32weight: u32txids: 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>,