pub enum MapResolution {
Low,
High,
}Variants§
Trait Implementations§
Source§impl Clone for MapResolution
impl Clone for MapResolution
Source§fn clone(&self) -> MapResolution
fn clone(&self) -> MapResolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MapResolution
impl Debug for MapResolution
impl Copy for MapResolution
Auto Trait Implementations§
impl Freeze for MapResolution
impl RefUnwindSafe for MapResolution
impl Send for MapResolution
impl Sync for MapResolution
impl Unpin for MapResolution
impl UnwindSafe for MapResolution
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