pub struct SimultaneousGroupId(/* private fields */);Expand description
Stable identity for one equal-onset simultaneous event group.
Implementations§
Trait Implementations§
Source§impl Clone for SimultaneousGroupId
impl Clone for SimultaneousGroupId
Source§fn clone(&self) -> SimultaneousGroupId
fn clone(&self) -> SimultaneousGroupId
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 SimultaneousGroupId
impl Debug for SimultaneousGroupId
Source§impl Display for SimultaneousGroupId
impl Display for SimultaneousGroupId
impl Eq for SimultaneousGroupId
Source§impl Hash for SimultaneousGroupId
impl Hash for SimultaneousGroupId
Source§impl Ord for SimultaneousGroupId
impl Ord for SimultaneousGroupId
Source§fn cmp(&self, other: &SimultaneousGroupId) -> Ordering
fn cmp(&self, other: &SimultaneousGroupId) -> 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
Source§impl PartialEq for SimultaneousGroupId
impl PartialEq for SimultaneousGroupId
Source§impl PartialOrd for SimultaneousGroupId
impl PartialOrd for SimultaneousGroupId
impl StructuralPartialEq for SimultaneousGroupId
Auto Trait Implementations§
impl Freeze for SimultaneousGroupId
impl RefUnwindSafe for SimultaneousGroupId
impl Send for SimultaneousGroupId
impl Sync for SimultaneousGroupId
impl Unpin for SimultaneousGroupId
impl UnsafeUnpin for SimultaneousGroupId
impl UnwindSafe for SimultaneousGroupId
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