pub struct CreateBillingPortalSessionFlowDataSubscriptionUpdate {
pub subscription: String,
}
Expand description
Configuration when flow_data.type=subscription_update
.
Fields§
§subscription: String
The ID of the subscription to be updated.
Implementations§
Trait Implementations§
Source§impl Clone for CreateBillingPortalSessionFlowDataSubscriptionUpdate
impl Clone for CreateBillingPortalSessionFlowDataSubscriptionUpdate
Source§fn clone(&self) -> CreateBillingPortalSessionFlowDataSubscriptionUpdate
fn clone(&self) -> CreateBillingPortalSessionFlowDataSubscriptionUpdate
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 moreAuto Trait Implementations§
impl Freeze for CreateBillingPortalSessionFlowDataSubscriptionUpdate
impl RefUnwindSafe for CreateBillingPortalSessionFlowDataSubscriptionUpdate
impl Send for CreateBillingPortalSessionFlowDataSubscriptionUpdate
impl Sync for CreateBillingPortalSessionFlowDataSubscriptionUpdate
impl Unpin for CreateBillingPortalSessionFlowDataSubscriptionUpdate
impl UnwindSafe for CreateBillingPortalSessionFlowDataSubscriptionUpdate
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