pub struct GetWebhookParams {
pub webhook_id: String,
}
Expand description
struct for passing parameters to the method [get_webhook
]
Fields§
§webhook_id: String
The unique identifier of the webhook
Implementations§
Source§impl GetWebhookParams
impl GetWebhookParams
Sourcepub fn builder() -> GetWebhookParamsBuilder
pub fn builder() -> GetWebhookParamsBuilder
Create an instance of GetWebhookParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetWebhookParams
impl Clone for GetWebhookParams
Source§fn clone(&self) -> GetWebhookParams
fn clone(&self) -> GetWebhookParams
Returns a copy 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 GetWebhookParams
impl RefUnwindSafe for GetWebhookParams
impl Send for GetWebhookParams
impl Sync for GetWebhookParams
impl Unpin for GetWebhookParams
impl UnwindSafe for GetWebhookParams
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