Docs.rs
  • rabbitmq-stream-protocol-0.4.3
    • rabbitmq-stream-protocol 0.4.3
    • 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.26 normal
      • derive_more ^0.99 normal
      • num_enum ^0.7.0 normal
      • ordered-float ^4.1.0 normal
      • uuid ^1 normal
      • fake ^2.5 dev
      • pretty_assertions ^1.2.0 dev
      • rand ^0.8 dev
    • Versions
    • 9.69% 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

rabbitmq_stream_protocol0.4.3

FromResponse

Required Methods

  • from_response

Object Safety

Implementors

In crate rabbitmq_stream_protocol

Trait rabbitmq_stream_protocol::FromResponse

source ·
pub trait FromResponse
where Self: Sized,
{ // Required method fn from_response(response: Response) -> Option<Self>; }

Required Methods§

source

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

Object Safety§

This trait is not object safe.

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