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