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