pub struct ListWebhooksRequest;Expand description
Endpoint type for place.stream.server.listWebhooks
Trait Implementations§
Source§impl XrpcEndpoint for ListWebhooksRequest
impl XrpcEndpoint for ListWebhooksRequest
Source§const PATH: &'static str = "/xrpc/place.stream.server.listWebhooks"
const PATH: &'static str = "/xrpc/place.stream.server.listWebhooks"
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> = ListWebhooks<'de>
type Request<'de> = ListWebhooks<'de>
XRPC Request data type
Source§type Response = ListWebhooksResponse
type Response = ListWebhooksResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for ListWebhooksRequest
impl RefUnwindSafe for ListWebhooksRequest
impl Send for ListWebhooksRequest
impl Sync for ListWebhooksRequest
impl Unpin for ListWebhooksRequest
impl UnwindSafe for ListWebhooksRequest
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