pub struct UpdateWebhook {
pub webhook_id: Id<WebhookMarker>,
pub body: UpdateWebhookBody,
}Fields§
§webhook_id: Id<WebhookMarker>§body: UpdateWebhookBodyImplementations§
Source§impl UpdateWebhook
impl UpdateWebhook
Sourcepub fn builder() -> UpdateWebhookBuilder
pub fn builder() -> UpdateWebhookBuilder
Create an instance of UpdateWebhook using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateWebhook
impl Clone for UpdateWebhook
Source§fn clone(&self) -> UpdateWebhook
fn clone(&self) -> UpdateWebhook
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 UpdateWebhook
impl Debug for UpdateWebhook
Auto Trait Implementations§
impl Freeze for UpdateWebhook
impl RefUnwindSafe for UpdateWebhook
impl Send for UpdateWebhook
impl Sync for UpdateWebhook
impl Unpin for UpdateWebhook
impl UnsafeUnpin for UpdateWebhook
impl UnwindSafe for UpdateWebhook
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