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