pub struct GetWebhookAddressesResponse { /* private fields */ }
Expand description
List of addresses and pagination info.
Implementations§
Source§impl GetWebhookAddressesResponse
impl GetWebhookAddressesResponse
Sourcepub fn pagination(&self) -> PaginationObject
pub fn pagination(&self) -> PaginationObject
Information for pagination.
Trait Implementations§
Source§impl Clone for GetWebhookAddressesResponse
impl Clone for GetWebhookAddressesResponse
Source§fn clone(&self) -> GetWebhookAddressesResponse
fn clone(&self) -> GetWebhookAddressesResponse
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 GetWebhookAddressesResponse
impl Debug for GetWebhookAddressesResponse
Source§impl<'de> Deserialize<'de> for GetWebhookAddressesResponse
impl<'de> Deserialize<'de> for GetWebhookAddressesResponse
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 GetWebhookAddressesResponse
impl RefUnwindSafe for GetWebhookAddressesResponse
impl Send for GetWebhookAddressesResponse
impl Sync for GetWebhookAddressesResponse
impl Unpin for GetWebhookAddressesResponse
impl UnwindSafe for GetWebhookAddressesResponse
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