pub struct WebhookHandlerConfig {
pub expiration_time: Option<Duration>,
}Fields§
§expiration_time: Option<Duration>Trait Implementations§
Source§impl Debug for WebhookHandlerConfig
impl Debug for WebhookHandlerConfig
Source§impl Default for WebhookHandlerConfig
impl Default for WebhookHandlerConfig
Source§fn default() -> WebhookHandlerConfig
fn default() -> WebhookHandlerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebhookHandlerConfig
impl RefUnwindSafe for WebhookHandlerConfig
impl Send for WebhookHandlerConfig
impl Sync for WebhookHandlerConfig
impl Unpin for WebhookHandlerConfig
impl UnwindSafe for WebhookHandlerConfig
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