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

pub struct RootTimestamp;

An empty timestamp used by the root scope.

Methods

impl RootTimestamp
[src]

[src]

Constructs a new Product<RootTimestamp,T>.

Trait Implementations

impl Empty for RootTimestamp
[src]

impl Copy for RootTimestamp
[src]

impl Clone for RootTimestamp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for RootTimestamp
[src]

[src]

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

1.3.0
[src]

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

impl Eq for RootTimestamp
[src]

impl Ord for RootTimestamp
[src]

[src]

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

[src]

🔬 This is a nightly-only experimental API. (ord_max_min)

Compares and returns the maximum of two values. Read more

[src]

🔬 This is a nightly-only experimental API. (ord_max_min)

Compares and returns the minimum of two values. Read more

impl PartialOrd for RootTimestamp
[src]

[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for RootTimestamp
[src]

[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]

[src]

Formats the value using the given formatter.

impl PartialOrder for RootTimestamp
[src]

[src]

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

[src]

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

impl Abomonation for RootTimestamp
[src]

[src]

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

[src]

Perform any final edits before committing &mut self. Importantly, this method should only manipulate the fields of self; any owned memory may not be valid. Read more

[src]

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