Struct metrics_util::Generation [−][src]
Generation counter.
Used for denoting the generation of a given handle, which is used to provide compare-and-swap deletion semantics i.e. if the generation used to request deletion for a handle is behind the current generation of the handle, then the deletion will not proceed.
Trait Implementations
impl Clone for Generation
[src][+]
impl Debug for Generation
[src][+]
impl PartialEq<Generation> for Generation
[src][+]
impl StructuralPartialEq for Generation
[src]
Auto Trait Implementations
impl RefUnwindSafe for Generation
impl Send for Generation
impl Sync for Generation
impl Unpin for Generation
impl UnwindSafe for Generation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,