Struct solana_runtime::accounts_hash::CalculateHashIntermediate [−][src]
pub struct CalculateHashIntermediate { pub version: u64, pub hash: Hash, pub lamports: u64, pub slot: Slot, pub pubkey: Pubkey, }
Fields
version: u64
hash: Hash
lamports: u64
slot: Slot
pubkey: Pubkey
Implementations
Trait Implementations
impl Clone for CalculateHashIntermediate
[src]
impl Clone for CalculateHashIntermediate
[src]fn clone(&self) -> CalculateHashIntermediate
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for CalculateHashIntermediate
[src]
impl Default for CalculateHashIntermediate
[src]impl PartialEq<CalculateHashIntermediate> for CalculateHashIntermediate
[src]
impl PartialEq<CalculateHashIntermediate> for CalculateHashIntermediate
[src]fn eq(&self, other: &CalculateHashIntermediate) -> bool
[src]
fn ne(&self, other: &CalculateHashIntermediate) -> bool
[src]
Auto Trait Implementations
impl RefUnwindSafe for CalculateHashIntermediate
impl RefUnwindSafe for CalculateHashIntermediate
impl Send for CalculateHashIntermediate
impl Send for CalculateHashIntermediate
impl Sync for CalculateHashIntermediate
impl Sync for CalculateHashIntermediate
impl Unpin for CalculateHashIntermediate
impl Unpin for CalculateHashIntermediate
impl UnwindSafe for CalculateHashIntermediate
impl UnwindSafe for CalculateHashIntermediate
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[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> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,