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