pub struct EntryDetails9 {
pub btch: Option<BatchInformation2>,
pub tx_dtls: Option<Vec<EntryTransaction10>>,
}Fields§
§btch: Option<BatchInformation2>§tx_dtls: Option<Vec<EntryTransaction10>>Implementations§
Source§impl EntryDetails9
impl EntryDetails9
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for EntryDetails9
impl Clone for EntryDetails9
Source§fn clone(&self) -> EntryDetails9
fn clone(&self) -> EntryDetails9
Returns a duplicate 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 EntryDetails9
impl Debug for EntryDetails9
Source§impl Default for EntryDetails9
impl Default for EntryDetails9
Source§fn default() -> EntryDetails9
fn default() -> EntryDetails9
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntryDetails9
impl<'de> Deserialize<'de> for EntryDetails9
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 EntryDetails9
impl PartialEq for EntryDetails9
Source§impl Serialize for EntryDetails9
impl Serialize for EntryDetails9
impl StructuralPartialEq for EntryDetails9
Auto Trait Implementations§
impl Freeze for EntryDetails9
impl RefUnwindSafe for EntryDetails9
impl Send for EntryDetails9
impl Sync for EntryDetails9
impl Unpin for EntryDetails9
impl UnwindSafe for EntryDetails9
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