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