Docs.rs
dfx-base-1.0.0-beta
dfx-base 1.0.0-beta
Permalink
Docs.rs crate page
MPL-2.0
11 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
DaanA32
Dependencies
chrono ^0.4.23
normal
lazy_static ^1.4.0
normal
regex ^1.6.0
normal
serde ^1.0
normal
serde-xml-rs ^0.6.0
normal
xmltree ^0.10.3
normal
criterion ^0.5
dev
pprof ^0.12
dev
Versions
0.4%
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
Skip to main content
DateTime
dfx_
base
1.0.0-beta
Date
Time
Aliased Type
Trait Implementations
IntoBytes<Arc<[u8]>>
TryFrom<&'a Arc<[u8]>>
In dfx_
base::
fields::
converters::
datetime
dfx_base
::
fields
::
converters
::
datetime
Type Alias
Date
Time
Copy item path
Source
pub type DateTime =
NaiveDateTime
;
Aliased Type
§
pub struct DateTime {
/* private fields */
}
Trait Implementations
§
Source
§
impl
IntoBytes
<
Arc
<[
u8
]>> for
DateTime
Source
§
fn
as_bytes
(&self) ->
FieldValue
Source
§
impl<'a>
TryFrom
<&'a
Arc
<[
u8
]>> for
DateTime
Source
§
type
Error
=
ConversionError
Source
§
fn
try_from
(value: &'a
FieldValue
) ->
Result
<Self, Self::
Error
>