Docs.rs
  • activity-0.1.2
    • activity 0.1.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • merlinfuchs
    • Dependencies
      • activity-macros ^0.1.2 normal
      • activity-sys ^0.1.2 normal
      • serde ^1.0 normal
      • serde-wasm-bindgen ^0.4 normal
      • wasm-bindgen ^0.2.92 normal
      • wasm-bindgen-futures ^0.4.42 normal
    • Versions
    • 0% 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

activity0.1.2

EventPayload

Required Methods

  • event_type

Object Safety

Implementors

In crate activity

?
Change settings

Trait activity::EventPayload

source ·
pub trait EventPayload {
    // Required method
    fn event_type() -> EventType;
}

Required Methods§

source

fn event_type() -> EventType

Object Safety§

This trait is not object safe.

Implementors§

source§

impl EventPayload for ActivityInstanceParticipantsUpdateEvent

source§

impl EventPayload for ActivityLayoutModeUpdateEvent

source§

impl EventPayload for CurrentUserUpdateEvent

source§

impl EventPayload for ErrorEvent

source§

impl EventPayload for OrientationUpdateEvent

source§

impl EventPayload for ReadyEvent

source§

impl EventPayload for SpeakingStartEvent

source§

impl EventPayload for SpeakingStopEvent

source§

impl EventPayload for ThermalStateUpdateEvent

source§

impl EventPayload for VoiceStateUpdateEvent