Struct re_ui::CommandPalette
source · pub struct CommandPalette { /* private fields */ }Implementations§
Trait Implementations§
source§impl Default for CommandPalette
impl Default for CommandPalette
source§fn default() -> CommandPalette
fn default() -> CommandPalette
Returns the “default value” for a type. Read more
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