pub struct ExecutionGroupId(/* private fields */);Expand description
Stable non-empty identity for one architecture execution group.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionGroupId
impl Clone for ExecutionGroupId
Source§fn clone(&self) -> ExecutionGroupId
fn clone(&self) -> ExecutionGroupId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExecutionGroupId
impl Debug for ExecutionGroupId
Source§impl Display for ExecutionGroupId
impl Display for ExecutionGroupId
impl Eq for ExecutionGroupId
Source§impl Hash for ExecutionGroupId
impl Hash for ExecutionGroupId
Source§impl Ord for ExecutionGroupId
impl Ord for ExecutionGroupId
Source§fn cmp(&self, other: &ExecutionGroupId) -> Ordering
fn cmp(&self, other: &ExecutionGroupId) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ExecutionGroupId
impl PartialEq for ExecutionGroupId
Source§impl PartialOrd for ExecutionGroupId
impl PartialOrd for ExecutionGroupId
impl StructuralPartialEq for ExecutionGroupId
Auto Trait Implementations§
impl Freeze for ExecutionGroupId
impl RefUnwindSafe for ExecutionGroupId
impl Send for ExecutionGroupId
impl Sync for ExecutionGroupId
impl Unpin for ExecutionGroupId
impl UnsafeUnpin for ExecutionGroupId
impl UnwindSafe for ExecutionGroupId
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