Enum augdom::testing::Key [−][src]
pub enum Key<'a> {
Enter,
Text(&'a str),
}
Expand description
A keyboard “key” which can be entered.
Variants
The enter key.
Text(&'a str)
A non-modifier key.
Tuple Fields of Text
0: &'a str
Auto Trait Implementations
impl<'a> RefUnwindSafe for Key<'a>
impl<'a> UnwindSafe for Key<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more