pub struct ElectronicInvoice1 {
pub presntmnt_tp: PresentmentType1Code,
}Fields§
§presntmnt_tp: PresentmentType1CodeImplementations§
Source§impl ElectronicInvoice1
impl ElectronicInvoice1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ElectronicInvoice1
impl RefUnwindSafe for ElectronicInvoice1
impl Send for ElectronicInvoice1
impl Sync for ElectronicInvoice1
impl Unpin for ElectronicInvoice1
impl UnwindSafe for ElectronicInvoice1
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