Struct chainseeker::RichListEntry [−][src]
pub struct RichListEntry {
pub script_pub_key: ScriptPubKey,
pub value: u64,
}Fields
script_pub_key: ScriptPubKeyvalue: u64Trait Implementations
impl Clone for RichListEntry[src]
impl Clone for RichListEntry[src]fn clone(&self) -> RichListEntry[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for RichListEntry[src]
impl<'de> Deserialize<'de> for RichListEntry[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<RichListEntry> for RichListEntry[src]
impl PartialEq<RichListEntry> for RichListEntry[src]fn eq(&self, other: &RichListEntry) -> bool[src]
fn ne(&self, other: &RichListEntry) -> bool[src]
impl Serialize for RichListEntry[src]
impl Serialize for RichListEntry[src]impl Eq for RichListEntry[src]
impl StructuralEq for RichListEntry[src]
impl StructuralPartialEq for RichListEntry[src]
Auto Trait Implementations
impl RefUnwindSafe for RichListEntry
impl Send for RichListEntry
impl Sync for RichListEntry
impl Unpin for RichListEntry
impl UnwindSafe for RichListEntry
Blanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
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>,