pub struct SubscriptionsResourceSubscriptionPresentmentDetails {
pub presentment_currency: Currency,
}Fields§
§presentment_currency: CurrencyCurrency used for customer payments.
Trait Implementations§
Source§impl Clone for SubscriptionsResourceSubscriptionPresentmentDetails
impl Clone for SubscriptionsResourceSubscriptionPresentmentDetails
Source§fn clone(&self) -> SubscriptionsResourceSubscriptionPresentmentDetails
fn clone(&self) -> SubscriptionsResourceSubscriptionPresentmentDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubscriptionsResourceSubscriptionPresentmentDetails
impl FromValueOpt for SubscriptionsResourceSubscriptionPresentmentDetails
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SubscriptionsResourceSubscriptionPresentmentDetails
impl PartialEq for SubscriptionsResourceSubscriptionPresentmentDetails
Source§fn eq(
&self,
other: &SubscriptionsResourceSubscriptionPresentmentDetails,
) -> bool
fn eq( &self, other: &SubscriptionsResourceSubscriptionPresentmentDetails, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SubscriptionsResourceSubscriptionPresentmentDetails
impl StructuralPartialEq for SubscriptionsResourceSubscriptionPresentmentDetails
Auto Trait Implementations§
impl Freeze for SubscriptionsResourceSubscriptionPresentmentDetails
impl RefUnwindSafe for SubscriptionsResourceSubscriptionPresentmentDetails
impl Send for SubscriptionsResourceSubscriptionPresentmentDetails
impl Sync for SubscriptionsResourceSubscriptionPresentmentDetails
impl Unpin for SubscriptionsResourceSubscriptionPresentmentDetails
impl UnsafeUnpin for SubscriptionsResourceSubscriptionPresentmentDetails
impl UnwindSafe for SubscriptionsResourceSubscriptionPresentmentDetails
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