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