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