pub struct ClockTickIndex(/* private fields */);Expand description
A comparable clock index extracted from a stream Tick.
Implementations§
Trait Implementations§
Source§impl Clone for ClockTickIndex
impl Clone for ClockTickIndex
Source§fn clone(&self) -> ClockTickIndex
fn clone(&self) -> ClockTickIndex
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 moreimpl Copy for ClockTickIndex
Source§impl Debug for ClockTickIndex
impl Debug for ClockTickIndex
impl Eq for ClockTickIndex
Source§impl Hash for ClockTickIndex
impl Hash for ClockTickIndex
Source§impl Ord for ClockTickIndex
impl Ord for ClockTickIndex
Source§fn cmp(&self, other: &ClockTickIndex) -> Ordering
fn cmp(&self, other: &ClockTickIndex) -> 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 ClockTickIndex
impl PartialEq for ClockTickIndex
Source§impl PartialOrd for ClockTickIndex
impl PartialOrd for ClockTickIndex
impl StructuralPartialEq for ClockTickIndex
Auto Trait Implementations§
impl Freeze for ClockTickIndex
impl RefUnwindSafe for ClockTickIndex
impl Send for ClockTickIndex
impl Sync for ClockTickIndex
impl Unpin for ClockTickIndex
impl UnsafeUnpin for ClockTickIndex
impl UnwindSafe for ClockTickIndex
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