Struct timely::progress::timestamp::RootTimestamp [−][src]
pub struct RootTimestamp;
An empty timestamp used by the root scope.
Methods
impl RootTimestamp[src]
impl RootTimestamppub fn new<T: Timestamp>(t: T) -> Product<RootTimestamp, T>[src]
pub fn new<T: Timestamp>(t: T) -> Product<RootTimestamp, T>Constructs a new Product<RootTimestamp,T>.
Trait Implementations
impl Empty for RootTimestamp[src]
impl Empty for RootTimestampimpl Copy for RootTimestamp[src]
impl Copy for RootTimestampimpl Clone for RootTimestamp[src]
impl Clone for RootTimestampfn clone(&self) -> RootTimestamp[src]
fn clone(&self) -> RootTimestampReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Hash for RootTimestamp[src]
impl Hash for RootTimestampfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for RootTimestamp[src]
impl Eq for RootTimestampimpl Ord for RootTimestamp[src]
impl Ord for RootTimestampfn cmp(&self, other: &RootTimestamp) -> Ordering[src]
fn cmp(&self, other: &RootTimestamp) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for RootTimestamp[src]
impl PartialOrd for RootTimestampfn partial_cmp(&self, other: &RootTimestamp) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &RootTimestamp) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq for RootTimestamp[src]
impl PartialEq for RootTimestampfn eq(&self, other: &RootTimestamp) -> bool[src]
fn eq(&self, other: &RootTimestamp) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Default for RootTimestamp[src]
impl Default for RootTimestampfn default() -> RootTimestamp[src]
fn default() -> RootTimestampReturns the "default value" for a type. Read more
impl Timestamp for RootTimestamp[src]
impl Timestamp for RootTimestamptype Summary = RootSummary
A type summarizing action on a timestamp along a dataflow path.
impl Debug for RootTimestamp[src]
impl Debug for RootTimestampfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl PartialOrder for RootTimestamp[src]
impl PartialOrder for RootTimestampfn less_equal(&self, _other: &Self) -> bool[src]
fn less_equal(&self, _other: &Self) -> boolReturns true iff one element is less than or equal to the other.
fn less_than(&self, other: &Self) -> bool[src]
fn less_than(&self, other: &Self) -> boolReturns true iff one element is strictly less than the other.
impl Abomonation for RootTimestamp[src]
impl Abomonation for RootTimestampunsafe fn entomb<W>(&self, _write: &mut W) -> Result<(), Error> where
W: Write, [src]
unsafe fn entomb<W>(&self, _write: &mut W) -> Result<(), Error> where
W: Write, Write any additional information about &self beyond its binary representation. Read more
unsafe fn exhume(&'a mut self, bytes: &'b mut [u8]) -> Option<&'b mut [u8]>[src]
unsafe fn exhume(&'a mut self, bytes: &'b mut [u8]) -> Option<&'b mut [u8]>Recover any information for &mut self not evident from its binary representation. Read more
fn extent(&self) -> usize[src]
fn extent(&self) -> usizeReports the number of further bytes required to entomb self.
impl PathSummary<RootTimestamp> for RootSummary[src]
impl PathSummary<RootTimestamp> for RootSummaryfn results_in(&self, _: &RootTimestamp) -> Option<RootTimestamp>[src]
fn results_in(&self, _: &RootTimestamp) -> Option<RootTimestamp>Advances a timestamp according to the timestamp actions on the path. Read more
fn followed_by(&self, _: &RootSummary) -> Option<RootSummary>[src]
fn followed_by(&self, _: &RootSummary) -> Option<RootSummary>Composes this path summary with another path summary. Read more
Auto Trait Implementations
impl Send for RootTimestamp
impl Send for RootTimestampimpl Sync for RootTimestamp
impl Sync for RootTimestamp