pub struct StateProofTransactionFields {
pub header: TransactionHeader,
pub state_proof_type: Option<u64>,
pub state_proof: Option<StateProof>,
pub message: Option<StateProofMessage>,
}
Fields§
§header: TransactionHeader
§state_proof_type: Option<u64>
§state_proof: Option<StateProof>
§message: Option<StateProofMessage>
Trait Implementations§
Source§impl Clone for StateProofTransactionFields
impl Clone for StateProofTransactionFields
Source§fn clone(&self) -> StateProofTransactionFields
fn clone(&self) -> StateProofTransactionFields
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 StateProofTransactionFields
impl Debug for StateProofTransactionFields
Source§impl<'de> Deserialize<'de> for StateProofTransactionFields
impl<'de> Deserialize<'de> for StateProofTransactionFields
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
impl StructuralPartialEq for StateProofTransactionFields
Auto Trait Implementations§
impl Freeze for StateProofTransactionFields
impl RefUnwindSafe for StateProofTransactionFields
impl Send for StateProofTransactionFields
impl Sync for StateProofTransactionFields
impl Unpin for StateProofTransactionFields
impl UnwindSafe for StateProofTransactionFields
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