Enum term::terminfo::parm::Param
[−]
[src]
pub enum Param { Number(i32), Words(String), }
Types of parameters a capability can use
Variants
Number(i32)
Words(String)
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