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