Enum hyper_scripter::list::DisplayIdentStyle
source ·
[−]pub enum DisplayIdentStyle {
File,
Name,
Normal,
NameAndFile,
}
Variants
File
Name
Normal
NameAndFile
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisplayIdentStyle
impl Send for DisplayIdentStyle
impl Sync for DisplayIdentStyle
impl Unpin for DisplayIdentStyle
impl UnwindSafe for DisplayIdentStyle
Blanket Implementations
Mutably borrows from an owned value. Read more