diff --git a/docs/api/implementors/serde/de/trait.Deserialize.js b/docs/api/implementors/serde/de/trait.Deserialize.js index c94f9d0c..89232843 100644 --- a/docs/api/implementors/serde/de/trait.Deserialize.js +++ b/docs/api/implementors/serde/de/trait.Deserialize.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["maplibre"] = [{"text":"impl<'de> Deserialize<'de> for BackgroundPaint","synthetic":false,"types":["maplibre::style::layer::BackgroundPaint"]},{"text":"impl<'de> Deserialize<'de> for FillPaint","synthetic":false,"types":["maplibre::style::layer::FillPaint"]},{"text":"impl<'de> Deserialize<'de> for LinePaint","synthetic":false,"types":["maplibre::style::layer::LinePaint"]},{"text":"impl<'de> Deserialize<'de> for LayerPaint","synthetic":false,"types":["maplibre::style::layer::LayerPaint"]},{"text":"impl<'de> Deserialize<'de> for StyleLayer","synthetic":false,"types":["maplibre::style::layer::StyleLayer"]},{"text":"impl<'de> Deserialize<'de> for TileAddressingScheme","synthetic":false,"types":["maplibre::style::source::TileAddressingScheme"]},{"text":"impl<'de> Deserialize<'de> for VectorSource","synthetic":false,"types":["maplibre::style::source::VectorSource"]},{"text":"impl<'de> Deserialize<'de> for Source","synthetic":false,"types":["maplibre::style::source::Source"]},{"text":"impl<'de> Deserialize<'de> for Style","synthetic":false,"types":["maplibre::style::style::Style"]}]; +implementors["maplibre"] = [{"text":"impl<'de> Deserialize<'de> for BackgroundPaint","synthetic":false,"types":["maplibre::style::layer::BackgroundPaint"]},{"text":"impl<'de> Deserialize<'de> for FillPaint","synthetic":false,"types":["maplibre::style::layer::FillPaint"]},{"text":"impl<'de> Deserialize<'de> for LinePaint","synthetic":false,"types":["maplibre::style::layer::LinePaint"]},{"text":"impl<'de> Deserialize<'de> for LayerPaint","synthetic":false,"types":["maplibre::style::layer::LayerPaint"]},{"text":"impl<'de> Deserialize<'de> for StyleLayer","synthetic":false,"types":["maplibre::style::layer::StyleLayer"]},{"text":"impl<'de> Deserialize<'de> for TileAddressingScheme","synthetic":false,"types":["maplibre::style::source::TileAddressingScheme"]},{"text":"impl<'de> Deserialize<'de> for VectorSource","synthetic":false,"types":["maplibre::style::source::VectorSource"]},{"text":"impl<'de> Deserialize<'de> for Source","synthetic":false,"types":["maplibre::style::source::Source"]},{"text":"impl<'de> Deserialize<'de> for Style","synthetic":false,"types":["maplibre::style::style::Style"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/docs/api/implementors/serde/ser/trait.Serialize.js b/docs/api/implementors/serde/ser/trait.Serialize.js index ad1fdafc..b5377bbc 100644 --- a/docs/api/implementors/serde/ser/trait.Serialize.js +++ b/docs/api/implementors/serde/ser/trait.Serialize.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["maplibre"] = [{"text":"impl Serialize for BackgroundPaint","synthetic":false,"types":["maplibre::style::layer::BackgroundPaint"]},{"text":"impl Serialize for FillPaint","synthetic":false,"types":["maplibre::style::layer::FillPaint"]},{"text":"impl Serialize for LinePaint","synthetic":false,"types":["maplibre::style::layer::LinePaint"]},{"text":"impl Serialize for LayerPaint","synthetic":false,"types":["maplibre::style::layer::LayerPaint"]},{"text":"impl Serialize for StyleLayer","synthetic":false,"types":["maplibre::style::layer::StyleLayer"]},{"text":"impl Serialize for TileAddressingScheme","synthetic":false,"types":["maplibre::style::source::TileAddressingScheme"]},{"text":"impl Serialize for VectorSource","synthetic":false,"types":["maplibre::style::source::VectorSource"]},{"text":"impl Serialize for Source","synthetic":false,"types":["maplibre::style::source::Source"]},{"text":"impl Serialize for Style","synthetic":false,"types":["maplibre::style::style::Style"]}]; +implementors["maplibre"] = [{"text":"impl Serialize for BackgroundPaint","synthetic":false,"types":["maplibre::style::layer::BackgroundPaint"]},{"text":"impl Serialize for FillPaint","synthetic":false,"types":["maplibre::style::layer::FillPaint"]},{"text":"impl Serialize for LinePaint","synthetic":false,"types":["maplibre::style::layer::LinePaint"]},{"text":"impl Serialize for LayerPaint","synthetic":false,"types":["maplibre::style::layer::LayerPaint"]},{"text":"impl Serialize for StyleLayer","synthetic":false,"types":["maplibre::style::layer::StyleLayer"]},{"text":"impl Serialize for TileAddressingScheme","synthetic":false,"types":["maplibre::style::source::TileAddressingScheme"]},{"text":"impl Serialize for VectorSource","synthetic":false,"types":["maplibre::style::source::VectorSource"]},{"text":"impl Serialize for Source","synthetic":false,"types":["maplibre::style::source::Source"]},{"text":"impl Serialize for Style","synthetic":false,"types":["maplibre::style::style::Style"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html index 85e9c181..1de8b6ee 100644 --- a/docs/api/maplibre/style/layer/enum.LayerPaint.html +++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html @@ -12,8 +12,8 @@
Background(BackgroundPaint)Line(LinePaint)Fill(FillPaint)Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Deserialize this value from the given Serde deserializer. Read more
-Deserialize this value from the given Serde deserializer. Read more
+Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more