pub struct EmojiLookup;
Expand description
Emoji lookup functionality
Implementations§
Auto Trait Implementations§
impl Freeze for EmojiLookup
impl RefUnwindSafe for EmojiLookup
impl Send for EmojiLookup
impl Sync for EmojiLookup
impl Unpin for EmojiLookup
impl UnwindSafe for EmojiLookup
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