pub struct UpgradeSubscriptionPlan;
Expand description
Set the cancellation status of a subscription
Trait Implementations§
Source§impl ApiEndpoint for UpgradeSubscriptionPlan
impl ApiEndpoint for UpgradeSubscriptionPlan
Source§type Path = UpgradeSubscriptionPlanPath
type Path = UpgradeSubscriptionPlanPath
The path type for this endpoint.
Source§type Req = UpgradeSubscriptionPlanRequest
type Req = UpgradeSubscriptionPlanRequest
The request type for this endpoint.
Source§type Err = BillingError
type Err = BillingError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for UpgradeSubscriptionPlan
impl RefUnwindSafe for UpgradeSubscriptionPlan
impl Send for UpgradeSubscriptionPlan
impl Sync for UpgradeSubscriptionPlan
impl Unpin for UpgradeSubscriptionPlan
impl UnwindSafe for UpgradeSubscriptionPlan
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