Enum exact_panic::PanicStyle
source · pub enum PanicStyle {
Debug,
Human,
}Variants§
Trait Implementations§
source§impl Clone for PanicStyle
impl Clone for PanicStyle
source§fn clone(&self) -> PanicStyle
fn clone(&self) -> PanicStyle
Returns a copy 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 Default for PanicStyle
impl Default for PanicStyle
source§impl PartialEq<PanicStyle> for PanicStyle
impl PartialEq<PanicStyle> for PanicStyle
source§fn eq(&self, other: &PanicStyle) -> bool
fn eq(&self, other: &PanicStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.