pub enum CreateInvoiceIssuerType {
Account,
Self_,
}
Available on crate feature
billing
only.Expand description
An enum representing the possible values of an CreateInvoiceIssuer
’s type
field.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for CreateInvoiceIssuerType
impl AsRef<str> for CreateInvoiceIssuerType
Source§impl Clone for CreateInvoiceIssuerType
impl Clone for CreateInvoiceIssuerType
Source§fn clone(&self) -> CreateInvoiceIssuerType
fn clone(&self) -> CreateInvoiceIssuerType
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 CreateInvoiceIssuerType
impl Debug for CreateInvoiceIssuerType
Source§impl Default for CreateInvoiceIssuerType
impl Default for CreateInvoiceIssuerType
Source§impl<'de> Deserialize<'de> for CreateInvoiceIssuerType
impl<'de> Deserialize<'de> for CreateInvoiceIssuerType
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 CreateInvoiceIssuerType
impl Display for CreateInvoiceIssuerType
Source§impl PartialEq for CreateInvoiceIssuerType
impl PartialEq for CreateInvoiceIssuerType
Source§impl Serialize for CreateInvoiceIssuerType
impl Serialize for CreateInvoiceIssuerType
impl Copy for CreateInvoiceIssuerType
impl Eq for CreateInvoiceIssuerType
impl StructuralPartialEq for CreateInvoiceIssuerType
Auto Trait Implementations§
impl Freeze for CreateInvoiceIssuerType
impl RefUnwindSafe for CreateInvoiceIssuerType
impl Send for CreateInvoiceIssuerType
impl Sync for CreateInvoiceIssuerType
impl Unpin for CreateInvoiceIssuerType
impl UnwindSafe for CreateInvoiceIssuerType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.