pub struct RegisterDynamicWebhooksParams {
pub webhook_registration_details: WebhookRegistrationDetails,
}
Expand description
struct for passing parameters to the method register_dynamic_webhooks
Fields§
§webhook_registration_details: WebhookRegistrationDetails
Trait Implementations§
Source§impl Clone for RegisterDynamicWebhooksParams
impl Clone for RegisterDynamicWebhooksParams
Source§fn clone(&self) -> RegisterDynamicWebhooksParams
fn clone(&self) -> RegisterDynamicWebhooksParams
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 Default for RegisterDynamicWebhooksParams
impl Default for RegisterDynamicWebhooksParams
Source§fn default() -> RegisterDynamicWebhooksParams
fn default() -> RegisterDynamicWebhooksParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegisterDynamicWebhooksParams
impl RefUnwindSafe for RegisterDynamicWebhooksParams
impl Send for RegisterDynamicWebhooksParams
impl Sync for RegisterDynamicWebhooksParams
impl Unpin for RegisterDynamicWebhooksParams
impl UnwindSafe for RegisterDynamicWebhooksParams
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