pub enum RuntimeLoopRunBinding {
Blocked,
AllocateNew,
UsePrebound,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeLoopRunBinding
impl Clone for RuntimeLoopRunBinding
Source§fn clone(&self) -> RuntimeLoopRunBinding
fn clone(&self) -> RuntimeLoopRunBinding
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 RuntimeLoopRunBinding
Source§impl Debug for RuntimeLoopRunBinding
impl Debug for RuntimeLoopRunBinding
Source§impl Default for RuntimeLoopRunBinding
impl Default for RuntimeLoopRunBinding
Source§fn default() -> RuntimeLoopRunBinding
fn default() -> RuntimeLoopRunBinding
Returns the “default value” for a type. Read more
impl Eq for RuntimeLoopRunBinding
Source§impl Hash for RuntimeLoopRunBinding
impl Hash for RuntimeLoopRunBinding
Source§impl Ord for RuntimeLoopRunBinding
impl Ord for RuntimeLoopRunBinding
Source§fn cmp(&self, other: &RuntimeLoopRunBinding) -> Ordering
fn cmp(&self, other: &RuntimeLoopRunBinding) -> 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 RuntimeLoopRunBinding
impl PartialEq for RuntimeLoopRunBinding
Source§fn eq(&self, other: &RuntimeLoopRunBinding) -> bool
fn eq(&self, other: &RuntimeLoopRunBinding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RuntimeLoopRunBinding
impl PartialOrd for RuntimeLoopRunBinding
impl StructuralPartialEq for RuntimeLoopRunBinding
Auto Trait Implementations§
impl Freeze for RuntimeLoopRunBinding
impl RefUnwindSafe for RuntimeLoopRunBinding
impl Send for RuntimeLoopRunBinding
impl Sync for RuntimeLoopRunBinding
impl Unpin for RuntimeLoopRunBinding
impl UnsafeUnpin for RuntimeLoopRunBinding
impl UnwindSafe for RuntimeLoopRunBinding
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.