Docs.rs
raphtory-core-0.17.0
raphtory-core 0.17.0
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
miratepuffin
Dependencies
bigdecimal ^0.4.7
normal
chrono ^0.4.41
normal
dashmap ^6.0.1
normal
either =1.15.0
normal
iter-enum ^1.2.0
normal
itertools ^0.13.0
normal
lock_api ^0.4.11
normal
once_cell ^1.19.0
normal
ouroboros ^0.18.3
normal
parking_lot ^0.12.1
normal
pyo3 ^0.25.1
normal
optional
raphtory-api ^0.17.0
normal
rayon ^1.8.1
normal
regex ^1.10.3
normal
rustc-hash ^2.0.0
normal
serde ^1.0.197
normal
thiserror ^2.0.0
normal
proptest ^1.4.0
dev
Versions
3.2%
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
SingleLayer
raphtory_
core
0.17.0
Single
Layer
Required Methods
name
Implementations on Foreign Types
&String
&str
Option<T>
String
Implementors
In raphtory_
core::
entities
raphtory_core
::
entities
Trait
Single
Layer
Copy item path
Source
pub trait SingleLayer { // Required method fn
name
(self) ->
ArcStr
; }
Required Methods
§
Source
fn
name
(self) ->
ArcStr
Implementations on Foreign Types
§
Source
§
impl
SingleLayer
for &
str
Source
§
fn
name
(self) ->
ArcStr
Source
§
impl
SingleLayer
for &
String
Source
§
fn
name
(self) ->
ArcStr
Source
§
impl
SingleLayer
for
String
Source
§
fn
name
(self) ->
ArcStr
Source
§
impl<T>
SingleLayer
for
Option
<T>
where T:
SingleLayer
,
Source
§
fn
name
(self) ->
ArcStr
Implementors
§
Source
§
impl
SingleLayer
for &
ArcStr
Source
§
impl
SingleLayer
for
ArcStr