pub enum Profile {
En16931,
PeppolBis3,
Pint,
PintMy,
}Expand description
Usage specification (BT-24). Not a ladder: Peppol BIS and PINT are siblings.
Variants§
En16931
CEN EN 16931-1 core (2017+A1 until 2026 artefacts exist).
PeppolBis3
Peppol BIS Billing 3.0 (EU VAT CIUS).
Pint
Peppol International base (tax is not only VAT).
PintMy
PINT-MY specialisation (SST, TIN/BRN schemes).
Implementations§
Trait Implementations§
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnsafeUnpin for Profile
impl UnwindSafe for Profile
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