Struct prometrics::timestamp::TimestampMut [] [src]

pub struct TimestampMut<'a>(_);

Mutable variant of Timestamp.

Methods

impl<'a> TimestampMut<'a>
[src]

[src]

Sets the value of this timestamp to timestamp.

[src]

Sets the value of this timestamp to the current unixtime in milliseconds.

[src]

Sets the value of this timestamp to time.

[src]

Clears the value of this timestamp.

Methods from Deref<Target = Timestamp>

[src]

Returns the value of this timestamp.

Trait Implementations

impl<'a> Debug for TimestampMut<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Deref for TimestampMut<'a>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for TimestampMut<'a>

impl<'a> Sync for TimestampMut<'a>