pub struct ListWebhooksResponse {
pub webhooks: Vec<WebhookSummary>,
}Fields§
§webhooks: Vec<WebhookSummary>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListWebhooksResponse
impl RefUnwindSafe for ListWebhooksResponse
impl Send for ListWebhooksResponse
impl Sync for ListWebhooksResponse
impl Unpin for ListWebhooksResponse
impl UnsafeUnpin for ListWebhooksResponse
impl UnwindSafe for ListWebhooksResponse
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