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