pub struct EditUserStarSubscription { /* private fields */ }Expand description
Builder for the editUserStarSubscription method.
Cancels or re-enables a Telegram Stars subscription.
Pass is_canceled = true to cancel; false to re-enable a previously
cancelled subscription. The subscription must be active until the end of
the current period to be cancelled.
Trait Implementations§
Source§impl IntoFuture for EditUserStarSubscription
impl IntoFuture for EditUserStarSubscription
Source§type IntoFuture = Pin<Box<dyn Future<Output = <EditUserStarSubscription as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <EditUserStarSubscription as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for EditUserStarSubscription
impl !UnwindSafe for EditUserStarSubscription
impl Freeze for EditUserStarSubscription
impl Send for EditUserStarSubscription
impl Sync for EditUserStarSubscription
impl Unpin for EditUserStarSubscription
impl UnsafeUnpin for EditUserStarSubscription
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