pub struct UpdateWebhookWithToken {
pub webhook_id: Id<WebhookMarker>,
pub token: Zeroizing<String>,
pub body: UpdateWebhookBody,
}Fields§
§webhook_id: Id<WebhookMarker>§token: Zeroizing<String>§body: UpdateWebhookBodyImplementations§
Source§impl UpdateWebhookWithToken
impl UpdateWebhookWithToken
Sourcepub fn builder() -> UpdateWebhookWithTokenBuilder
pub fn builder() -> UpdateWebhookWithTokenBuilder
Create an instance of UpdateWebhookWithToken using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateWebhookWithToken
impl Clone for UpdateWebhookWithToken
Source§fn clone(&self) -> UpdateWebhookWithToken
fn clone(&self) -> UpdateWebhookWithToken
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 UpdateWebhookWithToken
impl Debug for UpdateWebhookWithToken
Source§impl Endpoint for UpdateWebhookWithToken
impl Endpoint for UpdateWebhookWithToken
type Response = GetWebhookWithTokenResponse
fn into_request(self) -> Request
Auto Trait Implementations§
impl Freeze for UpdateWebhookWithToken
impl RefUnwindSafe for UpdateWebhookWithToken
impl Send for UpdateWebhookWithToken
impl Sync for UpdateWebhookWithToken
impl Unpin for UpdateWebhookWithToken
impl UnsafeUnpin for UpdateWebhookWithToken
impl UnwindSafe for UpdateWebhookWithToken
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