pub struct InvoiceSettingCustomField {
pub name: String,
pub value: String,
}
Fields§
§name: String
The name of the custom field.
value: String
The value of the custom field.
Trait Implementations§
Source§impl Clone for InvoiceSettingCustomField
impl Clone for InvoiceSettingCustomField
Source§fn clone(&self) -> InvoiceSettingCustomField
fn clone(&self) -> InvoiceSettingCustomField
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 InvoiceSettingCustomField
impl Debug for InvoiceSettingCustomField
Auto Trait Implementations§
impl Freeze for InvoiceSettingCustomField
impl RefUnwindSafe for InvoiceSettingCustomField
impl Send for InvoiceSettingCustomField
impl Sync for InvoiceSettingCustomField
impl Unpin for InvoiceSettingCustomField
impl UnwindSafe for InvoiceSettingCustomField
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