Struct command_palette2::CommandPalette
source · pub struct CommandPalette { /* private fields */ }
Trait Implementations§
source§impl FocusableView for CommandPalette
impl FocusableView for CommandPalette
fn focus_handle(&self, cx: &AppContext) -> FocusHandle
source§impl Render for CommandPalette
impl Render for CommandPalette
impl EventEmitter<Manager> for CommandPalette
Auto Trait Implementations§
impl !RefUnwindSafe for CommandPalette
impl Send for CommandPalette
impl Sync for CommandPalette
impl Unpin for CommandPalette
impl !UnwindSafe for CommandPalette
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