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