pub enum FormatSetting {
Pretty,
Terse,
Json,
}
Expand description
Possible values for the --format
option.
Variants§
Pretty
One line per test. Output for humans. (default)
Terse
One character per test. Usefull for test suites with many tests.
Json
Json output
Trait Implementations§
source§impl Clone for FormatSetting
impl Clone for FormatSetting
source§fn clone(&self) -> FormatSetting
fn clone(&self) -> FormatSetting
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 Debug for FormatSetting
impl Debug for FormatSetting
source§impl Default for FormatSetting
impl Default for FormatSetting
source§impl PartialEq for FormatSetting
impl PartialEq for FormatSetting
source§impl ValueEnum for FormatSetting
impl ValueEnum for FormatSetting
impl Copy for FormatSetting
impl Eq for FormatSetting
impl StructuralPartialEq for FormatSetting
Auto Trait Implementations§
impl Freeze for FormatSetting
impl RefUnwindSafe for FormatSetting
impl Send for FormatSetting
impl Sync for FormatSetting
impl Unpin for FormatSetting
impl UnwindSafe for FormatSetting
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)