pub struct ActivateWebhookParams {
pub start_from: WebhookStartFrom,
}Expand description
Parameters for activate_webhook.
Fields§
§start_from: WebhookStartFromPosition to begin (or resume) delivery from.
Trait Implementations§
Source§impl Clone for ActivateWebhookParams
impl Clone for ActivateWebhookParams
Source§fn clone(&self) -> ActivateWebhookParams
fn clone(&self) -> ActivateWebhookParams
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 ActivateWebhookParams
impl Debug for ActivateWebhookParams
Source§impl<'de> Deserialize<'de> for ActivateWebhookParams
impl<'de> Deserialize<'de> for ActivateWebhookParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ActivateWebhookParams
impl RefUnwindSafe for ActivateWebhookParams
impl Send for ActivateWebhookParams
impl Sync for ActivateWebhookParams
impl Unpin for ActivateWebhookParams
impl UnsafeUnpin for ActivateWebhookParams
impl UnwindSafe for ActivateWebhookParams
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