pub struct DeleteWebhookBuilder<'a> { /* private fields */ }Expand description
Builder for the [deleteWebhook] API method.
Implementations§
Source§impl<'a> DeleteWebhookBuilder<'a>
impl<'a> DeleteWebhookBuilder<'a>
Trait Implementations§
Source§impl<'a> IntoFuture for DeleteWebhookBuilder<'a>
impl<'a> IntoFuture for DeleteWebhookBuilder<'a>
Source§type Output = Result<bool, TelegramError>
type Output = Result<bool, TelegramError>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteWebhookBuilder<'a> as IntoFuture>::Output> + Send + 'a>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteWebhookBuilder<'a> as IntoFuture>::Output> + Send + 'a>>
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<'a> Freeze for DeleteWebhookBuilder<'a>
impl<'a> !RefUnwindSafe for DeleteWebhookBuilder<'a>
impl<'a> Send for DeleteWebhookBuilder<'a>
impl<'a> Sync for DeleteWebhookBuilder<'a>
impl<'a> Unpin for DeleteWebhookBuilder<'a>
impl<'a> UnsafeUnpin for DeleteWebhookBuilder<'a>
impl<'a> !UnwindSafe for DeleteWebhookBuilder<'a>
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