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