pub struct CreateSubscription;
Expand description
Create a subscription and store payment info if provided
Trait Implementations§
Source§impl ApiEndpoint for CreateSubscription
impl ApiEndpoint for CreateSubscription
Source§type Path = CreateSubscriptionPath
type Path = CreateSubscriptionPath
The path type for this endpoint.
Source§type Req = CreateSubscriptionRequest
type Req = CreateSubscriptionRequest
The request type for this endpoint.
Source§type Res = Option<CreateSubscriptionResponse>
type Res = Option<CreateSubscriptionResponse>
The response type for this endpoint.
Source§type Err = BillingError
type Err = BillingError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CreateSubscription
impl RefUnwindSafe for CreateSubscription
impl Send for CreateSubscription
impl Sync for CreateSubscription
impl Unpin for CreateSubscription
impl UnwindSafe for CreateSubscription
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