Struct indy_vdr::pool::StateProofAssertions
source · pub struct StateProofAssertions {
pub ledger_id: i32,
pub pool_state_root_hash: String,
pub state_root_hash: String,
pub timestamp: u64,
pub txn_root_hash: String,
}
Fields§
§ledger_id: i32
§pool_state_root_hash: String
§state_root_hash: String
§timestamp: u64
§txn_root_hash: String
Trait Implementations§
source§impl Clone for StateProofAssertions
impl Clone for StateProofAssertions
source§fn clone(&self) -> StateProofAssertions
fn clone(&self) -> StateProofAssertions
Returns a copy 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 StateProofAssertions
impl Debug for StateProofAssertions
source§impl<'de> Deserialize<'de> for StateProofAssertions
impl<'de> Deserialize<'de> for StateProofAssertions
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 StateProofAssertions
impl PartialEq for StateProofAssertions
source§fn eq(&self, other: &StateProofAssertions) -> bool
fn eq(&self, other: &StateProofAssertions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StateProofAssertions
impl Serialize for StateProofAssertions
impl Eq for StateProofAssertions
impl StructuralPartialEq for StateProofAssertions
Auto Trait Implementations§
impl Freeze for StateProofAssertions
impl RefUnwindSafe for StateProofAssertions
impl Send for StateProofAssertions
impl Sync for StateProofAssertions
impl Unpin for StateProofAssertions
impl UnwindSafe for StateProofAssertions
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