pub struct OperatorId(pub u32);Expand description
Unique identifier for a dataflow operator
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for OperatorId
impl Clone for OperatorId
Source§fn clone(&self) -> OperatorId
fn clone(&self) -> OperatorId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OperatorId
impl Debug for OperatorId
Source§impl Display for OperatorId
impl Display for OperatorId
Source§impl Hash for OperatorId
impl Hash for OperatorId
Source§impl Ord for OperatorId
impl Ord for OperatorId
Source§fn cmp(&self, other: &OperatorId) -> Ordering
fn cmp(&self, other: &OperatorId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OperatorId
impl PartialEq for OperatorId
Source§impl PartialOrd for OperatorId
impl PartialOrd for OperatorId
impl Copy for OperatorId
impl Eq for OperatorId
impl StructuralPartialEq for OperatorId
Auto Trait Implementations§
impl Freeze for OperatorId
impl RefUnwindSafe for OperatorId
impl Send for OperatorId
impl Sync for OperatorId
impl Unpin for OperatorId
impl UnwindSafe for OperatorId
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.