pub struct DeleteWebhook { /* private fields */ }Expand description
Builder for the deleteWebhook method.
Implementations§
Source§impl DeleteWebhook
impl DeleteWebhook
Sourcepub fn drop_pending_updates(self, v: bool) -> Self
pub fn drop_pending_updates(self, v: bool) -> Self
If true, the webhook server will remove all pending updates.
Trait Implementations§
Source§impl IntoFuture for DeleteWebhook
impl IntoFuture for DeleteWebhook
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteWebhook as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteWebhook 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 DeleteWebhook
impl !UnwindSafe for DeleteWebhook
impl Freeze for DeleteWebhook
impl Send for DeleteWebhook
impl Sync for DeleteWebhook
impl Unpin for DeleteWebhook
impl UnsafeUnpin for DeleteWebhook
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