pub struct LithiumCanonicalVector {
pub miner_address: &'static str,
pub nonce: u64,
pub block_hash_hex: &'static str,
pub cyberlinks_merkle_hex: &'static str,
pub hash_hex: &'static str,
}Expand description
Canonical lithium-v1 vector tuple shared across crates/tests.
Fields§
§miner_address: &'static str§nonce: u64§block_hash_hex: &'static str§cyberlinks_merkle_hex: &'static str§hash_hex: &'static strTrait Implementations§
Source§impl Clone for LithiumCanonicalVector
impl Clone for LithiumCanonicalVector
Source§fn clone(&self) -> LithiumCanonicalVector
fn clone(&self) -> LithiumCanonicalVector
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LithiumCanonicalVector
impl Debug for LithiumCanonicalVector
Source§impl PartialEq for LithiumCanonicalVector
impl PartialEq for LithiumCanonicalVector
impl Copy for LithiumCanonicalVector
impl Eq for LithiumCanonicalVector
impl StructuralPartialEq for LithiumCanonicalVector
Auto Trait Implementations§
impl Freeze for LithiumCanonicalVector
impl RefUnwindSafe for LithiumCanonicalVector
impl Send for LithiumCanonicalVector
impl Sync for LithiumCanonicalVector
impl Unpin for LithiumCanonicalVector
impl UnsafeUnpin for LithiumCanonicalVector
impl UnwindSafe for LithiumCanonicalVector
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more