pub struct GetAllWebhooks;
Expand description
This endpoint allows you to get all webhooks on your team.
Trait Implementations§
Source§impl Clone for GetAllWebhooks
impl Clone for GetAllWebhooks
Source§fn clone(&self) -> GetAllWebhooks
fn clone(&self) -> GetAllWebhooks
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 GetAllWebhooks
impl Debug for GetAllWebhooks
Source§impl Default for GetAllWebhooks
impl Default for GetAllWebhooks
Source§fn default() -> GetAllWebhooks
fn default() -> GetAllWebhooks
Returns the “default value” for a type. Read more
Source§impl Endpoint for GetAllWebhooks
impl Endpoint for GetAllWebhooks
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl Freeze for GetAllWebhooks
impl RefUnwindSafe for GetAllWebhooks
impl Send for GetAllWebhooks
impl Sync for GetAllWebhooks
impl Unpin for GetAllWebhooks
impl UnwindSafe for GetAllWebhooks
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