pub struct NoopGlobalShortcutService;Expand description
Does nothing. For headless runs, CLI builds and tests.
Trait Implementations§
Source§impl Clone for NoopGlobalShortcutService
impl Clone for NoopGlobalShortcutService
Source§fn clone(&self) -> NoopGlobalShortcutService
fn clone(&self) -> NoopGlobalShortcutService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoopGlobalShortcutService
Source§impl Debug for NoopGlobalShortcutService
impl Debug for NoopGlobalShortcutService
Source§impl Default for NoopGlobalShortcutService
impl Default for NoopGlobalShortcutService
Source§fn default() -> NoopGlobalShortcutService
fn default() -> NoopGlobalShortcutService
Returns the “default value” for a type. Read more
Source§impl GlobalShortcutService for NoopGlobalShortcutService
impl GlobalShortcutService for NoopGlobalShortcutService
Auto Trait Implementations§
impl Freeze for NoopGlobalShortcutService
impl RefUnwindSafe for NoopGlobalShortcutService
impl Send for NoopGlobalShortcutService
impl Sync for NoopGlobalShortcutService
impl Unpin for NoopGlobalShortcutService
impl UnsafeUnpin for NoopGlobalShortcutService
impl UnwindSafe for NoopGlobalShortcutService
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