Docs.rs
  • zerokms-protocol-0.2.3
    • zerokms-protocol 0.2.3
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • coderdan
    • freshtonic
    • auxesis
    • CDThomas
    • tobyhede
    • Dependencies
      • async-trait ^0.1 normal
      • base64 ^0.22.0 normal
      • cipherstash-config ^0.2.2 normal
      • fake ^2.10.0 normal
      • rand ^0.8.5 normal
      • serde ^1.0 normal
      • static_assertions ^1.1.0 normal
      • thiserror ^1.0.56 normal
      • uuid ^1.8 normal
      • serde_json ^1.0.89 dev
    • Versions
    • 1.06% 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

zerokms_protocol0.2.3

ViturResponse

Implementations on Foreign Types

  • Vec<Dataset>
  • Vec<DatasetClient>

Object Safety

Implementors

In crate zerokms_protocol

zerokms_protocol

Trait ViturResponse

source
pub trait ViturResponse:
    Serialize
    + for<'de> Deserialize<'de>
    + Send { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ViturResponse for Vec<Dataset>

source§

impl ViturResponse for Vec<DatasetClient>

Implementors§

source§

impl ViturResponse for CreateClientResponse

source§

impl ViturResponse for Dataset

source§

impl ViturResponse for EmptyResponse

source§

impl ViturResponse for GenerateKeyResponse

source§

impl ViturResponse for LoadConfigResponse

source§

impl ViturResponse for RetrieveKeyResponse

source§

impl ViturResponse for RevokeClientResponse

source§

impl ViturResponse for SaveConfigResponse