Enum i3status_rs::RequestCmd
source · pub enum RequestCmd {
SetWidget(Widget),
UnsetWidget,
SetError(Error),
SetDefaultActions(&'static [(MouseButton, Option<&'static str>, &'static str)]),
}Variants§
SetWidget(Widget)
UnsetWidget
SetError(Error)
SetDefaultActions(&'static [(MouseButton, Option<&'static str>, &'static str)])
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RequestCmd
impl Send for RequestCmd
impl Sync for RequestCmd
impl Unpin for RequestCmd
impl !UnwindSafe for RequestCmd
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