pub struct GetPostThreadResponse;Expand description
Response type for app.bsky.feed.getPostThread
Trait Implementations§
Source§impl XrpcResp for GetPostThreadResponse
impl XrpcResp for GetPostThreadResponse
Source§type Output<'de> = GetPostThreadOutput<'de>
type Output<'de> = GetPostThreadOutput<'de>
Response output type
Source§type Err<'de> = GetPostThreadError<'de>
type Err<'de> = GetPostThreadError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for GetPostThreadResponse
impl RefUnwindSafe for GetPostThreadResponse
impl Send for GetPostThreadResponse
impl Sync for GetPostThreadResponse
impl Unpin for GetPostThreadResponse
impl UnwindSafe for GetPostThreadResponse
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