pub enum FocusWrapping {
Yes,
No,
Force,
Workspace,
}Variants§
Yes
Focus will be wrapped to the opposite edge of the container, if there are no other containers in the direction
No
The focused container will retain focus, if there are no other containers in the direction
Force
Focus will be wrapped to the opposite edge of the container, even if there are other containers in the direction
Workspace
Focus will wrap like in the yes case and additionally wrap when moving outside of workspaces boundaries
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FocusWrapping
impl RefUnwindSafe for FocusWrapping
impl Send for FocusWrapping
impl Sync for FocusWrapping
impl Unpin for FocusWrapping
impl UnwindSafe for FocusWrapping
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