Enum term::terminfo::parm::Param
[−]
[src]
pub enum Param {
Words(String),
Number(i32),
}Types of parameters a capability can use
Variants
Words(String)Number(i32)Trait Implementations
impl Clone for Param[src]
fn clone(&self) -> Param
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more