Docs.rs
  • rabbitmq-stream-protocol-0.1.0
    • rabbitmq-stream-protocol 0.1.0
    • Docs.rs crate page
    • Apache-2.0 OR MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • wolf4ood
    • Gsantomaggio
    • Dependencies
      • byteorder ^1 normal
      • chrono ^0.4.19 normal
      • derive_more ^0.99 normal
      • num_enum ^0.5.7 normal
      • ordered-float ^2.10.0 normal
      • uuid ^0.8.2 normal
      • fake ^2.4 dev
      • pretty_assertions ^1.2.0 dev
      • rand ^0.8 dev
    • Versions
    • 8.86% 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

FromResponse

Required Methods

  • from_response

Implementors

In rabbitmq_stream_protocol

logo
Change settings

Trait rabbitmq_stream_protocol::FromResponse

source · [−]
pub trait FromResponse where
    Self: Sized, 
{ fn from_response(response: Response) -> Option<Self>; }

Required Methods

source

fn from_response(response: Response) -> Option<Self>

Implementors

source

impl FromResponse for CloseResponse

source

impl FromResponse for GenericResponse

source

impl FromResponse for MetadataResponse

source

impl FromResponse for OpenResponse

source

impl FromResponse for PeerPropertiesResponse

source

impl FromResponse for QueryOffsetResponse

source

impl FromResponse for QueryPublisherResponse

source

impl FromResponse for SaslHandshakeResponse

source

impl FromResponse for TunesCommand