pub struct CreateWebhookRequest;Expand description
Endpoint type for place.stream.server.createWebhook
Trait Implementations§
Source§impl XrpcEndpoint for CreateWebhookRequest
impl XrpcEndpoint for CreateWebhookRequest
Source§const PATH: &'static str = "/xrpc/place.stream.server.createWebhook"
const PATH: &'static str = "/xrpc/place.stream.server.createWebhook"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod
const METHOD: XrpcMethod
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = CreateWebhook<'de>
type Request<'de> = CreateWebhook<'de>
XRPC Request data type
Source§type Response = CreateWebhookResponse
type Response = CreateWebhookResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for CreateWebhookRequest
impl RefUnwindSafe for CreateWebhookRequest
impl Send for CreateWebhookRequest
impl Sync for CreateWebhookRequest
impl Unpin for CreateWebhookRequest
impl UnwindSafe for CreateWebhookRequest
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