pub struct NewWindowCommand { /* private fields */ }Implementations§
Source§impl NewWindowCommand
impl NewWindowCommand
Sourcepub fn builder() -> NewWindowCommandBuilder
pub fn builder() -> NewWindowCommandBuilder
Create an instance of NewWindowCommand using the builder syntax
Source§impl NewWindowCommand
impl NewWindowCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewWindowCommand
impl RefUnwindSafe for NewWindowCommand
impl Send for NewWindowCommand
impl Sync for NewWindowCommand
impl Unpin for NewWindowCommand
impl UnwindSafe for NewWindowCommand
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