pub enum CreateInvoiceIssuerType {
Account,
Self_,
}
Expand description
Type of the account referenced in the request.
Variants§
Implementations§
Trait Implementations§
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 Display for CreateInvoiceIssuerType
impl Display for CreateInvoiceIssuerType
Source§impl FromStr for CreateInvoiceIssuerType
impl FromStr 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