pub struct UpdateWebhookResponse;Expand description
Response type for place.stream.server.updateWebhook
Trait Implementations§
Source§impl XrpcResp for UpdateWebhookResponse
impl XrpcResp for UpdateWebhookResponse
Source§type Output<'de> = UpdateWebhookOutput<'de>
type Output<'de> = UpdateWebhookOutput<'de>
Response output type
Source§type Err<'de> = UpdateWebhookError<'de>
type Err<'de> = UpdateWebhookError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for UpdateWebhookResponse
impl RefUnwindSafe for UpdateWebhookResponse
impl Send for UpdateWebhookResponse
impl Sync for UpdateWebhookResponse
impl Unpin for UpdateWebhookResponse
impl UnwindSafe for UpdateWebhookResponse
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