pub struct ApiControllerAddWebhookParams {
pub body: Webhook,
}Expand description
struct for passing parameters to the method add_webhook
Fields§
§body: WebhookThe details of the webhook
Trait Implementations§
Source§impl Clone for ApiControllerAddWebhookParams
impl Clone for ApiControllerAddWebhookParams
Source§fn clone(&self) -> ApiControllerAddWebhookParams
fn clone(&self) -> ApiControllerAddWebhookParams
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 ApiControllerAddWebhookParams
impl RefUnwindSafe for ApiControllerAddWebhookParams
impl Send for ApiControllerAddWebhookParams
impl Sync for ApiControllerAddWebhookParams
impl Unpin for ApiControllerAddWebhookParams
impl UnwindSafe for ApiControllerAddWebhookParams
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