Struct timely::progress::timestamp::RootTimestamp[][src]

pub struct RootTimestamp;

An empty timestamp used by the root scope.

Methods

impl RootTimestamp
[src]

Constructs a new Product<RootTimestamp,T>.

Trait Implementations

impl Empty for RootTimestamp
[src]

impl Copy for RootTimestamp
[src]

impl Clone for RootTimestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for RootTimestamp
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for RootTimestamp
[src]

impl Ord for RootTimestamp
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialOrd for RootTimestamp
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq for RootTimestamp
[src]

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

This method tests for !=.

impl Default for RootTimestamp
[src]

Returns the "default value" for a type. Read more

impl Timestamp for RootTimestamp
[src]

A type summarizing action on a timestamp along a dataflow path.

impl Debug for RootTimestamp
[src]

Formats the value using the given formatter. Read more

impl PartialOrder for RootTimestamp
[src]

Returns true iff one element is less than or equal to the other.

Returns true iff one element is strictly less than the other.

impl Abomonation for RootTimestamp
[src]

Write any additional information about &self beyond its binary representation. Read more

Recover any information for &mut self not evident from its binary representation. Read more

Reports the number of further bytes required to entomb self.

impl PathSummary<RootTimestamp> for RootSummary
[src]

Advances a timestamp according to the timestamp actions on the path. Read more

Composes this path summary with another path summary. Read more

Auto Trait Implementations