pub struct Gmocli<'a> {
pub emoji: &'a str,
pub name: &'a str,
pub category_name: &'a str,
pub subcategory_name: &'a str,
pub en_keywords: &'a str,
pub en_tts_description: &'a str,
pub gitmoji_description: &'a str,
}
Fields§
§emoji: &'a str
§name: &'a str
§category_name: &'a str
§subcategory_name: &'a str
§en_keywords: &'a str
§en_tts_description: &'a str
§gitmoji_description: &'a str
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Gmocli<'a>
impl<'a> Send for Gmocli<'a>
impl<'a> Sync for Gmocli<'a>
impl<'a> Unpin for Gmocli<'a>
impl<'a> UnwindSafe for Gmocli<'a>
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