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