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