Struct livesplit_core::AtomicDateTime [] [src]

pub struct AtomicDateTime {
    pub time: DateTime<Utc>,
    pub synced_with_atomic_clock: bool,
}

Fields

Methods

impl AtomicDateTime
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for AtomicDateTime
[src]

impl Clone for AtomicDateTime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AtomicDateTime
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AtomicDateTime
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Sub for AtomicDateTime
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<DateTime<Utc>> for AtomicDateTime
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.