pub struct UpdateSubscriptionPaused;
Expand description
Set whether the subscription is paused or not
Trait Implementations§
Source§impl ApiEndpoint for UpdateSubscriptionPaused
impl ApiEndpoint for UpdateSubscriptionPaused
Source§type Path = UpdateSubscriptionPausedPath
type Path = UpdateSubscriptionPausedPath
The path type for this endpoint.
Source§type Req = SubscriptionPauseRequest
type Req = SubscriptionPauseRequest
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 UpdateSubscriptionPaused
impl RefUnwindSafe for UpdateSubscriptionPaused
impl Send for UpdateSubscriptionPaused
impl Sync for UpdateSubscriptionPaused
impl Unpin for UpdateSubscriptionPaused
impl UnwindSafe for UpdateSubscriptionPaused
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