pub enum SinceType {
BlockNumber,
EpochNumberWithFraction,
Timestamp,
}Variants§
Trait Implementations§
source§impl PartialEq<SinceType> for SinceType
impl PartialEq<SinceType> for SinceType
impl Copy for SinceType
impl Eq for SinceType
impl StructuralEq for SinceType
impl StructuralPartialEq for SinceType
Auto Trait Implementations§
impl RefUnwindSafe for SinceType
impl Send for SinceType
impl Sync for SinceType
impl Unpin for SinceType
impl UnwindSafe for SinceType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.