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 !=
.
Auto Trait Implementations
impl<T, U> RefUnwindSafe for DisplayStyle<T, U> where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for DisplayStyle<T, U> where
T: Send,
U: Send,
impl<T, U> Sync for DisplayStyle<T, U> where
T: Sync,
U: Sync,
impl<T, U> Unpin for DisplayStyle<T, U> where
T: Unpin,
U: Unpin,
impl<T, U> UnwindSafe for DisplayStyle<T, U> where
T: UnwindSafe,
U: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.