pub enum ProfileMode {
Seed,
Watch,
}Expand description
Operational mode for the profile.
Variants§
Trait Implementations§
Source§impl Clone for ProfileMode
impl Clone for ProfileMode
Source§fn clone(&self) -> ProfileMode
fn clone(&self) -> ProfileMode
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 ProfileMode
impl Debug for ProfileMode
Source§impl<'de> Deserialize<'de> for ProfileMode
impl<'de> Deserialize<'de> for ProfileMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProfileMode
impl PartialEq for ProfileMode
Source§fn eq(&self, other: &ProfileMode) -> bool
fn eq(&self, other: &ProfileMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProfileMode
impl Serialize for ProfileMode
impl Copy for ProfileMode
impl Eq for ProfileMode
impl StructuralPartialEq for ProfileMode
Auto Trait Implementations§
impl Freeze for ProfileMode
impl RefUnwindSafe for ProfileMode
impl Send for ProfileMode
impl Sync for ProfileMode
impl Unpin for ProfileMode
impl UnsafeUnpin for ProfileMode
impl UnwindSafe for ProfileMode
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