Docs.rs
  • rest-model-0.1.4
    • rest-model 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kuyoonjo
    • Dependencies
      • anyhow ^1.0.89 normal
      • chrono ^0.4 normal
      • rest-model-macro ^0.1.3 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal
    • Versions
    • 6.33% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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

rest_model0.1.4

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Attribute Macros

List of all items

Structs

  • DeleteParams
  • DeleteResult
  • Doc
  • PaginationResult
  • PatchParams
  • UpdateResult
  • UpsertResult
  • pagination::Pagination
  • pagination::PaginationParams

Enums

  • Condition

Traits

  • DbClient
  • RestModel
  • RestModelBound
  • method::Delete
  • method::Get
  • method::GetWithId
  • method::Init
  • method::Patch
  • method::Put

Attribute Macros

  • rest_model

Constants

  • pagination::DEFAULT_LIMIT
  • pagination::DEFAULT_PAGE
  • pagination::HEADER_CURRENT_PAGE
  • pagination::HEADER_EXPOSE
  • pagination::HEADER_ITEMS_PER_PAGE
  • pagination::HEADER_TOTAL_COUNT
  • pagination::HEADER_TOTAL_PAGES