Struct differential_dataflow::trace::implementations::Preferred
source · pub struct Preferred<K: ?Sized, V: ?Sized, T, D> { /* private fields */ }
Expand description
An update and layout description based on preferred containers.
Trait Implementations§
source§impl<K, V, T, D> Layout for Preferred<K, V, T, D>
impl<K, V, T, D> Layout for Preferred<K, V, T, D>
§type KeyContainer = <K as PreferredContainer>::Container
type KeyContainer = <K as PreferredContainer>::Container
Container for update keys.
§type ValContainer = <V as PreferredContainer>::Container
type ValContainer = <V as PreferredContainer>::Container
Container for update vals.
§type TimeContainer = Vec<T>
type TimeContainer = Vec<T>
Container for times.
§type DiffContainer = Vec<D>
type DiffContainer = Vec<D>
Container for diffs.
§type OffsetContainer = OffsetList
type OffsetContainer = OffsetList
Container for offsets.
Auto Trait Implementations§
impl<K, V, T, D> Freeze for Preferred<K, V, T, D>
impl<K, V, T, D> RefUnwindSafe for Preferred<K, V, T, D>
impl<K, V, T, D> Send for Preferred<K, V, T, D>
impl<K, V, T, D> Sync for Preferred<K, V, T, D>
impl<K, V, T, D> Unpin for Preferred<K, V, T, D>
impl<K, V, T, D> UnwindSafe for Preferred<K, V, T, D>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.