pub struct GetPostThreadRequest;Expand description
Endpoint type for app.bsky.feed.getPostThread
Trait Implementations§
Source§impl XrpcEndpoint for GetPostThreadRequest
impl XrpcEndpoint for GetPostThreadRequest
Source§const PATH: &'static str = "/xrpc/app.bsky.feed.getPostThread"
const PATH: &'static str = "/xrpc/app.bsky.feed.getPostThread"
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> = GetPostThread<'de>
type Request<'de> = GetPostThread<'de>
XRPC Request data type
Source§type Response = GetPostThreadResponse
type Response = GetPostThreadResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetPostThreadRequest
impl RefUnwindSafe for GetPostThreadRequest
impl Send for GetPostThreadRequest
impl Sync for GetPostThreadRequest
impl Unpin for GetPostThreadRequest
impl UnwindSafe for GetPostThreadRequest
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