Enum tile_grid::ZoomLevelStrategy
source · pub enum ZoomLevelStrategy {
Lower,
Upper,
Auto,
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ZoomLevelStrategy
impl Send for ZoomLevelStrategy
impl Sync for ZoomLevelStrategy
impl Unpin for ZoomLevelStrategy
impl UnwindSafe for ZoomLevelStrategy
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