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