Docs.rs
  • dynamodb-expression-0.2.0-beta.9
    • dynamodb-expression 0.2.0-beta.9
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dcormier
    • Dependencies
      • aws-sdk-dynamodb ^1 normal
      • base64 ^0.21 normal
      • itermap ^0 normal
      • itertools ^0.12 normal
      • num ^0 normal
      • optempty ^0 normal
      • serde_json ^1 normal
      • aws-config ^1 dev
      • easy-error ^1 dev
      • pretty_assertions ^1 dev
      • rusoto_core ^0 dev
      • rusoto_dynamodb ^0 dev
      • tokio ^1 dev
    • Versions
    • 77.5% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

dynamodb_expression0.2.0-beta.9

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Builder
  • Expression
  • condition::And
  • condition::AttributeExists
  • condition::AttributeNotExists
  • condition::BeginsWith
  • condition::Between
  • condition::Comparison
  • condition::Contains
  • condition::In
  • condition::Not
  • condition::Or
  • condition::Parenthetical
  • condition::attribute_type::AttributeType
  • key::Key
  • key::KeyCondition
  • operand::Operand
  • operand::Size
  • path::IndexedField
  • path::Name
  • path::Path
  • path::PathParseError
  • update::Add
  • update::AddAction
  • update::Assign
  • update::Delete
  • update::DeleteAction
  • update::IfNotExists
  • update::ListAppend
  • update::Math
  • update::Remove
  • update::Set
  • update::Update
  • update::if_not_exists::Builder
  • update::if_not_exists::IfNotExists
  • update::list_append::Builder
  • update::list_append::ListAppend
  • update::math::Builder
  • update::math::Math
  • value::BinarySet
  • value::List
  • value::Map
  • value::Num
  • value::NumSet
  • value::Ref
  • value::StringSet
  • value::UnknownAttributeValueError

Enums

  • condition::Comparator
  • condition::Condition
  • condition::attribute_type::Type
  • path::Element
  • update::AddValue
  • update::SetAction
  • value::Scalar
  • value::Set
  • value::StringOrRef
  • value::Value

Traits

  • path::Indexes

Functions

  • condition::equal
  • condition::greater_than
  • condition::greater_than_or_equal
  • condition::less_than
  • condition::less_than_or_equal
  • condition::not_equal