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