Docs.rs
  • jquants-api-client-0.1.0
    • jquants-api-client 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ktanaka101
    • Dependencies
      • async-stream ^0.3 normal
      • chrono ^0.4 normal
      • futures ^0.3 normal
      • reqwest ^0.12 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0 normal
      • tokio ^1.41 normal
      • tracing ^0.1 normal
      • maplit ^1.0 dev
      • pretty_assertions ^1.4 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

jquants_api_client0.1.0

MergePage

Required Methods

  • merge_page

Dyn Compatibility

Implementors

In jquants_api_client::api::shared::traits::pagination

jquants_api_client::api::shared::traits::pagination

Trait MergePage

Source
pub trait MergePage: Sized {
    // Required method
    fn merge_page(
        page: Result<Vec<Self>, JQuantsError>,
    ) -> Result<Self, JQuantsError>;
}
Expand description

Trait for types that can merge pages.

Required Methods§

Source

fn merge_page( page: Result<Vec<Self>, JQuantsError>, ) -> Result<Self, JQuantsError>

Merge the pages.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl MergePage for BreakdownTradingDataResponse

Source§

impl MergePage for CashDividendDataResponse

Source§

impl MergePage for DailyStockPricesPremiumPlanResponse

Source§

impl MergePage for DailyStockPricesStandardPlanResponse

Source§

impl MergePage for EarningsCalendarResponse

Source§

impl MergePage for FinancialStatementDetailsResponse

Source§

impl MergePage for FinancialStatementsResponse

Source§

impl MergePage for FuturesPricesResponse

Source§

impl MergePage for IndexOptionPricesResponse

Source§

impl MergePage for IndicesResponse

Source§

impl MergePage for MorningSessionStockPricesResponse

Source§

impl MergePage for OptionsPricesResponse

Source§

impl MergePage for ShortSaleBySectorResponse

Source§

impl MergePage for TopixPricesResponse

Source§

impl MergePage for TradingByInvestorTypeResponse

Source§

impl MergePage for WeeklyMarginTradingOutstandingsResponse