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