Docs.rs
  • matrix-sdk-test-0.13.0
    • matrix-sdk-test 0.13.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • poljar
    • github:matrix-org:rust
    • Dependencies
      • as_variant ^1.3.0 normal
      • http ^1.2.0 normal
      • insta ^1.42.1 normal
      • matrix-sdk-common ^0.13.0 normal
      • matrix-sdk-test-macros ^0.13.0 normal
      • once_cell ^1.20.2 normal
      • ruma ^0.12.5 normal
      • serde ^1.0.217 normal
      • serde_json ^1.0.138 normal
      • vodozemac ^0.9.0 normal
      • ctor ^0.2.9 normal
      • tokio ^1.43.1 normal
      • tracing-subscriber ^0.3.18 normal
      • wiremock ^0.6.2 normal
      • getrandom ^0.2.6 normal
      • wasm-bindgen-test ^0.3.50 normal
    • Versions
    • 56.84% 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

matrix_sdk_test0.13.0

TimestampArg

Required Methods

  • to_milliseconds_since_unix_epoch

Implementations on Foreign Types

  • MilliSecondsSinceUnixEpoch
  • u64

Implementors

In matrix_sdk_test::event_factory

matrix_sdk_test::event_factory

Trait TimestampArg

Source
pub trait TimestampArg {
    // Required method
    fn to_milliseconds_since_unix_epoch(self) -> MilliSecondsSinceUnixEpoch;
}

Required Methods§

Source

fn to_milliseconds_since_unix_epoch(self) -> MilliSecondsSinceUnixEpoch

Implementations on Foreign Types§

Source§

impl TimestampArg for u64

Source§

fn to_milliseconds_since_unix_epoch(self) -> MilliSecondsSinceUnixEpoch

Source§

impl TimestampArg for MilliSecondsSinceUnixEpoch

Source§

fn to_milliseconds_since_unix_epoch(self) -> MilliSecondsSinceUnixEpoch

Implementors§