pub struct GetTxnAuthorAgreementData {
pub digest: Option<String>,
pub version: Option<String>,
pub timestamp: Option<u64>,
}
Fields§
§digest: Option<String>
§version: Option<String>
§timestamp: Option<u64>
Trait Implementations§
source§impl Debug for GetTxnAuthorAgreementData
impl Debug for GetTxnAuthorAgreementData
source§impl<'de> Deserialize<'de> for GetTxnAuthorAgreementData
impl<'de> Deserialize<'de> for GetTxnAuthorAgreementData
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 GetTxnAuthorAgreementData
impl PartialEq for GetTxnAuthorAgreementData
source§fn eq(&self, other: &GetTxnAuthorAgreementData) -> bool
fn eq(&self, other: &GetTxnAuthorAgreementData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetTxnAuthorAgreementData
Auto Trait Implementations§
impl Freeze for GetTxnAuthorAgreementData
impl RefUnwindSafe for GetTxnAuthorAgreementData
impl Send for GetTxnAuthorAgreementData
impl Sync for GetTxnAuthorAgreementData
impl Unpin for GetTxnAuthorAgreementData
impl UnwindSafe for GetTxnAuthorAgreementData
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