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

HasPaginationKey

Required Methods

  • get_pagination_key

Implementors

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

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

Trait HasPaginationKey

Source
pub trait HasPaginationKey {
    // Required method
    fn get_pagination_key(&self) -> Option<&str>;
}
Expand description

Trait for types that have a pagination key.

Required Methods§

Source

fn get_pagination_key(&self) -> Option<&str>

Get the pagination key.

Implementors§

Source§

impl HasPaginationKey for BreakdownTradingDataResponse

Source§

impl HasPaginationKey for CashDividendDataResponse

Source§

impl HasPaginationKey for DailyStockPricesPremiumPlanResponse

Source§

impl HasPaginationKey for DailyStockPricesStandardPlanResponse

Source§

impl HasPaginationKey for EarningsCalendarResponse

Source§

impl HasPaginationKey for FinancialStatementDetailsResponse

Source§

impl HasPaginationKey for FinancialStatementsResponse

Source§

impl HasPaginationKey for FuturesPricesResponse

Source§

impl HasPaginationKey for IndexOptionPricesResponse

Source§

impl HasPaginationKey for IndicesResponse

Source§

impl HasPaginationKey for MorningSessionStockPricesResponse

Source§

impl HasPaginationKey for OptionsPricesResponse

Source§

impl HasPaginationKey for ShortSaleBySectorResponse

Source§

impl HasPaginationKey for TopixPricesResponse

Source§

impl HasPaginationKey for TradingByInvestorTypeResponse

Source§

impl HasPaginationKey for WeeklyMarginTradingOutstandingsResponse