pub enum UpdateInvoiceIssuerType {
Account,
Self_,
}
Expand description
Type of the account referenced in the request.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdateInvoiceIssuerType
impl Clone for UpdateInvoiceIssuerType
Source§fn clone(&self) -> UpdateInvoiceIssuerType
fn clone(&self) -> UpdateInvoiceIssuerType
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 UpdateInvoiceIssuerType
impl Debug for UpdateInvoiceIssuerType
Source§impl Display for UpdateInvoiceIssuerType
impl Display for UpdateInvoiceIssuerType
Source§impl FromStr for UpdateInvoiceIssuerType
impl FromStr for UpdateInvoiceIssuerType
Source§impl PartialEq for UpdateInvoiceIssuerType
impl PartialEq for UpdateInvoiceIssuerType
Source§impl Serialize for UpdateInvoiceIssuerType
impl Serialize for UpdateInvoiceIssuerType
impl Copy for UpdateInvoiceIssuerType
impl Eq for UpdateInvoiceIssuerType
impl StructuralPartialEq for UpdateInvoiceIssuerType
Auto Trait Implementations§
impl Freeze for UpdateInvoiceIssuerType
impl RefUnwindSafe for UpdateInvoiceIssuerType
impl Send for UpdateInvoiceIssuerType
impl Sync for UpdateInvoiceIssuerType
impl Unpin for UpdateInvoiceIssuerType
impl UnwindSafe for UpdateInvoiceIssuerType
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