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