pub enum CreateSubscriptionInvoiceSettingsIssuerType {
Account,
Self_,
}
Expand description
Type of the account referenced in the request.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSubscriptionInvoiceSettingsIssuerType
impl Clone for CreateSubscriptionInvoiceSettingsIssuerType
Source§fn clone(&self) -> CreateSubscriptionInvoiceSettingsIssuerType
fn clone(&self) -> CreateSubscriptionInvoiceSettingsIssuerType
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 PartialEq for CreateSubscriptionInvoiceSettingsIssuerType
impl PartialEq for CreateSubscriptionInvoiceSettingsIssuerType
Source§fn eq(&self, other: &CreateSubscriptionInvoiceSettingsIssuerType) -> bool
fn eq(&self, other: &CreateSubscriptionInvoiceSettingsIssuerType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSubscriptionInvoiceSettingsIssuerType
impl Eq for CreateSubscriptionInvoiceSettingsIssuerType
impl StructuralPartialEq for CreateSubscriptionInvoiceSettingsIssuerType
Auto Trait Implementations§
impl Freeze for CreateSubscriptionInvoiceSettingsIssuerType
impl RefUnwindSafe for CreateSubscriptionInvoiceSettingsIssuerType
impl Send for CreateSubscriptionInvoiceSettingsIssuerType
impl Sync for CreateSubscriptionInvoiceSettingsIssuerType
impl Unpin for CreateSubscriptionInvoiceSettingsIssuerType
impl UnwindSafe for CreateSubscriptionInvoiceSettingsIssuerType
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