Docs.rs
  • django-query-0.1.0
    • django-query 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • eds-collabora
    • Dependencies
      • anyhow ^1 normal
      • chrono ^0.4 normal
      • django-query_derive ^0.1.0 normal
      • log ^0.4 normal
      • regex ^1 normal
      • serde_json ^1 normal
      • strum ^0.21 normal
      • thiserror ^1.0 normal
      • wiremock ^0.5 normal
      • env_logger ^0.9 dev
      • http ^0.2 dev
      • reqwest ^0.11 dev
      • test-log ^0.2 dev
      • tokio ^1.4 dev
      • tokio-test ^0.4 dev
    • Versions
    • 67.13% of the crate is documented
  • Go to latest version
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate django_query

logo
Change settings

List of all items

Structs

  • filtering::OperatorSet
  • mock::Endpoint
  • mock::NestedEndpoint
  • mock::UrlTransform
  • operators::Contains
  • operators::ContainsImpl
  • operators::EndsWith
  • operators::EndsWithImpl
  • operators::Eq
  • operators::EqImpl
  • operators::Greater
  • operators::GreaterEq
  • operators::GreaterEqImpl
  • operators::GreaterImpl
  • operators::IContains
  • operators::IContainsImpl
  • operators::IExact
  • operators::IExactImpl
  • operators::In
  • operators::InImpl
  • operators::IsNull
  • operators::IsNullImpl
  • operators::Less
  • operators::LessEq
  • operators::LessEqImpl
  • operators::LessImpl
  • operators::StartsWith
  • operators::StartsWithImpl
  • ordering::Compare
  • ordering::CompareClass
  • ordering::OrderingSet
  • ordering::ReverseCompare

Enums

  • filtering::FilterError
  • mock::MockError
  • ordering::SorterError
  • row::CellValue

Traits

  • filtering::Field
  • filtering::Filter
  • filtering::FilterClass
  • filtering::Filterable
  • filtering::Member
  • filtering::MemberVisitor
  • filtering::Meta
  • filtering::MetaVisitor
  • filtering::Operable
  • filtering::Operator
  • filtering::OperatorClass
  • mock::RowSource
  • operators::Scalar
  • ordering::Accessor
  • ordering::Field
  • ordering::ReferenceField
  • ordering::SortVisitor
  • ordering::Sortable
  • ordering::Sorter
  • ordering::SorterClass
  • ordering::SorterTypedClass
  • row::AsForeignKey
  • row::CellVisitor
  • row::ColumnVisitor
  • row::IntoCellValue
  • row::IntoRow
  • row::StringCellValue

Derive Macros

  • Filterable
  • IntoRow
  • Sortable

Functions

  • filtering::print_filters