Docs.rs
  • bonsaidb-core-0.1.0
    • bonsaidb-core 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ecton
    • github:khonsulabs:publishers
    • Dependencies
      • actionable ^0.1 normal
      • anyhow ^1 normal
      • arc-bytes ^0.3.1 normal
      • async-trait ^0.1 normal
      • bonsaidb-macros ^0.1.0 normal
      • circulate ^0.2.1 normal
      • derive-where =1.0.0-rc.2 normal
      • futures ^0.3 normal
      • itertools ^0.10 normal
      • num-traits ^0.2 normal
      • ordered-varint ^1.0.0 normal
      • pot ^1.0.0 normal
      • serde ^1 normal
      • sha2 ^0.10 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • transmog ^0.1.0 normal
      • transmog-pot ^0.1.0 normal
      • uuid ^0.8 normal
      • zeroize ^1 normal
      • anyhow ^1 dev
      • futures ^0.3 dev
      • hex-literal ^0.3 dev
      • num-derive ^0.3 dev
      • tokio ^1 dev
    • Versions
    • 100% 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
    • 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
logo

logo

DefaultViewSerialization

Implementors

In bonsaidb_core::schema::view

logo
Change settings

Trait bonsaidb_core::schema::view::DefaultViewSerialization

source · [−]
pub trait DefaultViewSerialization: View { }
Expand description

A default serialization strategy for views. Uses equivalent settings as DefaultSerialization.

Implementors

source

impl DefaultViewSerialization for BasicByBrokenParentId

source

impl DefaultViewSerialization for BasicByCategory

source

impl DefaultViewSerialization for BasicByParentId

source

impl DefaultViewSerialization for BasicByTag

source

impl DefaultViewSerialization for BasicCount

source

impl DefaultViewSerialization for EncryptedBasicByCategory

source

impl DefaultViewSerialization for EncryptedBasicByParentId

source

impl DefaultViewSerialization for EncryptedBasicCount

source

impl DefaultViewSerialization for UniqueValue