pub struct DereferenceScopeRequest;Expand description
Endpoint type for com.atproto.temp.dereferenceScope
Trait Implementations§
Source§impl XrpcEndpoint for DereferenceScopeRequest
impl XrpcEndpoint for DereferenceScopeRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.temp.dereferenceScope"
const PATH: &'static str = "/xrpc/com.atproto.temp.dereferenceScope"
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> = DereferenceScope<'de>
type Request<'de> = DereferenceScope<'de>
XRPC Request data type
Source§type Response = DereferenceScopeResponse
type Response = DereferenceScopeResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for DereferenceScopeRequest
impl RefUnwindSafe for DereferenceScopeRequest
impl Send for DereferenceScopeRequest
impl Sync for DereferenceScopeRequest
impl Unpin for DereferenceScopeRequest
impl UnsafeUnpin for DereferenceScopeRequest
impl UnwindSafe for DereferenceScopeRequest
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