pub struct GetEditTreeRequest;Expand description
Endpoint type for sh.weaver.edit.getEditTree
Trait Implementations§
Source§impl XrpcEndpoint for GetEditTreeRequest
impl XrpcEndpoint for GetEditTreeRequest
Source§const PATH: &'static str = "/xrpc/sh.weaver.edit.getEditTree"
const PATH: &'static str = "/xrpc/sh.weaver.edit.getEditTree"
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 Request<'de> = GetEditTree<'de>
type Request<'de> = GetEditTree<'de>
XRPC Request data type
Source§type Response = GetEditTreeResponse
type Response = GetEditTreeResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetEditTreeRequest
impl RefUnwindSafe for GetEditTreeRequest
impl Send for GetEditTreeRequest
impl Sync for GetEditTreeRequest
impl Unpin for GetEditTreeRequest
impl UnsafeUnpin for GetEditTreeRequest
impl UnwindSafe for GetEditTreeRequest
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