Enum pty_proc::shell::device::control::operate::mouse::code::CodeError
[−]
[src]
pub enum CodeError { NotImplemented, }
The enum CodeError
defines the possible errors from constructor Code.
Variants
NotImplemented
The pattern isn't defined.
Trait Implementations
impl Clone for CodeError
[src]
fn clone(&self) -> CodeError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for CodeError
[src]
impl Debug for CodeError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Display for CodeError
[src]
fn fmt(&self, _: &mut Formatter) -> Result
[src]
The function fmt
formats the value using the given formatter.