pub struct DeleteWebhookByIdParams {
pub container_for_webhook_ids: ContainerForWebhookIds,
}Expand description
struct for passing parameters to the method delete_webhook_by_id
Fields§
§container_for_webhook_ids: ContainerForWebhookIdsTrait Implementations§
Source§impl Clone for DeleteWebhookByIdParams
impl Clone for DeleteWebhookByIdParams
Source§fn clone(&self) -> DeleteWebhookByIdParams
fn clone(&self) -> DeleteWebhookByIdParams
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 moreAuto Trait Implementations§
impl Freeze for DeleteWebhookByIdParams
impl RefUnwindSafe for DeleteWebhookByIdParams
impl Send for DeleteWebhookByIdParams
impl Sync for DeleteWebhookByIdParams
impl Unpin for DeleteWebhookByIdParams
impl UnwindSafe for DeleteWebhookByIdParams
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