Enum fluvio_smartengine::Lookback
source · pub enum Lookback {
Last(u64),
Age {
age: Duration,
last: u64,
},
}Variants§
Trait Implementations§
source§impl PartialEq<Lookback> for Lookback
impl PartialEq<Lookback> for Lookback
impl Copy for Lookback
impl Eq for Lookback
impl StructuralEq for Lookback
impl StructuralPartialEq for Lookback
Auto Trait Implementations§
impl RefUnwindSafe for Lookback
impl Send for Lookback
impl Sync for Lookback
impl Unpin for Lookback
impl UnwindSafe for Lookback
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
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.§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more