enum RuntimeFlavor {
CurrentThread,
Threaded,
}
Variants§
Implementations§
source§impl RuntimeFlavor
impl RuntimeFlavor
Trait Implementations§
source§impl Clone for RuntimeFlavor
impl Clone for RuntimeFlavor
source§fn clone(&self) -> RuntimeFlavor
fn clone(&self) -> RuntimeFlavor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq for RuntimeFlavor
impl PartialEq for RuntimeFlavor
impl Copy for RuntimeFlavor
impl StructuralPartialEq for RuntimeFlavor
Auto Trait Implementations§
impl Freeze for RuntimeFlavor
impl RefUnwindSafe for RuntimeFlavor
impl Send for RuntimeFlavor
impl Sync for RuntimeFlavor
impl Unpin for RuntimeFlavor
impl UnwindSafe for RuntimeFlavor
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)