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