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