pub struct DeleteWebhook {
pub webhook_id: Id<WebhookMarker>,
}Fields§
§webhook_id: Id<WebhookMarker>Implementations§
Source§impl DeleteWebhook
impl DeleteWebhook
Sourcepub fn builder() -> DeleteWebhookBuilder
pub fn builder() -> DeleteWebhookBuilder
Create an instance of DeleteWebhook using the builder syntax
Trait Implementations§
Source§impl Clone for DeleteWebhook
impl Clone for DeleteWebhook
Source§fn clone(&self) -> DeleteWebhook
fn clone(&self) -> DeleteWebhook
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteWebhook
impl Debug for DeleteWebhook
Source§impl Endpoint for DeleteWebhook
impl Endpoint for DeleteWebhook
impl Copy for DeleteWebhook
Auto Trait Implementations§
impl Freeze for DeleteWebhook
impl RefUnwindSafe for DeleteWebhook
impl Send for DeleteWebhook
impl Sync for DeleteWebhook
impl Unpin for DeleteWebhook
impl UnsafeUnpin for DeleteWebhook
impl UnwindSafe 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