pub enum WindowSearchMode {
ExcludeMinimized,
IncludeMinimized,
}
Variants§
Trait Implementations§
Source§impl Clone for WindowSearchMode
impl Clone for WindowSearchMode
Source§fn clone(&self) -> WindowSearchMode
fn clone(&self) -> WindowSearchMode
Returns a copy 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 WindowSearchMode
impl Debug for WindowSearchMode
Source§impl PartialEq for WindowSearchMode
impl PartialEq for WindowSearchMode
impl Copy for WindowSearchMode
impl Eq for WindowSearchMode
impl StructuralPartialEq for WindowSearchMode
Auto Trait Implementations§
impl Freeze for WindowSearchMode
impl RefUnwindSafe for WindowSearchMode
impl Send for WindowSearchMode
impl Sync for WindowSearchMode
impl Unpin for WindowSearchMode
impl UnwindSafe for WindowSearchMode
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