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