pub struct GetWebhookRequest {
pub webhook_id: String,
}
Expand description
The request structure for the get webhook request.
Fields§
§webhook_id: String
The unique ID for a webhook.
Trait Implementations§
Source§impl Clone for GetWebhookRequest
impl Clone for GetWebhookRequest
Source§fn clone(&self) -> GetWebhookRequest
fn clone(&self) -> GetWebhookRequest
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 GetWebhookRequest
impl Debug for GetWebhookRequest
Source§impl Default for GetWebhookRequest
impl Default for GetWebhookRequest
Source§fn default() -> GetWebhookRequest
fn default() -> GetWebhookRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetWebhookRequest
impl PartialEq for GetWebhookRequest
Source§impl Serialize for GetWebhookRequest
impl Serialize for GetWebhookRequest
impl StructuralPartialEq for GetWebhookRequest
Auto Trait Implementations§
impl Freeze for GetWebhookRequest
impl RefUnwindSafe for GetWebhookRequest
impl Send for GetWebhookRequest
impl Sync for GetWebhookRequest
impl Unpin for GetWebhookRequest
impl UnwindSafe for GetWebhookRequest
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