Docs.rs
mmtickets-common-0.9.12
mmtickets-common 0.9.12
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
MartinMinkov
Dependencies
anyhow ^1.0.68
normal
async-nats ^0.29.0
normal
async-trait ^0.1
normal
axum ^0.6.1
normal
axum-extra ^0.6.0
normal
chrono ^0.4.23
normal
futures ^0.3.28
normal
hyper ^0.14
normal
jsonwebtoken ^8.2.0
normal
once_cell ^1.17.1
normal
passwords ^3.1.12
normal
rand ^0.8
normal
reqwest ^0.11.13
normal
rust_decimal ^1.29
normal
serde ^1.0.152
normal
serde_json ^1.0.91
normal
thiserror ^1.0
normal
tokio ^1.24.1
normal
tower ^0.4
normal
tracing ^0.1
normal
tracing-bunyan-formatter ^0.3
normal
tracing-log ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.2.2
normal
validator ^0.16.0
normal
Versions
3.01%
of the crate is documented
Platform
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
mmtickets_
common
0.9.12
Event
Data
Required Methods
data
subject
Implementors
In mmtickets_
common::
events
mmtickets_common
::
events
Trait
EventData
Copy item path
Source
pub trait EventData { // Required methods fn
subject
(&self) ->
String
;
fn
data
(&self) ->
String
; }
Required Methods
§
Source
fn
subject
(&self) ->
String
Source
fn
data
(&self) ->
String
Implementors
§
Source
§
impl
EventData
for
OrderCancelledEvent
Source
§
impl
EventData
for
OrderCreatedEvent
Source
§
impl
EventData
for
TicketCreatedEvent
Source
§
impl
EventData
for
TicketUpdatedEvent