pub struct TransactionKeyPage {
pub height: u64,
pub index: u32,
}Expand description
Key page information for transaction signatures
Fields§
§height: u64§index: u32Trait Implementations§
Source§impl Clone for TransactionKeyPage
impl Clone for TransactionKeyPage
Source§fn clone(&self) -> TransactionKeyPage
fn clone(&self) -> TransactionKeyPage
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 TransactionKeyPage
impl Debug for TransactionKeyPage
Source§impl<'de> Deserialize<'de> for TransactionKeyPage
impl<'de> Deserialize<'de> for TransactionKeyPage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TransactionKeyPage
impl PartialEq for TransactionKeyPage
Source§impl SampleGenerator for TransactionKeyPage
impl SampleGenerator for TransactionKeyPage
Source§fn generate_sample() -> Self
fn generate_sample() -> Self
Generate a safe sample instance suitable for roundtrip testing
Source§fn generate_samples() -> Vec<Self>
fn generate_samples() -> Vec<Self>
Generate multiple sample instances with different characteristics
Source§impl Serialize for TransactionKeyPage
impl Serialize for TransactionKeyPage
impl StructuralPartialEq for TransactionKeyPage
Auto Trait Implementations§
impl Freeze for TransactionKeyPage
impl RefUnwindSafe for TransactionKeyPage
impl Send for TransactionKeyPage
impl Sync for TransactionKeyPage
impl Unpin for TransactionKeyPage
impl UnwindSafe for TransactionKeyPage
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