pub struct BuiltInAction {
pub id: &'static str,
pub title: &'static str,
pub subtitle: &'static str,
pub keywords: &'static [&'static str],
}Fields§
§id: &'static str§title: &'static str§subtitle: &'static str§keywords: &'static [&'static str]Trait Implementations§
Source§impl Clone for BuiltInAction
impl Clone for BuiltInAction
Source§fn clone(&self) -> BuiltInAction
fn clone(&self) -> BuiltInAction
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 moreSource§impl Debug for BuiltInAction
impl Debug for BuiltInAction
impl Copy for BuiltInAction
Auto Trait Implementations§
impl Freeze for BuiltInAction
impl RefUnwindSafe for BuiltInAction
impl Send for BuiltInAction
impl Sync for BuiltInAction
impl Unpin for BuiltInAction
impl UnsafeUnpin for BuiltInAction
impl UnwindSafe for BuiltInAction
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