pub struct RuntimeStamp { /* private fields */ }Expand description
Opaque admission identity for work begun in one runtime session.
Implementations§
Source§impl RuntimeStamp
impl RuntimeStamp
Sourcepub const fn generation(self) -> u64
pub const fn generation(self) -> u64
Runtime generation that admitted this work.
Sourcepub const fn event_sequence(self) -> u64
pub const fn event_sequence(self) -> u64
Admission event sequence.
Trait Implementations§
Source§impl Clone for RuntimeStamp
impl Clone for RuntimeStamp
Source§fn clone(&self) -> RuntimeStamp
fn clone(&self) -> RuntimeStamp
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 RuntimeStamp
Source§impl Debug for RuntimeStamp
impl Debug for RuntimeStamp
impl Eq for RuntimeStamp
Source§impl PartialEq for RuntimeStamp
impl PartialEq for RuntimeStamp
impl StructuralPartialEq for RuntimeStamp
Auto Trait Implementations§
impl Freeze for RuntimeStamp
impl RefUnwindSafe for RuntimeStamp
impl Send for RuntimeStamp
impl Sync for RuntimeStamp
impl Unpin for RuntimeStamp
impl UnsafeUnpin for RuntimeStamp
impl UnwindSafe for RuntimeStamp
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