Enum FocusState
pub enum FocusState {
Unfocused,
Focused,
FocusVisible,
Disabled,
}Expand description
Focus state metadata.
Variants§
Implementations§
§impl FocusState
impl FocusState
Trait Implementations§
§impl Clone for FocusState
impl Clone for FocusState
§fn clone(&self) -> FocusState
fn clone(&self) -> FocusState
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 more§impl Debug for FocusState
impl Debug for FocusState
§impl Hash for FocusState
impl Hash for FocusState
§impl Ord for FocusState
impl Ord for FocusState
§impl PartialEq for FocusState
impl PartialEq for FocusState
§impl PartialOrd for FocusState
impl PartialOrd for FocusState
impl Copy for FocusState
impl Eq for FocusState
impl StructuralPartialEq for FocusState
Auto Trait Implementations§
impl Freeze for FocusState
impl RefUnwindSafe for FocusState
impl Send for FocusState
impl Sync for FocusState
impl Unpin for FocusState
impl UnsafeUnpin for FocusState
impl UnwindSafe for FocusState
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