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