Docs.rs
  • es-entity-0.7.2
    • es-entity 0.7.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bodymindarts
    • Dependencies
      • anyhow ^1.0.98 normal optional
      • async-graphql ^7.0.17 normal optional
      • async-trait ^0.1.88 normal
      • base64 ^0.22.1 normal optional
      • chrono ^0.4.41 normal
      • derive_builder ^0.20.1 normal
      • es-entity-macros ^0.7.2 normal
      • schemars ^1.0 normal optional
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • sim-time ^0.7.2 normal optional
      • sqlx ^0.8.3 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.46 normal optional
      • uuid ^1.16 normal
      • anyhow ^1.0.98 dev
      • tokio ^1.46 dev
    • Versions
    • 33.48% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

es_entity0.7.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Attribute Macros
  • Derive Macros

List of all items

Structs

  • CursorDestructureError
  • DbOp
  • DbOpWithTime
  • EntityEvents
  • EsQuery
  • EsQueryFlavorFlat
  • EsQueryFlavorNested
  • GenericEvent
  • Nested
  • OneTimeExecutor
  • PaginatedQueryArgs
  • PaginatedQueryRet
  • PersistedEvent
  • Sort
  • error::CursorDestructureError
  • events::EntityEvents
  • events::GenericEvent
  • events::PersistedEvent
  • nested::Nested
  • one_time_executor::OneTimeExecutor
  • operation::DbOp
  • operation::DbOpWithTime
  • pagination::PaginatedQueryArgs
  • pagination::PaginatedQueryRet
  • pagination::Sort
  • query::EsQuery
  • query::EsQueryFlavorFlat
  • query::EsQueryFlavorNested

Enums

  • EsEntityError
  • EsRepoError
  • Idempotent
  • ListDirection
  • error::EsEntityError
  • error::EsRepoError
  • idempotent::Idempotent
  • pagination::ListDirection

Traits

  • AtomicOperation
  • EsEntity
  • EsEvent
  • EsRepo
  • FromIdempotentIgnored
  • IntoEvents
  • IntoOneTimeExecutor
  • IntoOneTimeExecutorAt
  • Parent
  • PopulateNested
  • RetryableInto
  • TryFromEvents
  • idempotent::FromIdempotentIgnored
  • nested::Parent
  • nested::PopulateNested
  • one_time_executor::IntoOneTimeExecutor
  • one_time_executor::IntoOneTimeExecutorAt
  • operation::AtomicOperation
  • traits::EsEntity
  • traits::EsEvent
  • traits::EsRepo
  • traits::IntoEvents
  • traits::RetryableInto
  • traits::TryFromEvents

Macros

  • entity_id
  • es_query
  • from_es_entity_error
  • idempotency_guard

Attribute Macros

  • retry_on_concurrent_modification

Derive Macros

  • EsEntity
  • EsEvent
  • EsRepo

Type Aliases

  • LastPersisted
  • events::LastPersisted