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