pub struct DeleteOAuthClientRequest;Expand description
Endpoint type for network.slices.slice.deleteOAuthClient
Trait Implementations§
Source§impl XrpcEndpoint for DeleteOAuthClientRequest
impl XrpcEndpoint for DeleteOAuthClientRequest
Source§const PATH: &'static str = "/xrpc/network.slices.slice.deleteOAuthClient"
const PATH: &'static str = "/xrpc/network.slices.slice.deleteOAuthClient"
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> = DeleteOAuthClient<'de>
type Request<'de> = DeleteOAuthClient<'de>
XRPC Request data type
Source§type Response = DeleteOAuthClientResponse
type Response = DeleteOAuthClientResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for DeleteOAuthClientRequest
impl RefUnwindSafe for DeleteOAuthClientRequest
impl Send for DeleteOAuthClientRequest
impl Sync for DeleteOAuthClientRequest
impl Unpin for DeleteOAuthClientRequest
impl UnsafeUnpin for DeleteOAuthClientRequest
impl UnwindSafe for DeleteOAuthClientRequest
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