pub enum MapboxStyle {
Show 14 variants
CartoDarkMatter,
CartoPositron,
OpenStreetMap,
StamenTerrain,
StamenToner,
StamenWatercolor,
WhiteBg,
Basic,
Streets,
Outdoors,
Light,
Dark,
Satellite,
SatelliteStreets,
}
Variants§
CartoDarkMatter
CartoPositron
OpenStreetMap
StamenTerrain
StamenToner
StamenWatercolor
WhiteBg
Basic
Streets
Outdoors
Light
Dark
Satellite
SatelliteStreets
Trait Implementations§
Source§impl Clone for MapboxStyle
impl Clone for MapboxStyle
Source§fn clone(&self) -> MapboxStyle
fn clone(&self) -> MapboxStyle
Returns a copy 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 MapboxStyle
impl Debug for MapboxStyle
Auto Trait Implementations§
impl Freeze for MapboxStyle
impl RefUnwindSafe for MapboxStyle
impl Send for MapboxStyle
impl Sync for MapboxStyle
impl Unpin for MapboxStyle
impl UnwindSafe for MapboxStyle
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