Docs.rs
raphtory-api-0.17.0
raphtory-api 0.17.0
Docs.rs crate page
GPL-3.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
miratepuffin
Dependencies
arrow-array ^56.2.0
normal
optional
arrow-ipc ^56.2.0
normal
optional
arrow-schema ^56.2.0
normal
optional
bigdecimal ^0.4.7
normal
bytemuck ^1.18.0
normal
chrono ^0.4.41
normal
dashmap ^6.0.1
normal
display-error-chain ^0.2.0
normal
optional
iter-enum ^1.2.0
normal
itertools ^0.13.0
normal
lock_api ^0.4.11
normal
minijinja ^2.2.0
normal
optional
num-traits ^0.2.18
normal
parking_lot ^0.12.1
normal
pyo3 ^0.25.1
normal
optional
pyo3-arrow ^0.11.0
normal
optional
rand ^0.8.5
normal
rayon ^1.8.1
normal
rustc-hash ^2.0.0
normal
serde ^1.0.197
normal
serde_json ^1.0.114
normal
optional
sorted_vector_map ^0.2.0
normal
thiserror ^2.0.0
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.20
normal
twox-hash ^2.1.0
normal
proptest ^1.4.0
dev
Versions
3.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
IntoTime
raphtory_
api
0.17.0
Into
Time
Required Methods
into_time
Implementations on Foreign Types
(T, usize)
DateTime<Tz>
NaiveDateTime
i64
Implementors
In raphtory_
api::
core::
utils::
time
raphtory_api
::
core
::
utils
::
time
Trait
Into
Time
Copy item path
Source
pub trait IntoTime { // Required method fn
into_time
(self) ->
EventTime
; }
Required Methods
§
Source
fn
into_time
(self) ->
EventTime
Implementations on Foreign Types
§
Source
§
impl
IntoTime
for
i64
Source
§
fn
into_time
(self) ->
EventTime
Source
§
impl
IntoTime
for
NaiveDateTime
Source
§
fn
into_time
(self) ->
EventTime
Source
§
impl<T:
IntoTime
>
IntoTime
for (T,
usize
)
Source
§
fn
into_time
(self) ->
EventTime
Source
§
impl<Tz:
TimeZone
>
IntoTime
for
DateTime
<Tz>
Source
§
fn
into_time
(self) ->
EventTime
Implementors
§
Source
§
impl
IntoTime
for
EventTime