pub struct SetBackgroundOpacityCommand { /* private fields */ }Implementations§
Source§impl SetBackgroundOpacityCommand
impl SetBackgroundOpacityCommand
pub fn new(opacity: f32) -> Self
pub fn match_window(self, spec: impl Into<String>) -> Self
pub fn match_tab(self, spec: impl Into<String>) -> Self
pub fn all(self, value: bool) -> Self
pub fn toggle(self, value: bool) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for SetBackgroundOpacityCommand
impl RefUnwindSafe for SetBackgroundOpacityCommand
impl Send for SetBackgroundOpacityCommand
impl Sync for SetBackgroundOpacityCommand
impl Unpin for SetBackgroundOpacityCommand
impl UnwindSafe for SetBackgroundOpacityCommand
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