kvarn_auth::integrations

Struct DateTime

source
pub struct DateTime(/* private fields */);
Available on crate feature integration-fs only.
Expand description

JS’s +(new Date()): Milliseconds since epoch.

Trait Implementations§

source§

impl Clone for DateTime

source§

fn clone(&self) -> DateTime

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source.