pub struct PaymentLinksResourceSubscriptionDataInvoiceSettings {
pub issuer: ConnectAccountReference,
}
Fields§
§issuer: ConnectAccountReference
Trait Implementations§
Source§impl Clone for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Clone for PaymentLinksResourceSubscriptionDataInvoiceSettings
Source§fn clone(&self) -> PaymentLinksResourceSubscriptionDataInvoiceSettings
fn clone(&self) -> PaymentLinksResourceSubscriptionDataInvoiceSettings
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 FromValueOpt for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl FromValueOpt for PaymentLinksResourceSubscriptionDataInvoiceSettings
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl RefUnwindSafe for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Send for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Sync for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl Unpin for PaymentLinksResourceSubscriptionDataInvoiceSettings
impl UnwindSafe for PaymentLinksResourceSubscriptionDataInvoiceSettings
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