[−][src]Struct declarative_dataflow::timestamp::altneu::AltNeu
A pair of timestamps, partially ordered by the product order.
Fields
time: TInner timestamp.
neu: boolalt < neu in timestamp comparisons.
Methods
impl<T> AltNeu<T>[src]
pub fn alt(time: T) -> Self[src]
Wraps a time in Alt.
pub fn neu(time: T) -> Self[src]
Wraps a time in Neu.
Trait Implementations
impl<T: PartialOrd> PartialOrd<AltNeu<T>> for AltNeu<T>[src]
fn partial_cmp(&self, other: &AltNeu<T>) -> Option<Ordering>[src]
fn lt(&self, other: &AltNeu<T>) -> bool[src]
fn le(&self, other: &AltNeu<T>) -> bool[src]
fn gt(&self, other: &AltNeu<T>) -> bool[src]
fn ge(&self, other: &AltNeu<T>) -> bool[src]
impl<T: PartialEq> PartialEq<AltNeu<T>> for AltNeu<T>[src]
impl<T: Default> Default for AltNeu<T>[src]
impl<T: Clone> Clone for AltNeu<T>[src]
fn clone(&self) -> AltNeu<T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<T: Ord> Ord for AltNeu<T>[src]
fn cmp(&self, other: &AltNeu<T>) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
clamp)Returns max if self is greater than max, and min if self is less than min. Otherwise this will return self. Panics if min > max. Read more
impl<T: Eq> Eq for AltNeu<T>[src]
impl<T: Debug> Debug for AltNeu<T>[src]
impl<T: Hash> Hash for AltNeu<T>[src]
fn hash<__HT: Hasher>(&self, state: &mut __HT)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl<T: Timestamp> Refines<T> for AltNeu<T>[src]
fn to_inner(other: T) -> Self[src]
fn to_outer(self: AltNeu<T>) -> T[src]
fn summarize(_path: ()) -> <T as Timestamp>::Summary[src]
impl<T: PartialOrder> PartialOrder for AltNeu<T>[src]
fn less_equal(&self, other: &Self) -> bool[src]
fn less_than(&self, other: &Self) -> bool[src]
Returns true iff one element is strictly less than the other.
impl<T: Timestamp> Timestamp for AltNeu<T>[src]
impl<T: Timestamp> PathSummary<AltNeu<T>> for ()[src]
fn results_in(&self, timestamp: &AltNeu<T>) -> Option<AltNeu<T>>[src]
fn followed_by(&self, other: &Self) -> Option<Self>[src]
impl<T> Serialize for AltNeu<T> where
T: Serialize, [src]
T: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de, T> Deserialize<'de> for AltNeu<T> where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<T: Lattice> Lattice for AltNeu<T>[src]
fn minimum() -> Self[src]
fn join(&self, other: &Self) -> Self[src]
fn meet(&self, other: &Self) -> Self[src]
fn join_assign(&mut self, other: &Self)[src]
Updates self to the smallest element greater than or equal to both arguments. Read more
fn meet_assign(&mut self, other: &Self)[src]
Updates self to the largest element less than or equal to both arguments. Read more
fn advance_by(&mut self, frontier: &[Self])[src]
Advances self to the largest time indistinguishable under frontier. Read more
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Data for T where
T: 'static + Send + Sync + Any + Deserialize<'a> + Serialize,
T: 'static + Send + Sync + Any + Deserialize<'a> + Serialize,
impl<T> Refines for T where
T: Timestamp, [src]
T: Timestamp,
fn to_inner(other: T) -> T[src]
fn to_outer(self) -> T[src]
fn summarize(path: <T as Timestamp>::Summary) -> <T as Timestamp>::Summary[src]
impl<T> Data for T where
T: 'static + Clone, [src]
T: 'static + Clone,
impl<T> ExchangeData for T where
T: Data + Data, [src]
T: Data + Data,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Data for T where
T: Ord + Debug + ExchangeData, [src]
T: Ord + Debug + ExchangeData,
impl<T> Hashable for T where
T: Hash, [src]
T: Hash,