pub struct GetCommitRequest;Expand description
Endpoint type for sh.tangled.git.temp.getCommit
Trait Implementations§
Source§impl XrpcEndpoint for GetCommitRequest
impl XrpcEndpoint for GetCommitRequest
Source§const PATH: &'static str = "/xrpc/sh.tangled.git.temp.getCommit"
const PATH: &'static str = "/xrpc/sh.tangled.git.temp.getCommit"
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 Response = GetCommitResponse
type Response = GetCommitResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetCommitRequest
impl RefUnwindSafe for GetCommitRequest
impl Send for GetCommitRequest
impl Sync for GetCommitRequest
impl Unpin for GetCommitRequest
impl UnsafeUnpin for GetCommitRequest
impl UnwindSafe for GetCommitRequest
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