pub enum RuntimeThreading {
ThreadPerCore,
HostedTokio,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeThreading
impl Clone for RuntimeThreading
Source§fn clone(&self) -> RuntimeThreading
fn clone(&self) -> RuntimeThreading
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 moreSource§impl Debug for RuntimeThreading
impl Debug for RuntimeThreading
Source§impl PartialEq for RuntimeThreading
impl PartialEq for RuntimeThreading
Source§fn eq(&self, other: &RuntimeThreading) -> bool
fn eq(&self, other: &RuntimeThreading) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RuntimeThreading
impl Eq for RuntimeThreading
impl StructuralPartialEq for RuntimeThreading
Auto Trait Implementations§
impl Freeze for RuntimeThreading
impl RefUnwindSafe for RuntimeThreading
impl Send for RuntimeThreading
impl Sync for RuntimeThreading
impl Unpin for RuntimeThreading
impl UnsafeUnpin for RuntimeThreading
impl UnwindSafe for RuntimeThreading
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