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