pub struct RegisterWebhookResponse {
pub webhook_id: WebhookId,
pub path: String,
pub invoke_url: String,
}Fields§
§webhook_id: WebhookId§path: String§invoke_url: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegisterWebhookResponse
impl RefUnwindSafe for RegisterWebhookResponse
impl Send for RegisterWebhookResponse
impl Sync for RegisterWebhookResponse
impl Unpin for RegisterWebhookResponse
impl UnsafeUnpin for RegisterWebhookResponse
impl UnwindSafe for RegisterWebhookResponse
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