Enum phoner::types::DisplayLevel
source · pub enum DisplayLevel {
ShowAll,
NotesAndFails,
JustFails,
HideAll,
}Expand description
Setting for controlling which items are outputted in PhonerResult::display method
Variants§
ShowAll
Show everything (passes, notes, fails)
NotesAndFails
Show most (notes, fails), but not passes
JustFails
Show only fails, not passes or notes
HideAll
Show nothing: not passes, notes, or fails
Trait Implementations§
source§impl Clone for DisplayLevel
impl Clone for DisplayLevel
source§fn clone(&self) -> DisplayLevel
fn clone(&self) -> DisplayLevel
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 more