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