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