pub struct CreateUpdateSubscriptionPlans;Expand description
Create or update a subscription plan
Trait Implementations§
Source§impl ApiEndpoint for CreateUpdateSubscriptionPlans
 
impl ApiEndpoint for CreateUpdateSubscriptionPlans
Source§type Path = SubscriptionPlanPath
 
type Path = SubscriptionPlanPath
The path type for this endpoint.
Source§type Req = UpdateSubscriptionPlansRequest
 
type Req = UpdateSubscriptionPlansRequest
The request type for this endpoint.
Source§type Err = EmptyError
 
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CreateUpdateSubscriptionPlans
impl RefUnwindSafe for CreateUpdateSubscriptionPlans
impl Send for CreateUpdateSubscriptionPlans
impl Sync for CreateUpdateSubscriptionPlans
impl Unpin for CreateUpdateSubscriptionPlans
impl UnwindSafe for CreateUpdateSubscriptionPlans
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