pub struct ListWebhookLogsOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for ListWebhookLogsOptions
impl Default for ListWebhookLogsOptions
Source§fn default() -> ListWebhookLogsOptions
fn default() -> ListWebhookLogsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListWebhookLogsOptions
impl RefUnwindSafe for ListWebhookLogsOptions
impl Send for ListWebhookLogsOptions
impl Sync for ListWebhookLogsOptions
impl Unpin for ListWebhookLogsOptions
impl UnwindSafe for ListWebhookLogsOptions
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