Struct precision::Timestamp[][src]

pub struct Timestamp(_);

Trait Implementations

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Timestamp
[src]

impl PartialEq for Timestamp
[src]

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

This method tests for !=.

impl Sub for Timestamp
[src]

The resulting type after applying the - operator.

Performs the - operation.

Auto Trait Implementations

impl Send for Timestamp

impl Sync for Timestamp