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