pub enum EngineSpawnMode {
Auto,
Always,
Never,
}Variants§
Trait Implementations§
Source§impl Clone for EngineSpawnMode
impl Clone for EngineSpawnMode
Source§fn clone(&self) -> EngineSpawnMode
fn clone(&self) -> EngineSpawnMode
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 EngineSpawnMode
Source§impl Debug for EngineSpawnMode
impl Debug for EngineSpawnMode
Source§impl Default for EngineSpawnMode
impl Default for EngineSpawnMode
Source§fn default() -> EngineSpawnMode
fn default() -> EngineSpawnMode
Returns the “default value” for a type. Read more
impl Eq for EngineSpawnMode
Source§impl PartialEq for EngineSpawnMode
impl PartialEq for EngineSpawnMode
impl StructuralPartialEq for EngineSpawnMode
Auto Trait Implementations§
impl Freeze for EngineSpawnMode
impl RefUnwindSafe for EngineSpawnMode
impl Send for EngineSpawnMode
impl Sync for EngineSpawnMode
impl Unpin for EngineSpawnMode
impl UnsafeUnpin for EngineSpawnMode
impl UnwindSafe for EngineSpawnMode
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> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.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.