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