pub struct QueryEventsRequest;Expand description
Endpoint type for tools.ozone.moderation.queryEvents
Trait Implementations§
Source§impl XrpcEndpoint for QueryEventsRequest
impl XrpcEndpoint for QueryEventsRequest
Source§const PATH: &'static str = "/xrpc/tools.ozone.moderation.queryEvents"
const PATH: &'static str = "/xrpc/tools.ozone.moderation.queryEvents"
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> = QueryEvents<'de>
type Request<'de> = QueryEvents<'de>
XRPC Request data type
Source§type Response = QueryEventsResponse
type Response = QueryEventsResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for QueryEventsRequest
impl RefUnwindSafe for QueryEventsRequest
impl Send for QueryEventsRequest
impl Sync for QueryEventsRequest
impl Unpin for QueryEventsRequest
impl UnwindSafe for QueryEventsRequest
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