pub struct TrackingEventId { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TrackingEventId
impl Clone for TrackingEventId
Source§fn clone(&self) -> TrackingEventId
fn clone(&self) -> TrackingEventId
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 TrackingEventId
impl Debug for TrackingEventId
Source§impl Hash for TrackingEventId
impl Hash for TrackingEventId
Source§impl Ord for TrackingEventId
impl Ord for TrackingEventId
Source§fn cmp(&self, other: &TrackingEventId) -> Ordering
fn cmp(&self, other: &TrackingEventId) -> 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 TrackingEventId
impl PartialEq for TrackingEventId
Source§fn eq(&self, other: &TrackingEventId) -> bool
fn eq(&self, other: &TrackingEventId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TrackingEventId
impl PartialOrd for TrackingEventId
impl Copy for TrackingEventId
impl Eq for TrackingEventId
impl StructuralPartialEq for TrackingEventId
Auto Trait Implementations§
impl Freeze for TrackingEventId
impl RefUnwindSafe for TrackingEventId
impl Send for TrackingEventId
impl Sync for TrackingEventId
impl Unpin for TrackingEventId
impl UnsafeUnpin for TrackingEventId
impl UnwindSafe for TrackingEventId
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