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