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