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