pub struct CreateSessionResponse;Expand description
Response type for com.atproto.server.createSession
Trait Implementations§
Source§impl XrpcResp for CreateSessionResponse
impl XrpcResp for CreateSessionResponse
Source§type Output<'de> = CreateSessionOutput<'de>
type Output<'de> = CreateSessionOutput<'de>
Response output type
Source§type Err<'de> = CreateSessionError<'de>
type Err<'de> = CreateSessionError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for CreateSessionResponse
impl RefUnwindSafe for CreateSessionResponse
impl Send for CreateSessionResponse
impl Sync for CreateSessionResponse
impl Unpin for CreateSessionResponse
impl UnwindSafe for CreateSessionResponse
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