Docs.rs
rabbitmq-stream-protocol-0.9.0
rabbitmq-stream-protocol 0.9.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.26
normal
derive_more ^2.0.1
normal
num_enum ^0.7.0
normal
ordered-float ^4.1.0
normal
uuid ^1
normal
fake ^4.0
dev
pretty_assertions ^1.2.0
dev
Versions
7.77%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rabbitmq_
stream_
protocol
0.9.0
Annotations
Aliased Type
Methods
get
put
In rabbitmq_
stream_
protocol::
message
rabbitmq_stream_protocol
::
message
Type Alias
Annotations
Copy item path
Source
pub type Annotations =
Map
<
AnnonationKey
,
Value
>;
Aliased Type
§
pub struct Annotations(
/* private fields */
);
Implementations
§
Source
§
impl
Annotations
Source
pub fn
put
<K, V>(&mut self, key: K, value: V) ->
Option
<
Value
>
where K:
Into
<
AnnonationKey
>, V:
Into
<
Value
>,
Source
pub fn
get
<K>(&self, key: K) ->
Option
<&
Value
>
where K:
Into
<
AnnonationKey
>,