pub enum CreateCreditNoteLinesType {
CustomLineItem,
InvoiceLineItem,
}Expand description
An enum representing the possible values of an CreateCreditNoteLines’s type field.
Variants§
Implementations§
Trait Implementations§
source§impl AsRef<str> for CreateCreditNoteLinesType
impl AsRef<str> for CreateCreditNoteLinesType
source§impl Clone for CreateCreditNoteLinesType
impl Clone for CreateCreditNoteLinesType
source§fn clone(&self) -> CreateCreditNoteLinesType
fn clone(&self) -> CreateCreditNoteLinesType
Returns a copy 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 CreateCreditNoteLinesType
impl Debug for CreateCreditNoteLinesType
source§impl Default for CreateCreditNoteLinesType
impl Default for CreateCreditNoteLinesType
source§impl<'de> Deserialize<'de> for CreateCreditNoteLinesType
impl<'de> Deserialize<'de> for CreateCreditNoteLinesType
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
source§impl Display for CreateCreditNoteLinesType
impl Display for CreateCreditNoteLinesType
source§impl PartialEq<CreateCreditNoteLinesType> for CreateCreditNoteLinesType
impl PartialEq<CreateCreditNoteLinesType> for CreateCreditNoteLinesType
source§fn eq(&self, other: &CreateCreditNoteLinesType) -> bool
fn eq(&self, other: &CreateCreditNoteLinesType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CreateCreditNoteLinesType
impl Eq for CreateCreditNoteLinesType
impl StructuralEq for CreateCreditNoteLinesType
impl StructuralPartialEq for CreateCreditNoteLinesType
Auto Trait Implementations§
impl RefUnwindSafe for CreateCreditNoteLinesType
impl Send for CreateCreditNoteLinesType
impl Sync for CreateCreditNoteLinesType
impl Unpin for CreateCreditNoteLinesType
impl UnwindSafe for CreateCreditNoteLinesType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.