pub struct ResizeWindowCommand { /* private fields */ }Implementations§
Source§impl ResizeWindowCommand
impl ResizeWindowCommand
pub fn new() -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn self_window(self, value: bool) -> Self
pub fn increment(self, value: i32) -> Self
pub fn axis(self, value: impl Into<String>) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for ResizeWindowCommand
impl RefUnwindSafe for ResizeWindowCommand
impl Send for ResizeWindowCommand
impl Sync for ResizeWindowCommand
impl Unpin for ResizeWindowCommand
impl UnwindSafe for ResizeWindowCommand
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