pub struct ResizeOSWindowCommand { /* private fields */ }Implementations§
Source§impl ResizeOSWindowCommand
impl ResizeOSWindowCommand
Sourcepub fn builder() -> ResizeOSWindowCommandBuilder
pub fn builder() -> ResizeOSWindowCommandBuilder
Create an instance of ResizeOSWindowCommand using the builder syntax
Source§impl ResizeOSWindowCommand
impl ResizeOSWindowCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
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