pub struct DocumentTextsConfig {
pub purchase_order: DocumentTextGroup,
pub goods_receipt: DocumentTextGroup,
pub vendor_invoice: DocumentTextGroup,
pub payment: DocumentTextGroup,
pub sales_order: DocumentTextGroup,
pub delivery: DocumentTextGroup,
pub customer_invoice: DocumentTextGroup,
pub customer_receipt: DocumentTextGroup,
pub invoice: DocumentTextGroup,
pub journal_entry: DocumentTextGroup,
}Fields§
§purchase_order: DocumentTextGroup§goods_receipt: DocumentTextGroup§vendor_invoice: DocumentTextGroup§payment: DocumentTextGroup§sales_order: DocumentTextGroup§delivery: DocumentTextGroup§customer_invoice: DocumentTextGroup§customer_receipt: DocumentTextGroup§invoice: DocumentTextGroupLegacy field kept for backward compatibility with existing packs.
journal_entry: DocumentTextGroupTrait Implementations§
Source§impl Clone for DocumentTextsConfig
impl Clone for DocumentTextsConfig
Source§fn clone(&self) -> DocumentTextsConfig
fn clone(&self) -> DocumentTextsConfig
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 DocumentTextsConfig
impl Debug for DocumentTextsConfig
Source§impl Default for DocumentTextsConfig
impl Default for DocumentTextsConfig
Source§fn default() -> DocumentTextsConfig
fn default() -> DocumentTextsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocumentTextsConfig
impl<'de> Deserialize<'de> for DocumentTextsConfig
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 DocumentTextsConfig
impl RefUnwindSafe for DocumentTextsConfig
impl Send for DocumentTextsConfig
impl Sync for DocumentTextsConfig
impl Unpin for DocumentTextsConfig
impl UnsafeUnpin for DocumentTextsConfig
impl UnwindSafe for DocumentTextsConfig
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