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