pub struct PrecedingInvoice {
pub reference: DocumentReference,
pub issue_date: Option<Date>,
}Expand description
BG-3 preceding invoice reference.
Fields§
§reference: DocumentReferenceBT-25 preceding invoice reference.
issue_date: Option<Date>BT-26 preceding invoice issue date.
Trait Implementations§
Source§impl Clone for PrecedingInvoice
impl Clone for PrecedingInvoice
Source§fn clone(&self) -> PrecedingInvoice
fn clone(&self) -> PrecedingInvoice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrecedingInvoice
impl Debug for PrecedingInvoice
impl Eq for PrecedingInvoice
Source§impl PartialEq for PrecedingInvoice
impl PartialEq for PrecedingInvoice
impl StructuralPartialEq for PrecedingInvoice
Auto Trait Implementations§
impl Freeze for PrecedingInvoice
impl RefUnwindSafe for PrecedingInvoice
impl Send for PrecedingInvoice
impl Sync for PrecedingInvoice
impl Unpin for PrecedingInvoice
impl UnsafeUnpin for PrecedingInvoice
impl UnwindSafe for PrecedingInvoice
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