pub struct TransactionsBatchSpecificationFile {
pub id: usize,
pub transactions: Vec<TransactionSpecificationFile>,
pub epoch: Option<EpochSpec>,
}Fields§
§id: usize§transactions: Vec<TransactionSpecificationFile>§epoch: Option<EpochSpec>Trait Implementations§
source§impl<'de> Deserialize<'de> for TransactionsBatchSpecificationFile
impl<'de> Deserialize<'de> for TransactionsBatchSpecificationFile
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<TransactionsBatchSpecificationFile> for TransactionsBatchSpecificationFile
impl PartialEq<TransactionsBatchSpecificationFile> for TransactionsBatchSpecificationFile
source§fn eq(&self, other: &TransactionsBatchSpecificationFile) -> bool
fn eq(&self, other: &TransactionsBatchSpecificationFile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TransactionsBatchSpecificationFile
Auto Trait Implementations§
impl RefUnwindSafe for TransactionsBatchSpecificationFile
impl Send for TransactionsBatchSpecificationFile
impl Sync for TransactionsBatchSpecificationFile
impl Unpin for TransactionsBatchSpecificationFile
impl UnwindSafe for TransactionsBatchSpecificationFile
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