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