Enum python_packaging::interpreter::TerminfoResolution [−][src]
pub enum TerminfoResolution {
Dynamic,
None,
Static(String),
}Expand description
Defines `terminfo`` database resolution semantics.
Variants
Resolve terminfo database using appropriate behavior for current OS.
Do not attempt to resolve the terminfo database. Basically a no-op.
Static(String)Use a specified string as the TERMINFO_DIRS value.
Tuple Fields of Static
0: StringTrait Implementations
Performs the conversion.
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 RefUnwindSafe for TerminfoResolution
impl Send for TerminfoResolution
impl Sync for TerminfoResolution
impl Unpin for TerminfoResolution
impl UnwindSafe for TerminfoResolution
Blanket Implementations
Mutably borrows from an owned value. Read more