Docs.rs
  • square-rust-0.1.0
    • square-rust 0.1.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • explorrrr
    • Dependencies
      • infer ^0.15.0 normal
      • log ^0.4.20 normal
      • reqwest ^0.11.22 normal
      • reqwest-middleware ^0.2.3 normal
      • reqwest-retry ^0.3.0 normal
      • retry-policies ^0.2.0 normal
      • rustc_version_runtime ^0.2.1 normal
      • serde ^1.0.188 normal
      • serde_json ^1.0.107 normal
      • tokio ^1.32.0 normal
    • Versions
    • 97.4% of the crate is documented
  • Go to latest version
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

square_rust0.1.0

  • Structs
  • Enums
  • Traits
  • Functions
?
Change settings

List of all items

Structs

  • api::customers::CustomersApi
  • api::models::address::Address
  • api::models::api_error::SquareApiError
  • api::models::cash_details::CashDetails
  • api::models::customer::Customer
  • api::models::customer_details::CustomerDetails
  • api::models::customer_preferences::CustomerPreferences
  • api::models::customer_tax_ids::CustomerTaxIds
  • api::models::error::SquareError
  • api::models::error_response::ErrorResponse
  • api::models::external_details::ExternalDetails
  • api::models::money::Money
  • api::models::request::create_customer::versions::v20230925::CreateCustomerRequestV20230925
  • api::models::response::create_customer::versions::v20230925::CreateCustomerResponseV20230925
  • config::SquareApiConfig
  • config::SquareApiConfigBuilder
  • http::client::config::RetryConfig
  • http::client::config::SquareHttpClientConfig
  • http::client::config::SquareHttpClientConfigBuilder
  • http::client::http_client::SquareHttpClient
  • http::headers::Headers
  • square_client::SquareApiClient

Enums

  • api::models::api_version::SquareApiVersion
  • api::models::country::Country
  • api::models::currency::Currency
  • api::models::customer_creation_source::CustomerCreationSource
  • api::models::error::ErrorCategory
  • api::models::error::ErrorCode
  • api::models::external_details::ExternalDetailsType
  • environment::Environment

Traits

  • api::models::request::create_customer::CreateCustomerRequest
  • api::models::response::create_customer::CreateCustomerResponse

Functions

  • api::models::response::create_customer::from_response_to_create_customer_response