Enum tui_logger::TuiLoggerLevelOutput
source · pub enum TuiLoggerLevelOutput {
Abbreviated,
Long,
}Expand description
The TuiLoggerWidget shows the logging messages in an endless scrolling view. It is controlled by a TuiWidgetState for selected events.
Variants§
Trait Implementations§
source§impl Clone for TuiLoggerLevelOutput
impl Clone for TuiLoggerLevelOutput
source§fn clone(&self) -> TuiLoggerLevelOutput
fn clone(&self) -> TuiLoggerLevelOutput
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 TuiLoggerLevelOutput
impl Debug for TuiLoggerLevelOutput
source§impl Hash for TuiLoggerLevelOutput
impl Hash for TuiLoggerLevelOutput
source§impl PartialEq<TuiLoggerLevelOutput> for TuiLoggerLevelOutput
impl PartialEq<TuiLoggerLevelOutput> for TuiLoggerLevelOutput
source§fn eq(&self, other: &TuiLoggerLevelOutput) -> bool
fn eq(&self, other: &TuiLoggerLevelOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.