pub struct StreamGroupId(pub u8);Expand description
Stream group assigned to a K-clique plan.
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for StreamGroupId
impl Clone for StreamGroupId
Source§fn clone(&self) -> StreamGroupId
fn clone(&self) -> StreamGroupId
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 StreamGroupId
impl Debug for StreamGroupId
Source§impl Hash for StreamGroupId
impl Hash for StreamGroupId
Source§impl Ord for StreamGroupId
impl Ord for StreamGroupId
Source§fn cmp(&self, other: &StreamGroupId) -> Ordering
fn cmp(&self, other: &StreamGroupId) -> 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 StreamGroupId
impl PartialEq for StreamGroupId
Source§impl PartialOrd for StreamGroupId
impl PartialOrd for StreamGroupId
impl Copy for StreamGroupId
impl Eq for StreamGroupId
impl StructuralPartialEq for StreamGroupId
Auto Trait Implementations§
impl Freeze for StreamGroupId
impl RefUnwindSafe for StreamGroupId
impl Send for StreamGroupId
impl Sync for StreamGroupId
impl Unpin for StreamGroupId
impl UnsafeUnpin for StreamGroupId
impl UnwindSafe for StreamGroupId
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> 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