pub struct CacheEpoch(/* private fields */);Expand description
Version of the conversion policy used to create cached GSYM files.
Incrementing the epoch creates a namespace without reusing artifacts from an older conversion policy.
Implementations§
Trait Implementations§
Source§impl Clone for CacheEpoch
impl Clone for CacheEpoch
Source§fn clone(&self) -> CacheEpoch
fn clone(&self) -> CacheEpoch
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 CacheEpoch
Source§impl Debug for CacheEpoch
impl Debug for CacheEpoch
Source§impl Display for CacheEpoch
impl Display for CacheEpoch
impl Eq for CacheEpoch
Source§impl From<CacheEpoch> for u32
impl From<CacheEpoch> for u32
Source§fn from(epoch: CacheEpoch) -> Self
fn from(epoch: CacheEpoch) -> Self
Converts to this type from the input type.
Source§impl From<u32> for CacheEpoch
impl From<u32> for CacheEpoch
Source§impl Hash for CacheEpoch
impl Hash for CacheEpoch
Source§impl Ord for CacheEpoch
impl Ord for CacheEpoch
Source§fn cmp(&self, other: &CacheEpoch) -> Ordering
fn cmp(&self, other: &CacheEpoch) -> 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 CacheEpoch
impl PartialEq for CacheEpoch
Source§fn eq(&self, other: &CacheEpoch) -> bool
fn eq(&self, other: &CacheEpoch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CacheEpoch
impl PartialOrd for CacheEpoch
impl StructuralPartialEq for CacheEpoch
Auto Trait Implementations§
impl Freeze for CacheEpoch
impl RefUnwindSafe for CacheEpoch
impl Send for CacheEpoch
impl Sync for CacheEpoch
impl Unpin for CacheEpoch
impl UnsafeUnpin for CacheEpoch
impl UnwindSafe for CacheEpoch
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more