pub struct RefreshSessionRequest;Expand description
Endpoint type for com.atproto.server.refreshSession
Trait Implementations§
Source§impl XrpcEndpoint for RefreshSessionRequest
impl XrpcEndpoint for RefreshSessionRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.server.refreshSession"
const PATH: &'static str = "/xrpc/com.atproto.server.refreshSession"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod
const METHOD: XrpcMethod
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = RefreshSession
type Request<'de> = RefreshSession
XRPC Request data type
Source§type Response = RefreshSessionResponse
type Response = RefreshSessionResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for RefreshSessionRequest
impl RefUnwindSafe for RefreshSessionRequest
impl Send for RefreshSessionRequest
impl Sync for RefreshSessionRequest
impl Unpin for RefreshSessionRequest
impl UnwindSafe for RefreshSessionRequest
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