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