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