Docs.rs
trailbase-client-0.5.0
trailbase-client 0.5.0
Docs.rs crate page
OSL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
ignatz
Dependencies
eventsource-stream ^0.2.3
normal
futures ^0.3.31
normal
jsonwebtoken ^9.3.0
normal
parking_lot ^0.12.3
normal
reqwest ^0.12.8
normal
serde ^1.0.217
normal
serde_json ^1.0.135
normal
thiserror ^2.0.11
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
tokio ^1.43.0
dev
Versions
3.8%
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
RecordId
trailbase_
client
0.5.0
Record
Id
Required Methods
serialized_id
Implementations on Foreign Types
&'a String
&'a str
String
i64
Implementors
In crate trailbase_
client
trailbase_client
Trait
Record
Id
Copy item path
Source
pub trait RecordId<'a> { // Required method fn
serialized_id
(self) ->
Cow
<'a,
str
>; }
Required Methods
§
Source
fn
serialized_id
(self) ->
Cow
<'a,
str
>
Implementations on Foreign Types
§
Source
§
impl
RecordId
<'_> for
i64
Source
§
fn
serialized_id
(self) ->
Cow
<'static,
str
>
Source
§
impl
RecordId
<'_> for
String
Source
§
fn
serialized_id
(self) ->
Cow
<'static,
str
>
Source
§
impl<'a>
RecordId
<'a> for &'a
str
Source
§
fn
serialized_id
(self) ->
Cow
<'a,
str
>
Source
§
impl<'a>
RecordId
<'a> for &'a
String
Source
§
fn
serialized_id
(self) ->
Cow
<'a,
str
>
Implementors
§