pub struct CliHotkeyServerGuard { /* private fields */ }Expand description
Guard that keeps the CLI hotkey server alive and removes the discovery file when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CliHotkeyServerGuard
impl RefUnwindSafe for CliHotkeyServerGuard
impl Send for CliHotkeyServerGuard
impl Sync for CliHotkeyServerGuard
impl Unpin for CliHotkeyServerGuard
impl UnwindSafe for CliHotkeyServerGuard
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