☰
Trait IntoTimestamp
Required Methods
into_timestamp
Implementations on Foreign Types
SystemTime
i64
Implementors
Other items in
discord_sdk
::
activity
All crates
?
Trait
discord_sdk
::
activity
::
IntoTimestamp
[
−
]
[src]
pub trait IntoTimestamp { fn
into_timestamp
(self) ->
i64
; }
Required methods
[src]
fn
into_timestamp
(self) ->
i64
Implementations on Foreign Types
[src]
impl
IntoTimestamp
for
SystemTime
[src]
fn
into_timestamp
(self) ->
i64
[src]
impl
IntoTimestamp
for
i64
[src]
fn
into_timestamp
(self) ->
i64
Implementors
[src]
impl
IntoTimestamp
for
OffsetDateTime