pub struct Filter<T = ()> { /* private fields */ }
Implementations§
Source§impl<T: Finalize> Filter<T>
impl<T: Finalize> Filter<T>
pub fn app_id(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn class(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn con_id(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn con_mark(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn floating(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn id(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn instance(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn pid(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn shell(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn tiling(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn title(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn urgent(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn window_role(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn window_type(self, value: impl AsRef<str>) -> Filter<Valid>
pub fn workspace(self, value: impl AsRef<str>) -> Filter<Valid>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Filter<T>
impl<T> RefUnwindSafe for Filter<T>where
T: RefUnwindSafe,
impl<T> Send for Filter<T>where
T: Send,
impl<T> Sync for Filter<T>where
T: Sync,
impl<T> Unpin for Filter<T>where
T: Unpin,
impl<T> UnwindSafe for Filter<T>where
T: UnwindSafe,
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