diff --git a/docs/api/implementors/serde/de/trait.Deserialize.js b/docs/api/implementors/serde/de/trait.Deserialize.js index 6b1d75a7..ba37a99a 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 = { -"maplibre":[["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Style"]] +"maplibre":[["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for 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 a0740a8d..57030e55 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 = { -"maplibre":[["impl Serialize for ZoomLevel"],["impl Serialize for WorldTileCoords"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for FillPaint"],["impl Serialize for LinePaint"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for TileAddressingScheme"],["impl Serialize for VectorSource"],["impl Serialize for Source"],["impl Serialize for Style"]] +"maplibre":[["impl Serialize for ZoomLevel"],["impl Serialize for WorldTileCoords"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for FillPaint"],["impl Serialize for LinePaint"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for TileAddressingScheme"],["impl Serialize for VectorSource"],["impl Serialize for Source"],["impl Serialize for 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/benchmarking/tessellation/struct.OverAlignedVertexBuffer.html b/docs/api/maplibre/benchmarking/tessellation/struct.OverAlignedVertexBuffer.html index ee73fb13..cdd5f3f8 100644 --- a/docs/api/maplibre/benchmarking/tessellation/struct.OverAlignedVertexBuffer.html +++ b/docs/api/maplibre/benchmarking/tessellation/struct.OverAlignedVertexBuffer.html @@ -13,6 +13,6 @@ further downcast into Arc<ConcreteType> where Instrumented wrapper. Read moresourceimpl<T, U> Into<U> for Twhere U: From<T>,const: unstable · sourcefn into(self) -> UCalls U::from(self). That is, this conversion is whatever the implementation of From<T> for U chooses to do. -sourceimpl<T> Same<T> for Ttype Output = TShould always be Selfsourceimpl<T> ToOwned for Twhere T: Clone,type Owned = TThe resulting type after obtaining ownership.sourcefn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read moresourcefn clone_into(&self, target: &mut T)Uses borrowed data to replace owned data, usually by cloning. Read moresourceimpl<T, U> TryFrom<U> for Twhere U: Into<T>,type Error = InfallibleThe type returned in the event of a conversion error.const: unstable · sourcefn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>Performs the conversion.sourceimpl<T, U> TryInto<U> for Twhere U: TryFrom<T>,type Error = <U as TryFrom<T>>::ErrorThe type returned in the event of a conversion error.const: unstable · sourcefn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>Performs the conversion.impl<T> Upcast<T> for Tfn upcast(&self) -> Option<&T>sourceimpl<T> WithSubscriber for Tsourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read moresourcefn with_current_subscriber(self) -> WithDispatch<Self>Attaches the current default Subscriber to this type, returning a +sourceimpl<T> Same<T> for Ttype Output = TShould always be Selfsourceimpl<T> ToOwned for Twhere T: Clone,type Owned = TThe resulting type after obtaining ownership.sourcefn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read moresourcefn clone_into(&self, target: &mut T)Uses borrowed data to replace owned data, usually by cloning. Read moresourceimpl<T, U> TryFrom<U> for Twhere U: Into<T>,type Error = InfallibleThe type returned in the event of a conversion error.const: unstable · sourcefn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>Performs the conversion.sourceimpl<T, U> TryInto<U> for Twhere U: TryFrom<T>,type Error = <U as TryFrom<T>>::ErrorThe type returned in the event of a conversion error.const: unstable · sourcefn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>Performs the conversion.impl<T> Upcast<T> for Tfn upcast(&self) -> Option<&T>sourceimpl<T> WithSubscriber for Tsourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read moresourcefn with_current_subscriber(self) -> WithDispatch<Self>Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read moreimpl<G1, G2> Within<G2> for G1where G2: Contains<G1>,fn is_within(&self, b: &G2) -> boolsourceimpl<T> Resource for Twhere T: 'static,
downcast
Arc<ConcreteType>
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
Self
Subscriber
WithDispatch