pub enum DebugSetting {
None = 0,
Lines = 1,
Full = 2,
}Expand description
Verbosity of debug info in a Profile
Variants§
Trait Implementations§
Source§impl Clone for DebugSetting
impl Clone for DebugSetting
Source§fn clone(&self) -> DebugSetting
fn clone(&self) -> DebugSetting
Returns a duplicate 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 Debug for DebugSetting
impl Debug for DebugSetting
Source§impl<'de> Deserialize<'de> for DebugSetting
impl<'de> Deserialize<'de> for DebugSetting
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 Ord for DebugSetting
impl Ord for DebugSetting
Source§fn cmp(&self, other: &DebugSetting) -> Ordering
fn cmp(&self, other: &DebugSetting) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DebugSetting
impl PartialEq for DebugSetting
Source§impl PartialOrd for DebugSetting
impl PartialOrd for DebugSetting
Source§impl Serialize for DebugSetting
impl Serialize for DebugSetting
Source§impl TryFrom<Value> for DebugSetting
impl TryFrom<Value> for DebugSetting
impl Copy for DebugSetting
impl Eq for DebugSetting
impl StructuralPartialEq for DebugSetting
Auto Trait Implementations§
impl Freeze for DebugSetting
impl RefUnwindSafe for DebugSetting
impl Send for DebugSetting
impl Sync for DebugSetting
impl Unpin for DebugSetting
impl UnwindSafe for DebugSetting
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