Enum pty_proc::shell::device::control::operate::mouse::MouseError
[−]
[src]
pub enum MouseError {
Code(CodeError),
PositionNotFound,
FromStrFail,
Other,
}The enum CodeError defines the possible errors from constructor Code.
Variants
Code(CodeError)The Mouse as meet an error.
PositionNotFoundThere isn't ';' coordinate separator found.
FromStrFailThe number can't get parsed.
OtherIsn't a mouse pattern.
Trait Implementations
impl Clone for MouseError[src]
fn clone(&self) -> MouseError[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 MouseError[src]
impl Debug for MouseError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for MouseError[src]
fn fmt(&self, _: &mut Formatter) -> Result[src]
The function fmt formats the value using the given formatter.