Struct terminfo::capability::HasMetaKey [] [src]

pub struct HasMetaKey(pub bool);

Trait Implementations

impl Eq for HasMetaKey
[src]

impl PartialEq for HasMetaKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for HasMetaKey
[src]

impl Clone for HasMetaKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HasMetaKey
[src]

Formats the value using the given formatter.

impl<'a> Capability<'a> for HasMetaKey
[src]

Returns the name of the capability in its long form.

Parse the capability from its raw value.

impl Into<bool> for HasMetaKey
[src]

Performs the conversion.