pub enum Maps {
NarakaCity,
MonumentValley,
RiftBasin,
Badlands,
GreatErg,
TheMaw,
CrimsonPeak,
NorthPolarCap,
}
Variants§
Trait Implementations§
impl Eq for Maps
impl StructuralPartialEq for Maps
Auto Trait Implementations§
impl Freeze for Maps
impl RefUnwindSafe for Maps
impl Send for Maps
impl Sync for Maps
impl Unpin for Maps
impl UnwindSafe for Maps
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