pub enum EmojiCat {
EC_Any,
EC_Extended_Pictographic,
}
Variants§
Trait Implementations§
impl Copy for EmojiCat
impl Eq for EmojiCat
impl StructuralPartialEq for EmojiCat
Auto Trait Implementations§
impl Freeze for EmojiCat
impl RefUnwindSafe for EmojiCat
impl Send for EmojiCat
impl Sync for EmojiCat
impl Unpin for EmojiCat
impl UnwindSafe for EmojiCat
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