pub struct FillLayer {
pub id: String,
pub maxzoom: Option<f64>,
pub minzoom: Option<f64>,
pub source: String,
pub filter: Option<Expression<()>>,
pub source_layer: Option<String>,
pub slot: Option<String>,
pub layout: FillLayout,
pub paint: FillPaint,
}Fields§
§id: String§maxzoom: Option<f64>§minzoom: Option<f64>§source: String§filter: Option<Expression<()>>§source_layer: Option<String>§slot: Option<String>§layout: FillLayout§paint: FillPaintImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FillLayer
impl<'de> Deserialize<'de> for FillLayer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FillLayer
impl RefUnwindSafe for FillLayer
impl Send for FillLayer
impl Sync for FillLayer
impl Unpin for FillLayer
impl UnwindSafe for FillLayer
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