pub enum AsyncDeterminismProfile {
Random,
Deterministic,
}Expand description
Profile for determinism to be used by async implementation
Variants§
Trait Implementations§
Source§impl Debug for AsyncDeterminismProfile
impl Debug for AsyncDeterminismProfile
Source§impl Default for AsyncDeterminismProfile
impl Default for AsyncDeterminismProfile
Source§fn default() -> AsyncDeterminismProfile
fn default() -> AsyncDeterminismProfile
Returns the “default value” for a type. Read more
Source§impl Display for AsyncDeterminismProfile
impl Display for AsyncDeterminismProfile
impl Eq for AsyncDeterminismProfile
Source§impl PartialEq for AsyncDeterminismProfile
impl PartialEq for AsyncDeterminismProfile
Source§fn eq(&self, other: &AsyncDeterminismProfile) -> bool
fn eq(&self, other: &AsyncDeterminismProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsyncDeterminismProfile
Auto Trait Implementations§
impl Freeze for AsyncDeterminismProfile
impl RefUnwindSafe for AsyncDeterminismProfile
impl Send for AsyncDeterminismProfile
impl Sync for AsyncDeterminismProfile
impl Unpin for AsyncDeterminismProfile
impl UnsafeUnpin for AsyncDeterminismProfile
impl UnwindSafe for AsyncDeterminismProfile
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 Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.