Docs.rs
  • valid-0.3.1
    • valid 0.3.1
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • haraldmaida
    • Dependencies
      • bigdecimal ^0.1 normal optional
      • chrono ^0.4 normal optional
      • num-bigint ^0.2 normal optional
      • num-traits ^0.2 normal optional
      • regex ^1 normal optional
      • serde ^1 normal optional
      • failure ^0.1 dev
      • proptest ^0.9 dev
      • version-sync ^0.9 dev
    • Versions
    • 100% 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

valid0.3.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Field
  • FieldName
  • InvalidRelation
  • InvalidState
  • InvalidValue
  • Parameter
  • RelatedFields
  • State
  • Validated
  • Validation
  • ValidationError
  • constraint::AssertFalse
  • constraint::AssertTrue
  • constraint::Contains
  • constraint::Digits
  • constraint::MustMatch
  • constraint::NonZero
  • constraint::NotEmpty
  • constraint::Pattern

Enums

  • ConstraintViolation
  • Value
  • constraint::Bound
  • constraint::CharCount
  • constraint::Length
  • constraint::MustDefineRange

Traits

  • Validate
  • property::HasCharCount
  • property::HasCheckedValue
  • property::HasDecimalDigits
  • property::HasEmptyValue
  • property::HasLength
  • property::HasMember
  • property::HasZeroValue

Functions

  • invalid_optional_value
  • invalid_relation
  • invalid_state
  • invalid_value
  • param

Type Aliases

  • ValidationResult

Constants

  • constraint::INVALID_ASSERT_FALSE
  • constraint::INVALID_ASSERT_TRUE
  • constraint::INVALID_BOUND_CLOSED_MAX
  • constraint::INVALID_BOUND_CLOSED_MIN
  • constraint::INVALID_BOUND_EXACT
  • constraint::INVALID_BOUND_OPEN_MAX
  • constraint::INVALID_BOUND_OPEN_MIN
  • constraint::INVALID_CHAR_COUNT_EXACT
  • constraint::INVALID_CHAR_COUNT_MAX
  • constraint::INVALID_CHAR_COUNT_MIN
  • constraint::INVALID_CONTAINS_ELEMENT
  • constraint::INVALID_DIGITS_FRACTION
  • constraint::INVALID_DIGITS_INTEGER
  • constraint::INVALID_LENGTH_EXACT
  • constraint::INVALID_LENGTH_MAX
  • constraint::INVALID_LENGTH_MIN
  • constraint::INVALID_MUST_DEFINE_RANGE_EXCLUSIVE
  • constraint::INVALID_MUST_DEFINE_RANGE_INCLUSIVE
  • constraint::INVALID_MUST_MATCH
  • constraint::INVALID_NON_ZERO
  • constraint::INVALID_NOT_EMPTY
  • constraint::INVALID_PATTERN