pub enum FocusTarget {
Application,
Window,
TextInput,
Browser,
Terminal,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FocusTarget
impl Clone for FocusTarget
Source§fn clone(&self) -> FocusTarget
fn clone(&self) -> FocusTarget
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 FocusTarget
impl Debug for FocusTarget
Source§impl<'de> Deserialize<'de> for FocusTarget
impl<'de> Deserialize<'de> for FocusTarget
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FocusTarget
impl Display for FocusTarget
Source§impl PartialEq for FocusTarget
impl PartialEq for FocusTarget
Source§impl Serialize for FocusTarget
impl Serialize for FocusTarget
impl Copy for FocusTarget
impl Eq for FocusTarget
impl StructuralPartialEq for FocusTarget
Auto Trait Implementations§
impl Freeze for FocusTarget
impl RefUnwindSafe for FocusTarget
impl Send for FocusTarget
impl Sync for FocusTarget
impl Unpin for FocusTarget
impl UnsafeUnpin for FocusTarget
impl UnwindSafe for FocusTarget
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