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