pub struct CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate {
pub enabled: bool,
}
Expand description
Information about updating payment methods in the portal.
Fields§
§enabled: bool
Whether the feature is enabled.
Implementations§
Trait Implementations§
Source§impl Clone for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
impl Clone for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
Source§fn clone(&self) -> CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
fn clone(&self) -> CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
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 moreimpl Copy for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
Auto Trait Implementations§
impl Freeze for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
impl RefUnwindSafe for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
impl Send for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
impl Sync for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
impl Unpin for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
impl UnwindSafe for CreateBillingPortalConfigurationFeaturesPaymentMethodUpdate
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