pub struct AdminUpgradeSubscriptionPlan;
Expand description
Set the cancellation status of a subscription
Trait Implementations§
Source§impl ApiEndpoint for AdminUpgradeSubscriptionPlan
impl ApiEndpoint for AdminUpgradeSubscriptionPlan
Source§type Path = AdminUpgradeSubscriptionPlanPath
type Path = AdminUpgradeSubscriptionPlanPath
The path type for this endpoint.
Source§type Req = AdminUpgradeSubscriptionPlanRequest
type Req = AdminUpgradeSubscriptionPlanRequest
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 AdminUpgradeSubscriptionPlan
impl RefUnwindSafe for AdminUpgradeSubscriptionPlan
impl Send for AdminUpgradeSubscriptionPlan
impl Sync for AdminUpgradeSubscriptionPlan
impl Unpin for AdminUpgradeSubscriptionPlan
impl UnwindSafe for AdminUpgradeSubscriptionPlan
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