pub enum PokeChar {
Print(char),
Term,
Unmapped,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for PokeChar
impl Eq for PokeChar
impl StructuralPartialEq for PokeChar
Auto Trait Implementations§
impl Freeze for PokeChar
impl RefUnwindSafe for PokeChar
impl Send for PokeChar
impl Sync for PokeChar
impl Unpin for PokeChar
impl UnwindSafe for PokeChar
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