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