pub struct UpdateWebhookAddresses { /* private fields */ }
Expand description
Add or remove addresses from a specific webhook.
This webhook endpoint is idempotent, meaning that identical requests can be made once or several times in a row with the same effect.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateWebhookAddresses
impl Clone for UpdateWebhookAddresses
Source§fn clone(&self) -> UpdateWebhookAddresses
fn clone(&self) -> UpdateWebhookAddresses
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 UpdateWebhookAddresses
impl Debug for UpdateWebhookAddresses
Source§impl Default for UpdateWebhookAddresses
impl Default for UpdateWebhookAddresses
Source§fn default() -> UpdateWebhookAddresses
fn default() -> UpdateWebhookAddresses
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateWebhookAddresses
impl<'de> Deserialize<'de> for UpdateWebhookAddresses
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 UpdateWebhookAddresses
impl RefUnwindSafe for UpdateWebhookAddresses
impl Send for UpdateWebhookAddresses
impl Sync for UpdateWebhookAddresses
impl Unpin for UpdateWebhookAddresses
impl UnwindSafe for UpdateWebhookAddresses
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