pub enum Language {
Curse,
Demonic,
Elven,
Эльфийский,
Fantasy,
Фантазия,
Goblin,
Гоблин,
Roman,
Римский,
}Variants§
Implementations§
Trait Implementations§
Source§impl Distribution<Language> for Standard
impl Distribution<Language> for Standard
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl Freeze for Language
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnwindSafe for Language
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