Enum hyper_scripter::list::DisplayStyle [−][src]
pub enum DisplayStyle<T, U> {
Short(DisplayIdentStyle, U),
Long(T),
}
Variants
Short(DisplayIdentStyle, U)
Tuple Fields of Short
0: DisplayIdentStyle
1: U
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.