pub enum FocusCommand {
SelectPrev,
SelectNext,
Descend,
Back,
Overview,
ZoomIn,
ZoomOut,
}Variants§
Trait Implementations§
Source§impl Clone for FocusCommand
impl Clone for FocusCommand
Source§fn clone(&self) -> FocusCommand
fn clone(&self) -> FocusCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FocusCommand
Source§impl Debug for FocusCommand
impl Debug for FocusCommand
impl Eq for FocusCommand
Source§impl PartialEq for FocusCommand
impl PartialEq for FocusCommand
impl StructuralPartialEq for FocusCommand
Auto Trait Implementations§
impl Freeze for FocusCommand
impl RefUnwindSafe for FocusCommand
impl Send for FocusCommand
impl Sync for FocusCommand
impl Unpin for FocusCommand
impl UnsafeUnpin for FocusCommand
impl UnwindSafe for FocusCommand
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