diff --git a/docs/api/maplibre/benchmarking/tessellation/struct.OverAlignedVertexBuffer.html b/docs/api/maplibre/benchmarking/tessellation/struct.OverAlignedVertexBuffer.html index cdd5f3f8..f07fd51d 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 +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