pub enum Enterkeyhint {
Enter,
Done,
Go,
Next,
Previous,
Search,
Send,
}Expand description
Create (or replace) an enterkeyhint attribute
(MDN).
Variants§
Enter
The value "enter".
Done
The value "done".
Go
The value "go".
Next
The value "next".
Previous
The value "previous".
Search
The value "search".
Send
The value "send".
Trait Implementations§
Source§impl Clone for Enterkeyhint
impl Clone for Enterkeyhint
Source§fn clone(&self) -> Enterkeyhint
fn clone(&self) -> Enterkeyhint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Enterkeyhint
impl Debug for Enterkeyhint
Source§impl Display for Enterkeyhint
impl Display for Enterkeyhint
Source§impl ElementComponent for Enterkeyhint
impl ElementComponent for Enterkeyhint
Source§fn add_to_element(self, element: &mut Element)
fn add_to_element(self, element: &mut Element)
Add a component to an element, consuming the component in the process.
Source§impl PartialEq for Enterkeyhint
impl PartialEq for Enterkeyhint
impl Copy for Enterkeyhint
impl Eq for Enterkeyhint
impl StructuralPartialEq for Enterkeyhint
Auto Trait Implementations§
impl Freeze for Enterkeyhint
impl RefUnwindSafe for Enterkeyhint
impl Send for Enterkeyhint
impl Sync for Enterkeyhint
impl Unpin for Enterkeyhint
impl UnwindSafe for Enterkeyhint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more