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