pub struct InvoiceExportResult {
pub metadata_summaries: Vec<InvoiceSummary>,
pub xml_files: HashMap<String, String>,
pub is_truncated: bool,
pub last_permanent_storage_date: Option<DateTime<Utc>>,
pub permanent_storage_hwm_date: Option<DateTime<Utc>>,
}Fields§
§metadata_summaries: Vec<InvoiceSummary>§xml_files: HashMap<String, String>§is_truncated: bool§last_permanent_storage_date: Option<DateTime<Utc>>§permanent_storage_hwm_date: Option<DateTime<Utc>>Trait Implementations§
Source§impl Debug for InvoiceExportResult
impl Debug for InvoiceExportResult
Source§impl<'de> Deserialize<'de> for InvoiceExportResult
impl<'de> Deserialize<'de> for InvoiceExportResult
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
Auto Trait Implementations§
impl Freeze for InvoiceExportResult
impl RefUnwindSafe for InvoiceExportResult
impl Send for InvoiceExportResult
impl Sync for InvoiceExportResult
impl Unpin for InvoiceExportResult
impl UnsafeUnpin for InvoiceExportResult
impl UnwindSafe for InvoiceExportResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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