From 6a8382a8fe9659b63988a85ede596fb6f63c3188 Mon Sep 17 00:00:00 2001 From: maxammann Date: Fri, 16 Aug 2024 03:04:11 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20maplibre?= =?UTF-8?q?/maplibre-rs@c3201f79e085106d78e079c7b96c0422a8264f39=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/maplibre/coords/struct.LatLon.html | 2 +- docs/api/maplibre/coords/struct.TileCoords.html | 2 +- docs/api/maplibre/coords/struct.WorldCoords.html | 2 +- docs/api/maplibre/coords/struct.WorldTileCoords.html | 12 ++++++------ docs/api/maplibre/coords/struct.Zoom.html | 2 +- docs/api/maplibre/coords/struct.ZoomLevel.html | 12 ++++++------ .../environment/struct.OffscreenKernelConfig.html | 10 +++++----- .../api/maplibre/event_loop/enum.SendEventError.html | 2 +- .../maplibre/event_loop/struct.EventLoopError.html | 2 +- docs/api/maplibre/io/apc/enum.CallError.html | 2 +- docs/api/maplibre/io/apc/enum.Input.html | 10 +++++----- .../maplibre/io/scheduler/enum.ScheduleError.html | 2 +- .../io/source_client/struct.SourceFetchError.html | 2 +- .../process_raster/enum.ProcessRasterError.html | 2 +- docs/api/maplibre/render/error/enum.RenderError.html | 2 +- .../render/graph/context/enum.OutputSlotError.html | 2 +- .../render/graph/context/enum.RunSubGraphError.html | 2 +- docs/api/maplibre/render/graph/enum.NodeLabel.html | 2 +- .../api/maplibre/render/graph/enum.NodeRunError.html | 2 +- .../maplibre/render/graph/enum.OutputSlotError.html | 2 +- .../maplibre/render/graph/enum.RunSubGraphError.html | 2 +- docs/api/maplibre/render/graph/enum.SlotLabel.html | 2 +- docs/api/maplibre/render/graph/enum.SlotValue.html | 2 +- .../maplibre/render/graph/node/enum.NodeLabel.html | 2 +- .../render/graph/node/enum.NodeRunError.html | 2 +- .../render/graph/node_slot/enum.SlotLabel.html | 2 +- .../render/graph/node_slot/enum.SlotValue.html | 2 +- .../graph_runner/enum.RenderGraphRunnerError.html | 2 +- .../render/render_phase/struct.LayerItem.html | 4 ++-- .../maplibre/render/resource/enum.TextureView.html | 2 +- .../render/resource/texture/enum.TextureView.html | 2 +- docs/api/maplibre/schedule/trait.StageLabel.html | 2 +- docs/api/maplibre/style/layer/enum.LayerPaint.html | 10 +++++----- .../maplibre/style/layer/struct.BackgroundPaint.html | 10 +++++----- docs/api/maplibre/style/layer/struct.FillPaint.html | 10 +++++----- docs/api/maplibre/style/layer/struct.LinePaint.html | 10 +++++----- docs/api/maplibre/style/layer/struct.StyleLayer.html | 10 +++++----- .../maplibre/style/raster/enum.RasterResampling.html | 10 +++++----- .../maplibre/style/raster/struct.RasterLayer.html | 10 +++++----- docs/api/maplibre/style/source/enum.Source.html | 10 +++++----- .../style/source/enum.TileAddressingScheme.html | 10 +++++----- .../maplibre/style/source/struct.VectorSource.html | 10 +++++----- docs/api/maplibre/style/struct.Alpha.html | 2 +- docs/api/maplibre/style/struct.EncodedSrgb.html | 2 +- docs/api/maplibre/style/struct.Style.html | 10 +++++----- docs/api/maplibre/style/style/struct.Style.html | 10 +++++----- docs/api/search-index.js | 2 +- docs/api/trait.impl/serde/de/trait.Deserialize.js | 2 +- docs/api/trait.impl/serde/ser/trait.Serialize.js | 2 +- docs/api/type.impl/alloc/boxed/struct.Box.js | 2 +- docs/api/type.impl/alloc/string/struct.String.js | 2 +- docs/api/type.impl/core/pin/struct.Pin.js | 2 +- 52 files changed, 119 insertions(+), 119 deletions(-) diff --git a/docs/api/maplibre/coords/struct.LatLon.html b/docs/api/maplibre/coords/struct.LatLon.html index 38f4a2e0f..4f49bf908 100644 --- a/docs/api/maplibre/coords/struct.LatLon.html +++ b/docs/api/maplibre/coords/struct.LatLon.html @@ -6,7 +6,7 @@ 6371008.8 is one published “average radius” see https://en.wikipedia.org/wiki/Earth_radius#Mean_radius, or ftp://athena.fsv.cvut.cz/ZFG/grs80-Moritz.pdf p.4

source

const EARTH_CIRCUMFRENCE: f64 = 40030228.884071849f64

The average circumference of the world in meters.

source

fn circumference_at_latitude(&self) -> f64

The circumference at a line of latitude in meters.

-
source

fn mercator_x_from_lng(&self) -> f64

source

fn mercator_y_from_lat(&self) -> f64

source

fn mercator_z_from_altitude(&self, altitude: f64) -> f64

Trait Implementations§

source§

impl Clone for LatLon

source§

fn clone(&self) -> LatLon

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LatLon

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for LatLon

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for LatLon

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for LatLon

Auto Trait Implementations§

§

impl Freeze for LatLon

§

impl RefUnwindSafe for LatLon

§

impl Send for LatLon

§

impl Sync for LatLon

§

impl Unpin for LatLon

§

impl UnwindSafe for LatLon

Blanket Implementations§

source§

impl<T> Any for T
where +

source

fn mercator_x_from_lng(&self) -> f64

source

fn mercator_y_from_lat(&self) -> f64

source

fn mercator_z_from_altitude(&self, altitude: f64) -> f64

Trait Implementations§

source§

impl Clone for LatLon

source§

fn clone(&self) -> LatLon

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LatLon

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for LatLon

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for LatLon

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for LatLon

Auto Trait Implementations§

§

impl Freeze for LatLon

§

impl RefUnwindSafe for LatLon

§

impl Send for LatLon

§

impl Sync for LatLon

§

impl Unpin for LatLon

§

impl UnwindSafe for LatLon

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/coords/struct.TileCoords.html b/docs/api/maplibre/coords/struct.TileCoords.html index d695ec824..4e8d5d84b 100644 --- a/docs/api/maplibre/coords/struct.TileCoords.html +++ b/docs/api/maplibre/coords/struct.TileCoords.html @@ -15,7 +15,7 @@

§Example

The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile x=5,y=5 at zoom level z=0.

-

Trait Implementations§

source§

impl Clone for TileCoords

source§

fn clone(&self) -> TileCoords

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TileCoords

source§

fn default() -> TileCoords

Returns the “default value” for a type. Read more
source§

impl Display for TileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(u32, u32, ZoomLevel)> for TileCoords

source§

fn from(tuple: (u32, u32, ZoomLevel)) -> Self

Converts to this type from the input type.
source§

impl Hash for TileCoords

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for TileCoords

source§

fn clone(&self) -> TileCoords

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TileCoords

source§

fn default() -> TileCoords

Returns the “default value” for a type. Read more
source§

impl Display for TileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(u32, u32, ZoomLevel)> for TileCoords

source§

fn from(tuple: (u32, u32, ZoomLevel)) -> Self

Converts to this type from the input type.
source§

impl Hash for TileCoords

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for TileCoords

source§

fn eq(&self, other: &TileCoords) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/docs/api/maplibre/coords/struct.WorldCoords.html b/docs/api/maplibre/coords/struct.WorldCoords.html index 823831321..0dbd81347 100644 --- a/docs/api/maplibre/coords/struct.WorldCoords.html +++ b/docs/api/maplibre/coords/struct.WorldCoords.html @@ -6,7 +6,7 @@ which are determined only by the render engine and not by the zoom level.

§Coordinate System Origin

The origin of the coordinate system is in the upper-left corner.

-

Fields§

§x: f64§y: f64

Implementations§

source§

impl WorldCoords

source

pub fn from_lat_lon(lat_lon: LatLon, zoom: Zoom) -> WorldCoords

source

pub fn at_ground(x: f64, y: f64) -> Self

source

pub fn into_world_tile(self, z: ZoomLevel, zoom: Zoom) -> WorldTileCoords

Trait Implementations§

source§

impl Clone for WorldCoords

source§

fn clone(&self) -> WorldCoords

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for WorldCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for WorldCoords

source§

fn default() -> WorldCoords

Returns the “default value” for a type. Read more
source§

impl Display for WorldCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(f32, f32)> for WorldCoords

source§

fn from(tuple: (f32, f32)) -> Self

Converts to this type from the input type.
source§

impl From<(f64, f64)> for WorldCoords

source§

fn from(tuple: (f64, f64)) -> Self

Converts to this type from the input type.
source§

impl From<Point3<f64>> for WorldCoords

source§

fn from(point: Point3<f64>) -> Self

Converts to this type from the input type.
source§

impl From<WorldCoords> for Vec3f32

source§

fn from(world_coords: WorldCoords) -> Self

Converts to this type from the input type.
source§

impl PartialEq for WorldCoords

source§

fn eq(&self, other: &WorldCoords) -> bool

This method tests for self and other values to be equal, and is used +

Fields§

§x: f64§y: f64

Implementations§

source§

impl WorldCoords

source

pub fn from_lat_lon(lat_lon: LatLon, zoom: Zoom) -> WorldCoords

source

pub fn at_ground(x: f64, y: f64) -> Self

source

pub fn into_world_tile(self, z: ZoomLevel, zoom: Zoom) -> WorldTileCoords

Trait Implementations§

source§

impl Clone for WorldCoords

source§

fn clone(&self) -> WorldCoords

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for WorldCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for WorldCoords

source§

fn default() -> WorldCoords

Returns the “default value” for a type. Read more
source§

impl Display for WorldCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(f32, f32)> for WorldCoords

source§

fn from(tuple: (f32, f32)) -> Self

Converts to this type from the input type.
source§

impl From<(f64, f64)> for WorldCoords

source§

fn from(tuple: (f64, f64)) -> Self

Converts to this type from the input type.
source§

impl From<Point3<f64>> for WorldCoords

source§

fn from(point: Point3<f64>) -> Self

Converts to this type from the input type.
source§

impl From<WorldCoords> for Vec3f32

source§

fn from(world_coords: WorldCoords) -> Self

Converts to this type from the input type.
source§

impl PartialEq for WorldCoords

source§

fn eq(&self, other: &WorldCoords) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for WorldCoords

source§

impl StructuralPartialEq for WorldCoords

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/coords/struct.WorldTileCoords.html b/docs/api/maplibre/coords/struct.WorldTileCoords.html index 3d12f44ce..46d6d30c7 100644 --- a/docs/api/maplibre/coords/struct.WorldTileCoords.html +++ b/docs/api/maplibre/coords/struct.WorldTileCoords.html @@ -20,8 +20,8 @@
§Example

source

pub fn stencil_reference_value_3d(&self) -> u8

Returns unique stencil reference values for WorldTileCoords which are 3D. Tiles from arbitrary z can lie next to each other, because we mix tiles from different levels based on availability.

-

Trait Implementations§

source§

impl Clone for WorldTileCoords

source§

fn clone(&self) -> WorldTileCoords

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for WorldTileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for WorldTileCoords

source§

fn default() -> WorldTileCoords

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for WorldTileCoords

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for WorldTileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(i32, i32, ZoomLevel)> for WorldTileCoords

source§

fn from(tuple: (i32, i32, ZoomLevel)) -> Self

Converts to this type from the input type.
source§

impl Hash for WorldTileCoords

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for WorldTileCoords

source§

fn clone(&self) -> WorldTileCoords

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for WorldTileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for WorldTileCoords

source§

fn default() -> WorldTileCoords

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for WorldTileCoords

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for WorldTileCoords

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(i32, i32, ZoomLevel)> for WorldTileCoords

source§

fn from(tuple: (i32, i32, ZoomLevel)) -> Self

Converts to this type from the input type.
source§

impl Hash for WorldTileCoords

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for WorldTileCoords

source§

fn cmp(&self, other: &WorldTileCoords) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where @@ -30,8 +30,8 @@
§Example
by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for WorldTileCoords

source§

fn partial_cmp(&self, other: &WorldTileCoords) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for WorldTileCoords

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Zeroable for WorldTileCoords

§

fn zeroed() -> Self

source§

impl Copy for WorldTileCoords

source§

impl Eq for WorldTileCoords

source§

impl StructuralPartialEq for WorldTileCoords

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +operator. Read more

source§

impl Serialize for WorldTileCoords

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Zeroable for WorldTileCoords

§

fn zeroed() -> Self

source§

impl Copy for WorldTileCoords

source§

impl Eq for WorldTileCoords

source§

impl StructuralPartialEq for WorldTileCoords

Auto Trait Implementations§

§

impl Freeze for WorldTileCoords

§

impl RefUnwindSafe for WorldTileCoords

§

impl Send for WorldTileCoords

§

impl Sync for WorldTileCoords

§

impl Unpin for WorldTileCoords

§

impl UnwindSafe for WorldTileCoords

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where @@ -71,8 +71,8 @@
§Example
S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/coords/struct.Zoom.html b/docs/api/maplibre/coords/struct.Zoom.html index 584b19362..cee51cbe9 100644 --- a/docs/api/maplibre/coords/struct.Zoom.html +++ b/docs/api/maplibre/coords/struct.Zoom.html @@ -7,7 +7,7 @@ For example raster tiles can be 512px or 256px. If it is 256px, then 2x as many tiles are displayed. If the raster tile is 512px then exactly as many raster tiles like vector tiles would be displayed.

-

Trait Implementations§

source§

impl Add for Zoom

§

type Output = Zoom

The resulting type after applying the + operator.
source§

fn add(self, rhs: Self) -> Self::Output

Performs the + operation. Read more
source§

impl Clone for Zoom

source§

fn clone(&self) -> Zoom

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Zoom

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Zoom

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for Zoom

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl SignificantlyDifferent for Zoom

§

type Epsilon = f64

source§

fn ne(&self, other: &Self, epsilon: Self::Epsilon) -> bool

This method tests for self and other values to be significantly different
source§

impl Sub for Zoom

§

type Output = Zoom

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Self) -> Self::Output

Performs the - operation. Read more
source§

impl Copy for Zoom

Auto Trait Implementations§

§

impl Freeze for Zoom

§

impl RefUnwindSafe for Zoom

§

impl Send for Zoom

§

impl Sync for Zoom

§

impl Unpin for Zoom

§

impl UnwindSafe for Zoom

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Add for Zoom

§

type Output = Zoom

The resulting type after applying the + operator.
source§

fn add(self, rhs: Self) -> Self::Output

Performs the + operation. Read more
source§

impl Clone for Zoom

source§

fn clone(&self) -> Zoom

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Zoom

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Zoom

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for Zoom

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl SignificantlyDifferent for Zoom

§

type Epsilon = f64

source§

fn ne(&self, other: &Self, epsilon: Self::Epsilon) -> bool

This method tests for self and other values to be significantly different
source§

impl Sub for Zoom

§

type Output = Zoom

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Self) -> Self::Output

Performs the - operation. Read more
source§

impl Copy for Zoom

Auto Trait Implementations§

§

impl Freeze for Zoom

§

impl RefUnwindSafe for Zoom

§

impl Send for Zoom

§

impl Sync for Zoom

§

impl Unpin for Zoom

§

impl UnwindSafe for Zoom

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/coords/struct.ZoomLevel.html b/docs/api/maplibre/coords/struct.ZoomLevel.html index 2180e6fd6..ee7899d81 100644 --- a/docs/api/maplibre/coords/struct.ZoomLevel.html +++ b/docs/api/maplibre/coords/struct.ZoomLevel.html @@ -1,5 +1,5 @@ -ZoomLevel in maplibre::coords - Rust

Struct maplibre::coords::ZoomLevel

source ·
#[repr(C)]
pub struct ZoomLevel(u8);

Tuple Fields§

§0: u8

Implementations§

source§

impl ZoomLevel

source

pub const fn new(z: u8) -> Self

source

pub fn is_root(self) -> bool

Trait Implementations§

source§

impl Add<u8> for ZoomLevel

§

type Output = ZoomLevel

The resulting type after applying the + operator.
source§

fn add(self, rhs: u8) -> Self::Output

Performs the + operation. Read more
source§

impl Clone for ZoomLevel

source§

fn clone(&self) -> ZoomLevel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ZoomLevel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ZoomLevel

source§

fn default() -> ZoomLevel

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ZoomLevel

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ZoomLevel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<ZoomLevel> for u8

source§

fn from(val: ZoomLevel) -> Self

Converts to this type from the input type.
source§

impl From<u8> for ZoomLevel

source§

fn from(zoom_level: u8) -> Self

Converts to this type from the input type.
source§

impl Hash for ZoomLevel

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +ZoomLevel in maplibre::coords - Rust

Struct maplibre::coords::ZoomLevel

source ·
#[repr(C)]
pub struct ZoomLevel(u8);

Tuple Fields§

§0: u8

Implementations§

source§

impl ZoomLevel

source

pub const fn new(z: u8) -> Self

source

pub fn is_root(self) -> bool

Trait Implementations§

source§

impl Add<u8> for ZoomLevel

§

type Output = ZoomLevel

The resulting type after applying the + operator.
source§

fn add(self, rhs: u8) -> Self::Output

Performs the + operation. Read more
source§

impl Clone for ZoomLevel

source§

fn clone(&self) -> ZoomLevel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ZoomLevel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ZoomLevel

source§

fn default() -> ZoomLevel

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ZoomLevel

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ZoomLevel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<ZoomLevel> for u8

source§

fn from(val: ZoomLevel) -> Self

Converts to this type from the input type.
source§

impl From<u8> for ZoomLevel

source§

fn from(zoom_level: u8) -> Self

Converts to this type from the input type.
source§

impl Hash for ZoomLevel

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for ZoomLevel

source§

fn cmp(&self, other: &ZoomLevel) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for ZoomLevel

source§

fn partial_cmp(&self, other: &ZoomLevel) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for ZoomLevel

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Sub<u8> for ZoomLevel

§

type Output = ZoomLevel

The resulting type after applying the - operator.
source§

fn sub(self, rhs: u8) -> Self::Output

Performs the - operation. Read more
source§

impl Zeroable for ZoomLevel

§

fn zeroed() -> Self

source§

impl Copy for ZoomLevel

source§

impl Eq for ZoomLevel

source§

impl Pod for ZoomLevel

source§

impl StructuralPartialEq for ZoomLevel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +operator. Read more

source§

impl Serialize for ZoomLevel

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Sub<u8> for ZoomLevel

§

type Output = ZoomLevel

The resulting type after applying the - operator.
source§

fn sub(self, rhs: u8) -> Self::Output

Performs the - operation. Read more
source§

impl Zeroable for ZoomLevel

§

fn zeroed() -> Self

source§

impl Copy for ZoomLevel

source§

impl Eq for ZoomLevel

source§

impl Pod for ZoomLevel

source§

impl StructuralPartialEq for ZoomLevel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedBitPattern for T
where @@ -54,8 +54,8 @@ [WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

impl<G1, G2> Within<G2> for G1
where G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

§

impl<T> AnyBitPattern for T
where - T: Pod,

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

§

impl<T> NoUninit for T
where + T: Pod,

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> NoUninit for T
where T: Pod,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where diff --git a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html index 4d4b3477c..7a0fe3664 100644 --- a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html +++ b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html @@ -1,8 +1,8 @@ OffscreenKernelConfig in maplibre::environment - Rust

Struct maplibre::environment::OffscreenKernelConfig

source ·
pub struct OffscreenKernelConfig {
     pub cache_directory: Option<String>,
-}

Fields§

§cache_directory: Option<String>

Trait Implementations§

source§

impl Clone for OffscreenKernelConfig

source§

fn clone(&self) -> OffscreenKernelConfig

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de> Deserialize<'de> for OffscreenKernelConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for OffscreenKernelConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§cache_directory: Option<String>

Trait Implementations§

source§

impl Clone for OffscreenKernelConfig

source§

fn clone(&self) -> OffscreenKernelConfig

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de> Deserialize<'de> for OffscreenKernelConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for OffscreenKernelConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -33,8 +33,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html index 6d3e0672e..45bbd83a4 100644 --- a/docs/api/maplibre/event_loop/enum.SendEventError.html +++ b/docs/api/maplibre/event_loop/enum.SendEventError.html @@ -2,7 +2,7 @@ Closed, }
Expand description

When sending events to an event loop errors can occur.

Variants§

§

Closed

The event loop was already closed

-

Trait Implementations§

source§

impl Debug for SendEventError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SendEventError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SendEventError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for SendEventError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SendEventError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SendEventError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/event_loop/struct.EventLoopError.html b/docs/api/maplibre/event_loop/struct.EventLoopError.html index dbed6083f..4afc0f1f2 100644 --- a/docs/api/maplibre/event_loop/struct.EventLoopError.html +++ b/docs/api/maplibre/event_loop/struct.EventLoopError.html @@ -1,5 +1,5 @@ EventLoopError in maplibre::event_loop - Rust

Struct maplibre::event_loop::EventLoopError

source ·
pub struct EventLoopError;
Expand description

When sending events to an event loop errors can occur.

-

Trait Implementations§

source§

impl Debug for EventLoopError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for EventLoopError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for EventLoopError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for EventLoopError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for EventLoopError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for EventLoopError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html index 4fc52b738..8b6f4a14d 100644 --- a/docs/api/maplibre/io/apc/enum.CallError.html +++ b/docs/api/maplibre/io/apc/enum.CallError.html @@ -3,7 +3,7 @@ Serialize(Box<dyn Error>), Deserialize(Box<dyn Error>), DeserializeInput(Box<dyn Error>), -}

Variants§

§

Schedule

§

Serialize(Box<dyn Error>)

§

Deserialize(Box<dyn Error>)

§

DeserializeInput(Box<dyn Error>)

Trait Implementations§

source§

impl Debug for CallError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CallError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CallError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

§

Schedule

§

Serialize(Box<dyn Error>)

§

Deserialize(Box<dyn Error>)

§

DeserializeInput(Box<dyn Error>)

Trait Implementations§

source§

impl Debug for CallError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CallError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CallError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html index 58bb19fee..079b4475d 100644 --- a/docs/api/maplibre/io/apc/enum.Input.html +++ b/docs/api/maplibre/io/apc/enum.Input.html @@ -5,9 +5,9 @@ }, NotYetImplemented, }
Expand description

Inputs for an AsyncProcedure

-

Variants§

§

TileRequest

Fields

§style: Style
§

NotYetImplemented

Trait Implementations§

source§

impl Clone for Input

source§

fn clone(&self) -> Input

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de> Deserialize<'de> for Input

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Input

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Input

§

impl RefUnwindSafe for Input

§

impl Send for Input

§

impl Sync for Input

§

impl Unpin for Input

§

impl UnwindSafe for Input

Blanket Implementations§

source§

impl<T> Any for T
where +

Variants§

§

TileRequest

Fields

§style: Style
§

NotYetImplemented

Trait Implementations§

source§

impl Clone for Input

source§

fn clone(&self) -> Input

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de> Deserialize<'de> for Input

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Input

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Input

§

impl RefUnwindSafe for Input

§

impl Send for Input

§

impl Sync for Input

§

impl Unpin for Input

§

impl UnwindSafe for Input

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -38,8 +38,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html index 5afefd0aa..e552c60f6 100644 --- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html +++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html @@ -1,7 +1,7 @@ ScheduleError in maplibre::io::scheduler - Rust

Enum maplibre::io::scheduler::ScheduleError

source ·
pub enum ScheduleError {
     Scheduling(Box<dyn Error>),
     NotImplemented,
-}

Variants§

§

Scheduling(Box<dyn Error>)

§

NotImplemented

Trait Implementations§

source§

impl Debug for ScheduleError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ScheduleError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ScheduleError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

§

Scheduling(Box<dyn Error>)

§

NotImplemented

Trait Implementations§

source§

impl Debug for ScheduleError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ScheduleError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ScheduleError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html index bb2b17a7c..a89b08b27 100644 --- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html +++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html @@ -1,4 +1,4 @@ -SourceFetchError in maplibre::io::source_client - Rust

Struct maplibre::io::source_client::SourceFetchError

source ·
pub struct SourceFetchError(pub Box<dyn Error>);

Tuple Fields§

§0: Box<dyn Error>

Trait Implementations§

source§

impl Debug for SourceFetchError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SourceFetchError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SourceFetchError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for SourceFetchError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SourceFetchError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +SourceFetchError in maplibre::io::source_client - Rust

Struct maplibre::io::source_client::SourceFetchError

source ·
pub struct SourceFetchError(pub Box<dyn Error>);

Tuple Fields§

§0: Box<dyn Error>

Trait Implementations§

source§

impl Debug for SourceFetchError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SourceFetchError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SourceFetchError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for SourceFetchError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SourceFetchError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html index 008e719e3..17b0e7677 100644 --- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html +++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html @@ -1,7 +1,7 @@ ProcessRasterError in maplibre::raster::process_raster - Rust
pub enum ProcessRasterError {
     Processing(Box<dyn Error>),
 }

Variants§

§

Processing(Box<dyn Error>)

Error during processing of the pipeline

-

Trait Implementations§

source§

impl Debug for ProcessRasterError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ProcessRasterError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ProcessRasterError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for ProcessRasterError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ProcessRasterError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ProcessRasterError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html index edd07434b..41c9779c1 100644 --- a/docs/api/maplibre/render/error/enum.RenderError.html +++ b/docs/api/maplibre/render/error/enum.RenderError.html @@ -5,7 +5,7 @@ Graph(RenderGraphError), RequestDevice(RequestDeviceError), RequestAdaptor, -}

Variants§

§

Surface(SurfaceError)

§

Handle(HandleError)

§

CreateSurfaceError(CreateSurfaceError)

§

Graph(RenderGraphError)

§

RequestDevice(RequestDeviceError)

§

RequestAdaptor

Implementations§

Trait Implementations§

source§

impl Debug for RenderError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RenderError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RenderError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CreateSurfaceError> for RenderError

source§

fn from(source: CreateSurfaceError) -> Self

Converts to this type from the input type.
source§

impl From<HandleError> for RenderError

source§

fn from(source: HandleError) -> Self

Converts to this type from the input type.
source§

impl From<RenderGraphError> for RenderError

source§

fn from(source: RenderGraphError) -> Self

Converts to this type from the input type.
source§

impl From<RequestDeviceError> for RenderError

source§

fn from(source: RequestDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<SurfaceError> for RenderError

source§

fn from(source: SurfaceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

§

Surface(SurfaceError)

§

Handle(HandleError)

§

CreateSurfaceError(CreateSurfaceError)

§

Graph(RenderGraphError)

§

RequestDevice(RequestDeviceError)

§

RequestAdaptor

Implementations§

Trait Implementations§

source§

impl Debug for RenderError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RenderError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RenderError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CreateSurfaceError> for RenderError

source§

fn from(source: CreateSurfaceError) -> Self

Converts to this type from the input type.
source§

impl From<HandleError> for RenderError

source§

fn from(source: HandleError) -> Self

Converts to this type from the input type.
source§

impl From<RenderGraphError> for RenderError

source§

fn from(source: RenderGraphError) -> Self

Converts to this type from the input type.
source§

impl From<RequestDeviceError> for RenderError

source§

fn from(source: RequestDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<SurfaceError> for RenderError

source§

fn from(source: SurfaceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/render/graph/context/enum.OutputSlotError.html b/docs/api/maplibre/render/graph/context/enum.OutputSlotError.html index 35a522c23..3e36c7002 100644 --- a/docs/api/maplibre/render/graph/context/enum.OutputSlotError.html +++ b/docs/api/maplibre/render/graph/context/enum.OutputSlotError.html @@ -5,7 +5,7 @@ expected: SlotType, actual: SlotType, }, -}

Variants§

§

InvalidSlot(SlotLabel)

§

MismatchedSlotType

Fields

§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for OutputSlotError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OutputSlotError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OutputSlotError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for OutputSlotError

source§

fn eq(&self, other: &OutputSlotError) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

InvalidSlot(SlotLabel)

§

MismatchedSlotType

Fields

§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for OutputSlotError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OutputSlotError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OutputSlotError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for OutputSlotError

source§

fn eq(&self, other: &OutputSlotError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for OutputSlotError

source§

impl StructuralPartialEq for OutputSlotError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html index 6d5f7f498..d666fa214 100644 --- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html +++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html @@ -13,7 +13,7 @@ expected: SlotType, actual: SlotType, }, -}

Variants§

§

MissingSubGraph(Cow<'static, str>)

§

SubGraphHasNoInputs(Cow<'static, str>)

§

MissingInput

Fields

§slot_index: usize
§slot_name: Cow<'static, str>
§graph_name: Cow<'static, str>
§

MismatchedInputSlotType

Fields

§graph_name: Cow<'static, str>
§slot_index: usize
§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for RunSubGraphError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RunSubGraphError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RunSubGraphError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RunSubGraphError

source§

fn eq(&self, other: &RunSubGraphError) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

MissingSubGraph(Cow<'static, str>)

§

SubGraphHasNoInputs(Cow<'static, str>)

§

MissingInput

Fields

§slot_index: usize
§slot_name: Cow<'static, str>
§graph_name: Cow<'static, str>
§

MismatchedInputSlotType

Fields

§graph_name: Cow<'static, str>
§slot_index: usize
§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for RunSubGraphError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RunSubGraphError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RunSubGraphError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RunSubGraphError

source§

fn eq(&self, other: &RunSubGraphError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for RunSubGraphError

source§

impl StructuralPartialEq for RunSubGraphError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html index c294e3f54..69ebd1221 100644 --- a/docs/api/maplibre/render/graph/enum.NodeLabel.html +++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html @@ -3,7 +3,7 @@ Name(Cow<'static, str>), }
Expand description

A NodeLabel is used to reference a NodeState by either its name or NodeId inside the RenderGraph.

-

Variants§

§

Id(NodeId)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for NodeLabel

source§

fn clone(&self) -> NodeLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NodeLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&NodeLabel> for NodeLabel

source§

fn from(value: &NodeLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for NodeLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<NodeId> for NodeLabel

source§

fn from(value: NodeId) -> Self

Converts to this type from the input type.
source§

impl From<String> for NodeLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeLabel

source§

fn eq(&self, other: &NodeLabel) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

Id(NodeId)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for NodeLabel

source§

fn clone(&self) -> NodeLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NodeLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&NodeLabel> for NodeLabel

source§

fn from(value: &NodeLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for NodeLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<NodeId> for NodeLabel

source§

fn from(value: NodeId) -> Self

Converts to this type from the input type.
source§

impl From<String> for NodeLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeLabel

source§

fn eq(&self, other: &NodeLabel) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for NodeLabel

source§

impl StructuralPartialEq for NodeLabel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html index a317b59a8..a43e55d89 100644 --- a/docs/api/maplibre/render/graph/enum.NodeRunError.html +++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html @@ -2,7 +2,7 @@ InputSlotError(InputSlotError), OutputSlotError(OutputSlotError), RunSubGraphError(RunSubGraphError), -}

Variants§

§

InputSlotError(InputSlotError)

§

OutputSlotError(OutputSlotError)

§

RunSubGraphError(RunSubGraphError)

Trait Implementations§

source§

impl Debug for NodeRunError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NodeRunError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for NodeRunError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InputSlotError> for NodeRunError

source§

fn from(source: InputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<NodeRunError> for RenderGraphRunnerError

source§

fn from(source: NodeRunError) -> Self

Converts to this type from the input type.
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeRunError

source§

fn eq(&self, other: &NodeRunError) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

InputSlotError(InputSlotError)

§

OutputSlotError(OutputSlotError)

§

RunSubGraphError(RunSubGraphError)

Trait Implementations§

source§

impl Debug for NodeRunError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NodeRunError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for NodeRunError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InputSlotError> for NodeRunError

source§

fn from(source: InputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<NodeRunError> for RenderGraphRunnerError

source§

fn from(source: NodeRunError) -> Self

Converts to this type from the input type.
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeRunError

source§

fn eq(&self, other: &NodeRunError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for NodeRunError

source§

impl StructuralPartialEq for NodeRunError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/enum.OutputSlotError.html b/docs/api/maplibre/render/graph/enum.OutputSlotError.html index 3345f0652..b396fcb5b 100644 --- a/docs/api/maplibre/render/graph/enum.OutputSlotError.html +++ b/docs/api/maplibre/render/graph/enum.OutputSlotError.html @@ -5,7 +5,7 @@ expected: SlotType, actual: SlotType, }, -}

Variants§

§

InvalidSlot(SlotLabel)

§

MismatchedSlotType

Fields

§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for OutputSlotError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OutputSlotError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OutputSlotError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for OutputSlotError

source§

fn eq(&self, other: &OutputSlotError) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

InvalidSlot(SlotLabel)

§

MismatchedSlotType

Fields

§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for OutputSlotError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OutputSlotError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OutputSlotError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for OutputSlotError

source§

fn eq(&self, other: &OutputSlotError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for OutputSlotError

source§

impl StructuralPartialEq for OutputSlotError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html index 45b0bbb70..91b1001f3 100644 --- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html +++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html @@ -13,7 +13,7 @@ expected: SlotType, actual: SlotType, }, -}

Variants§

§

MissingSubGraph(Cow<'static, str>)

§

SubGraphHasNoInputs(Cow<'static, str>)

§

MissingInput

Fields

§slot_index: usize
§slot_name: Cow<'static, str>
§graph_name: Cow<'static, str>
§

MismatchedInputSlotType

Fields

§graph_name: Cow<'static, str>
§slot_index: usize
§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for RunSubGraphError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RunSubGraphError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RunSubGraphError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RunSubGraphError

source§

fn eq(&self, other: &RunSubGraphError) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

MissingSubGraph(Cow<'static, str>)

§

SubGraphHasNoInputs(Cow<'static, str>)

§

MissingInput

Fields

§slot_index: usize
§slot_name: Cow<'static, str>
§graph_name: Cow<'static, str>
§

MismatchedInputSlotType

Fields

§graph_name: Cow<'static, str>
§slot_index: usize
§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for RunSubGraphError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RunSubGraphError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RunSubGraphError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for RunSubGraphError

source§

fn eq(&self, other: &RunSubGraphError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for RunSubGraphError

source§

impl StructuralPartialEq for RunSubGraphError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html index a5442532c..9477c5588 100644 --- a/docs/api/maplibre/render/graph/enum.SlotLabel.html +++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html @@ -3,7 +3,7 @@ Name(Cow<'static, str>), }
Expand description

A SlotLabel is used to reference a slot by either its name or index inside the RenderGraph.

-

Variants§

§

Index(usize)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for SlotLabel

source§

fn clone(&self) -> SlotLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&SlotLabel> for SlotLabel

source§

fn from(value: &SlotLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for SlotLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<Cow<'static, str>> for SlotLabel

source§

fn from(value: Cow<'static, str>) -> Self

Converts to this type from the input type.
source§

impl From<String> for SlotLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl From<usize> for SlotLabel

source§

fn from(value: usize) -> Self

Converts to this type from the input type.
source§

impl PartialEq for SlotLabel

source§

fn eq(&self, other: &SlotLabel) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

Index(usize)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for SlotLabel

source§

fn clone(&self) -> SlotLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&SlotLabel> for SlotLabel

source§

fn from(value: &SlotLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for SlotLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<Cow<'static, str>> for SlotLabel

source§

fn from(value: Cow<'static, str>) -> Self

Converts to this type from the input type.
source§

impl From<String> for SlotLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl From<usize> for SlotLabel

source§

fn from(value: usize) -> Self

Converts to this type from the input type.
source§

impl PartialEq for SlotLabel

source§

fn eq(&self, other: &SlotLabel) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for SlotLabel

source§

impl StructuralPartialEq for SlotLabel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html index dda36ccaf..57bd391ba 100644 --- a/docs/api/maplibre/render/graph/enum.SlotValue.html +++ b/docs/api/maplibre/render/graph/enum.SlotValue.html @@ -11,7 +11,7 @@
§

TextureView(Rc<TextureView>)

A TextureView describes a texture used in a pipeline.

§

Sampler(Rc<Sampler>)

A texture [Sampler] defines how a pipeline will sample from a TextureView.

Implementations§

source§

impl SlotValue

source

pub fn slot_type(&self) -> SlotType

Returns the SlotType of this value.

-

Trait Implementations§

source§

impl Clone for SlotValue

source§

fn clone(&self) -> SlotValue

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotValue

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Buffer> for SlotValue

source§

fn from(value: Buffer) -> Self

Converts to this type from the input type.
source§

impl From<Sampler> for SlotValue

source§

fn from(value: Sampler) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Clone for SlotValue

source§

fn clone(&self) -> SlotValue

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotValue

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Buffer> for SlotValue

source§

fn from(value: Buffer) -> Self

Converts to this type from the input type.
source§

impl From<Sampler> for SlotValue

source§

fn from(value: Sampler) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html index b43cfe4f4..096122ea3 100644 --- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html +++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html @@ -3,7 +3,7 @@ Name(Cow<'static, str>), }
Expand description

A NodeLabel is used to reference a NodeState by either its name or NodeId inside the RenderGraph.

-

Variants§

§

Id(NodeId)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for NodeLabel

source§

fn clone(&self) -> NodeLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NodeLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&NodeLabel> for NodeLabel

source§

fn from(value: &NodeLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for NodeLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<NodeId> for NodeLabel

source§

fn from(value: NodeId) -> Self

Converts to this type from the input type.
source§

impl From<String> for NodeLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeLabel

source§

fn eq(&self, other: &NodeLabel) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

Id(NodeId)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for NodeLabel

source§

fn clone(&self) -> NodeLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NodeLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&NodeLabel> for NodeLabel

source§

fn from(value: &NodeLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for NodeLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<NodeId> for NodeLabel

source§

fn from(value: NodeId) -> Self

Converts to this type from the input type.
source§

impl From<String> for NodeLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeLabel

source§

fn eq(&self, other: &NodeLabel) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for NodeLabel

source§

impl StructuralPartialEq for NodeLabel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html index aaace7f3d..b92c8ad1e 100644 --- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html +++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html @@ -2,7 +2,7 @@ InputSlotError(InputSlotError), OutputSlotError(OutputSlotError), RunSubGraphError(RunSubGraphError), -}

Variants§

§

InputSlotError(InputSlotError)

§

OutputSlotError(OutputSlotError)

§

RunSubGraphError(RunSubGraphError)

Trait Implementations§

source§

impl Debug for NodeRunError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NodeRunError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for NodeRunError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InputSlotError> for NodeRunError

source§

fn from(source: InputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<NodeRunError> for RenderGraphRunnerError

source§

fn from(source: NodeRunError) -> Self

Converts to this type from the input type.
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeRunError

source§

fn eq(&self, other: &NodeRunError) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

InputSlotError(InputSlotError)

§

OutputSlotError(OutputSlotError)

§

RunSubGraphError(RunSubGraphError)

Trait Implementations§

source§

impl Debug for NodeRunError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for NodeRunError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for NodeRunError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InputSlotError> for NodeRunError

source§

fn from(source: InputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<NodeRunError> for RenderGraphRunnerError

source§

fn from(source: NodeRunError) -> Self

Converts to this type from the input type.
source§

impl From<OutputSlotError> for NodeRunError

source§

fn from(source: OutputSlotError) -> Self

Converts to this type from the input type.
source§

impl From<RunSubGraphError> for NodeRunError

source§

fn from(source: RunSubGraphError) -> Self

Converts to this type from the input type.
source§

impl PartialEq for NodeRunError

source§

fn eq(&self, other: &NodeRunError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for NodeRunError

source§

impl StructuralPartialEq for NodeRunError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html index 67de7f3b4..f1f201d10 100644 --- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html +++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html @@ -3,7 +3,7 @@ Name(Cow<'static, str>), }
Expand description

A SlotLabel is used to reference a slot by either its name or index inside the RenderGraph.

-

Variants§

§

Index(usize)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for SlotLabel

source§

fn clone(&self) -> SlotLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&SlotLabel> for SlotLabel

source§

fn from(value: &SlotLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for SlotLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<Cow<'static, str>> for SlotLabel

source§

fn from(value: Cow<'static, str>) -> Self

Converts to this type from the input type.
source§

impl From<String> for SlotLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl From<usize> for SlotLabel

source§

fn from(value: usize) -> Self

Converts to this type from the input type.
source§

impl PartialEq for SlotLabel

source§

fn eq(&self, other: &SlotLabel) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

Index(usize)

§

Name(Cow<'static, str>)

Trait Implementations§

source§

impl Clone for SlotLabel

source§

fn clone(&self) -> SlotLabel

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotLabel

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&SlotLabel> for SlotLabel

source§

fn from(value: &SlotLabel) -> Self

Converts to this type from the input type.
source§

impl From<&'static str> for SlotLabel

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl From<Cow<'static, str>> for SlotLabel

source§

fn from(value: Cow<'static, str>) -> Self

Converts to this type from the input type.
source§

impl From<String> for SlotLabel

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl From<usize> for SlotLabel

source§

fn from(value: usize) -> Self

Converts to this type from the input type.
source§

impl PartialEq for SlotLabel

source§

fn eq(&self, other: &SlotLabel) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for SlotLabel

source§

impl StructuralPartialEq for SlotLabel

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html index f7aaf4372..732ad2be1 100644 --- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html +++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html @@ -11,7 +11,7 @@
§

TextureView(Rc<TextureView>)

A TextureView describes a texture used in a pipeline.

§

Sampler(Rc<Sampler>)

A texture [Sampler] defines how a pipeline will sample from a TextureView.

Implementations§

source§

impl SlotValue

source

pub fn slot_type(&self) -> SlotType

Returns the SlotType of this value.

-

Trait Implementations§

source§

impl Clone for SlotValue

source§

fn clone(&self) -> SlotValue

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotValue

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Buffer> for SlotValue

source§

fn from(value: Buffer) -> Self

Converts to this type from the input type.
source§

impl From<Sampler> for SlotValue

source§

fn from(value: Sampler) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Clone for SlotValue

source§

fn clone(&self) -> SlotValue

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlotValue

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Buffer> for SlotValue

source§

fn from(value: Buffer) -> Self

Converts to this type from the input type.
source§

impl From<Sampler> for SlotValue

source§

fn from(value: Sampler) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html index afc156350..68e8363c8 100644 --- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html +++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html @@ -16,7 +16,7 @@ expected: SlotType, actual: SlotType, }, -}

Variants§

§

NodeRunError(NodeRunError)

§

EmptyNodeOutputSlot

Fields

§type_name: &'static str
§slot_index: usize
§slot_name: Cow<'static, str>
§

MissingInput

Fields

§slot_index: usize
§slot_name: Cow<'static, str>
§graph_name: Option<Cow<'static, str>>
§

MismatchedInputSlotType

Fields

§slot_index: usize
§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for RenderGraphRunnerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RenderGraphRunnerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RenderGraphRunnerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<NodeRunError> for RenderGraphRunnerError

source§

fn from(source: NodeRunError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

§

NodeRunError(NodeRunError)

§

EmptyNodeOutputSlot

Fields

§type_name: &'static str
§slot_index: usize
§slot_name: Cow<'static, str>
§

MissingInput

Fields

§slot_index: usize
§slot_name: Cow<'static, str>
§graph_name: Option<Cow<'static, str>>
§

MismatchedInputSlotType

Fields

§slot_index: usize
§expected: SlotType
§actual: SlotType

Trait Implementations§

source§

impl Debug for RenderGraphRunnerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for RenderGraphRunnerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for RenderGraphRunnerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<NodeRunError> for RenderGraphRunnerError

source§

fn from(source: NodeRunError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html index 9f8b545d1..47ada3601 100644 --- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html +++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html @@ -4,7 +4,7 @@ pub style_layer: String, pub tile: Tile, pub source_shape: TileShape, -}

Fields§

§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShape

Trait Implementations§

source§

impl PhaseItem for LayerItem

§

type SortKey = u32

The type used for ordering the items. The smallest values are drawn first.
source§

fn sort_key(&self) -> Self::SortKey

Determines the order in which the items are drawn during the corresponding RenderPhase.
source§

fn draw_function(&self) -> &dyn Draw<LayerItem>

source§

impl RenderCommand<LayerItem> for DrawRasterTile

source§

fn render<'w>( +}

Fields§

§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShape

Trait Implementations§

source§

impl PhaseItem for LayerItem

§

type SortKey = u32

The type used for ordering the items. The smallest values are drawn first.
source§

fn sort_key(&self) -> Self::SortKey

Determines the order in which the items are drawn during the corresponding RenderPhase.
source§

fn draw_function(&self) -> &dyn Draw<LayerItem>

source§

impl RenderCommand<LayerItem> for DrawRasterTile

source§

fn render<'w>( world: &'w World, item: &LayerItem, pass: &mut TrackedRenderPass<'w> @@ -12,7 +12,7 @@ world: &'w World, item: &LayerItem, pass: &mut TrackedRenderPass<'w> -) -> RenderCommandResult

Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.
source§

impl<const I: usize> RenderCommand<LayerItem> for SetRasterViewBindGroup<I>

source§

fn render<'w>( +) -> RenderCommandResult

Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.
source§

impl<const I: usize> RenderCommand<LayerItem> for SetRasterViewBindGroup<I>

source§

fn render<'w>( world: &'w World, item: &LayerItem, pass: &mut TrackedRenderPass<'w> diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html index 2d3d4d5a8..6ea6b44c1 100644 --- a/docs/api/maplibre/render/resource/enum.TextureView.html +++ b/docs/api/maplibre/render/resource/enum.TextureView.html @@ -22,7 +22,7 @@

§Safety
  • The raw handle obtained from the hal TextureView must not be manually destroyed
-

Trait Implementations§

source§

impl Debug for TextureView

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for TextureView

§

type Target = TextureView

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<SurfaceTexture> for TextureView

source§

fn from(surface_texture: SurfaceTexture) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for TextureView

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for TextureView

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for TextureView

§

type Target = TextureView

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<SurfaceTexture> for TextureView

source§

fn from(surface_texture: SurfaceTexture) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for TextureView

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html index 8647a2cd1..3c02b50fa 100644 --- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html +++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html @@ -22,7 +22,7 @@
§Safety
  • The raw handle obtained from the hal TextureView must not be manually destroyed
-

Trait Implementations§

source§

impl Debug for TextureView

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for TextureView

§

type Target = TextureView

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<SurfaceTexture> for TextureView

source§

fn from(surface_texture: SurfaceTexture) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for TextureView

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for TextureView

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for TextureView

§

type Target = TextureView

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<SurfaceTexture> for TextureView

source§

fn from(surface_texture: SurfaceTexture) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for SlotValue

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.
source§

impl From<TextureView> for TextureView

source§

fn from(value: TextureView) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html index 8b9049dcd..9b76ff6ba 100644 --- a/docs/api/maplibre/schedule/trait.StageLabel.html +++ b/docs/api/maplibre/schedule/trait.StageLabel.html @@ -1,4 +1,4 @@ StageLabel in maplibre::schedule - Rust

Trait maplibre::schedule::StageLabel

source ·
pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description

Defines a set of strongly-typed labels for a class of objects

Trait Implementations§

source§

impl Clone for Box<dyn StageLabel>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Hash for dyn StageLabel

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
source§

impl PartialEq for dyn StageLabel

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Eq for dyn StageLabel

Implementations on Foreign Types§

source§

impl StageLabel for &'static str

source§

impl StageLabel for Cow<'static, str>

Implementors§

\ No newline at end of file +sufficient, and should not be overridden without very good reason.

source§

impl Eq for dyn StageLabel

Implementations on Foreign Types§

source§

impl StageLabel for &'static str

source§

impl StageLabel for Cow<'static, str>

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 dd10bb9f6..87c84d425 100644 --- a/docs/api/maplibre/style/layer/enum.LayerPaint.html +++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html @@ -4,9 +4,9 @@ Fill(FillPaint), Raster(RasterLayer), }
Expand description

The different types of paints.

-

Variants§

Implementations§

Trait Implementations§

source§

impl Clone for LayerPaint

source§

fn clone(&self) -> LayerPaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LayerPaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for LayerPaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for LayerPaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Variants§

Implementations§

Trait Implementations§

source§

impl Clone for LayerPaint

source§

fn clone(&self) -> LayerPaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LayerPaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for LayerPaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for LayerPaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -37,8 +37,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html index 5e663a8da..3b9e47761 100644 --- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html +++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html @@ -1,8 +1,8 @@ BackgroundPaint in maplibre::style::layer - Rust

Struct maplibre::style::layer::BackgroundPaint

source ·
pub struct BackgroundPaint {
     pub background_color: Option<Color>,
-}

Fields§

§background_color: Option<Color>

Trait Implementations§

source§

impl Clone for BackgroundPaint

source§

fn clone(&self) -> BackgroundPaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BackgroundPaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BackgroundPaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for BackgroundPaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§background_color: Option<Color>

Trait Implementations§

source§

impl Clone for BackgroundPaint

source§

fn clone(&self) -> BackgroundPaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BackgroundPaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BackgroundPaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for BackgroundPaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -33,8 +33,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html index 8f894f477..820bc74e6 100644 --- a/docs/api/maplibre/style/layer/struct.FillPaint.html +++ b/docs/api/maplibre/style/layer/struct.FillPaint.html @@ -1,8 +1,8 @@ FillPaint in maplibre::style::layer - Rust

Struct maplibre::style::layer::FillPaint

source ·
pub struct FillPaint {
     pub fill_color: Option<Color>,
-}

Fields§

§fill_color: Option<Color>

Trait Implementations§

source§

impl Clone for FillPaint

source§

fn clone(&self) -> FillPaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FillPaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for FillPaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for FillPaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§fill_color: Option<Color>

Trait Implementations§

source§

impl Clone for FillPaint

source§

fn clone(&self) -> FillPaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FillPaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for FillPaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for FillPaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -33,8 +33,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html index e92d1517d..bd7e09c7e 100644 --- a/docs/api/maplibre/style/layer/struct.LinePaint.html +++ b/docs/api/maplibre/style/layer/struct.LinePaint.html @@ -1,8 +1,8 @@ LinePaint in maplibre::style::layer - Rust

Struct maplibre::style::layer::LinePaint

source ·
pub struct LinePaint {
     pub line_color: Option<Color>,
-}

Fields§

§line_color: Option<Color>

Trait Implementations§

source§

impl Clone for LinePaint

source§

fn clone(&self) -> LinePaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LinePaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for LinePaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for LinePaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§line_color: Option<Color>

Trait Implementations§

source§

impl Clone for LinePaint

source§

fn clone(&self) -> LinePaint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LinePaint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for LinePaint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for LinePaint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -33,8 +33,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html index 47160355b..f308f1fe3 100644 --- a/docs/api/maplibre/style/layer/struct.StyleLayer.html +++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html @@ -8,9 +8,9 @@ pub source: Option<String>, pub source_layer: Option<String>, }
Expand description

Stores all the styles for a specific layer.

-

Fields§

§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>

Trait Implementations§

source§

impl Clone for StyleLayer

source§

fn clone(&self) -> StyleLayer

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StyleLayer

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for StyleLayer

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for StyleLayer

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for StyleLayer

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Fields§

§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>

Trait Implementations§

source§

impl Clone for StyleLayer

source§

fn clone(&self) -> StyleLayer

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StyleLayer

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for StyleLayer

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for StyleLayer

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for StyleLayer

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -41,8 +41,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html index 97341fbd0..264115564 100644 --- a/docs/api/maplibre/style/raster/enum.RasterResampling.html +++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html @@ -1,9 +1,9 @@ RasterResampling in maplibre::style::raster - Rust

Enum maplibre::style::raster::RasterResampling

source ·
pub enum RasterResampling {
     Linear,
     Nearest,
-}

Variants§

§

Linear

§

Nearest

Trait Implementations§

source§

impl Clone for RasterResampling

source§

fn clone(&self) -> RasterResampling

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RasterResampling

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for RasterResampling

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RasterResampling

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

§

Linear

§

Nearest

Trait Implementations§

source§

impl Clone for RasterResampling

source§

fn clone(&self) -> RasterResampling

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RasterResampling

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for RasterResampling

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RasterResampling

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -34,8 +34,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/raster/struct.RasterLayer.html b/docs/api/maplibre/style/raster/struct.RasterLayer.html index cd65aab82..dc943b19b 100644 --- a/docs/api/maplibre/style/raster/struct.RasterLayer.html +++ b/docs/api/maplibre/style/raster/struct.RasterLayer.html @@ -7,9 +7,9 @@ pub raster_opacity: Option<f32>, pub raster_resampling: Option<RasterResampling>, pub raster_saturation: Option<f32>, -}

Fields§

§raster_brightness_max: Option<f32>§raster_brightness_min: Option<f32>§raster_contrast: Option<f32>§raster_fade_duration: Option<u32>§raster_hue_rotate: Option<f32>§raster_opacity: Option<f32>§raster_resampling: Option<RasterResampling>§raster_saturation: Option<f32>

Trait Implementations§

source§

impl Clone for RasterLayer

source§

fn clone(&self) -> RasterLayer

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RasterLayer

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for RasterLayer

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for RasterLayer

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RasterLayer

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§raster_brightness_max: Option<f32>§raster_brightness_min: Option<f32>§raster_contrast: Option<f32>§raster_fade_duration: Option<u32>§raster_hue_rotate: Option<f32>§raster_opacity: Option<f32>§raster_resampling: Option<RasterResampling>§raster_saturation: Option<f32>

Trait Implementations§

source§

impl Clone for RasterLayer

source§

fn clone(&self) -> RasterLayer

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RasterLayer

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for RasterLayer

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for RasterLayer

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for RasterLayer

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -40,8 +40,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/source/enum.Source.html b/docs/api/maplibre/style/source/enum.Source.html index a3777b78e..9c40bc2be 100644 --- a/docs/api/maplibre/style/source/enum.Source.html +++ b/docs/api/maplibre/style/source/enum.Source.html @@ -1,9 +1,9 @@ Source in maplibre::style::source - Rust

Enum maplibre::style::source::Source

source ·
pub enum Source {
     Vector(VectorSource),
     Raster(VectorSource),
-}

Variants§

Trait Implementations§

source§

impl Clone for Source

source§

fn clone(&self) -> Source

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Source

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Source

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Source

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Source

§

impl RefUnwindSafe for Source

§

impl Send for Source

§

impl Sync for Source

§

impl Unpin for Source

§

impl UnwindSafe for Source

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Clone for Source

source§

fn clone(&self) -> Source

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Source

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Source

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Source

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Source

§

impl RefUnwindSafe for Source

§

impl Send for Source

§

impl Sync for Source

§

impl Unpin for Source

§

impl UnwindSafe for Source

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -34,8 +34,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/source/enum.TileAddressingScheme.html b/docs/api/maplibre/style/source/enum.TileAddressingScheme.html index eb3a62d96..90f09630b 100644 --- a/docs/api/maplibre/style/source/enum.TileAddressingScheme.html +++ b/docs/api/maplibre/style/source/enum.TileAddressingScheme.html @@ -2,9 +2,9 @@ XYZ, TMS, }
Expand description

Tiles can be positioned using either the xyz coordinates or the TMS (Tile Map Service) protocol.

-

Variants§

§

XYZ

§

TMS

Trait Implementations§

source§

impl Clone for TileAddressingScheme

source§

fn clone(&self) -> TileAddressingScheme

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TileAddressingScheme

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TileAddressingScheme

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for TileAddressingScheme

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for TileAddressingScheme

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Variants§

§

XYZ

§

TMS

Trait Implementations§

source§

impl Clone for TileAddressingScheme

source§

fn clone(&self) -> TileAddressingScheme

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TileAddressingScheme

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TileAddressingScheme

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for TileAddressingScheme

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for TileAddressingScheme

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -35,8 +35,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/source/struct.VectorSource.html b/docs/api/maplibre/style/source/struct.VectorSource.html index d8a35854a..67d64a8d9 100644 --- a/docs/api/maplibre/style/source/struct.VectorSource.html +++ b/docs/api/maplibre/style/source/struct.VectorSource.html @@ -11,9 +11,9 @@
§maxzoom: Option<u8>

Max zoom level at which tiles are available.

§minzoom: Option<u8>

Min zoom level at which tiles are available.

§scheme: Option<TileAddressingScheme>§tiles: Option<TileUrl>

Array of URLs which can contain place holders like {x}, {y}, {z}.

-

Trait Implementations§

source§

impl Clone for VectorSource

source§

fn clone(&self) -> VectorSource

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for VectorSource

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for VectorSource

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for VectorSource

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Clone for VectorSource

source§

fn clone(&self) -> VectorSource

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for VectorSource

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for VectorSource

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for VectorSource

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -44,8 +44,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html index 45cebb704..74cb0b0a7 100644 --- a/docs/api/maplibre/style/struct.Alpha.html +++ b/docs/api/maplibre/style/struct.Alpha.html @@ -169,7 +169,7 @@ ComponentTy: Copy,

§

fn from(col_alpha: Alpha<YPbPr<ComponentTy>>) -> YPbPr<ComponentTy>

Converts to this type from the input type.
§

impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>
where ComponentTy: Copy,

§

fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>

Converts to this type from the input type.
§

impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>
where ComponentTy: Copy,

§

fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>

Converts to this type from the input type.
§

impl<ComponentTy> From<Alpha<Yuv<ComponentTy>>> for Yuv<ComponentTy>
where - ComponentTy: Copy,

§

fn from(col_alpha: Alpha<Yuv<ComponentTy>>) -> Yuv<ComponentTy>

Converts to this type from the input type.
§

impl From<Color> for Alpha<EncodedSrgb<f32>>

§

fn from(c: Color) -> Alpha<EncodedSrgb<f32>>

Converts to this type from the input type.
§

impl From<Color> for Alpha<EncodedSrgb<f64>>

§

fn from(c: Color) -> Alpha<EncodedSrgb<f64>>

Converts to this type from the input type.
§

impl From<Color> for Alpha<EncodedSrgb>

§

fn from(c: Color) -> Alpha<EncodedSrgb>

Converts to this type from the input type.
§

impl<ColorTy> Hash for Alpha<ColorTy>
where + ComponentTy: Copy,

§

fn from(col_alpha: Alpha<Yuv<ComponentTy>>) -> Yuv<ComponentTy>

Converts to this type from the input type.
§

impl From<Color> for Alpha<EncodedSrgb<f32>>

§

fn from(c: Color) -> Alpha<EncodedSrgb<f32>>

Converts to this type from the input type.
§

impl From<Color> for Alpha<EncodedSrgb<f64>>

§

fn from(c: Color) -> Alpha<EncodedSrgb<f64>>

Converts to this type from the input type.
§

impl From<Color> for Alpha<EncodedSrgb>

§

fn from(c: Color) -> Alpha<EncodedSrgb>

Converts to this type from the input type.
§

impl<ColorTy> Hash for Alpha<ColorTy>
where ColorTy: Hash + ColorType, <ColorTy as ColorType>::ComponentTy: Hash,

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html index d6995287d..cd7ad2839 100644 --- a/docs/api/maplibre/style/struct.EncodedSrgb.html +++ b/docs/api/maplibre/style/struct.EncodedSrgb.html @@ -13,7 +13,7 @@ ComponentTy: Clone,

§

fn clone(&self) -> EncodedSrgb<ComponentTy>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<CTy> ColorType for EncodedSrgb<CTy>
where CTy: Clone + Copy,

§

type ComponentTy = CTy

§

const SPACE: Spaces = Spaces::EncodedSrgb

§

const NUM_COMPONENTS: usize = 3usize

§

impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>
where ComponentTy: Debug,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>

§

fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>

Converts to this type from the input type.
§

impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>
where - ComponentTy: Copy,

§

fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>

Converts to this type from the input type.
§

impl From<Color> for EncodedSrgb

§

fn from(c: Color) -> EncodedSrgb

Converts to this type from the input type.
§

impl From<Color> for EncodedSrgb<f32>

§

fn from(c: Color) -> EncodedSrgb<f32>

Converts to this type from the input type.
§

impl From<Color> for EncodedSrgb<f64>

§

fn from(c: Color) -> EncodedSrgb<f64>

Converts to this type from the input type.
§

impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>
where + ComponentTy: Copy,

§

fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>

Converts to this type from the input type.
§

impl From<Color> for EncodedSrgb

§

fn from(c: Color) -> EncodedSrgb

Converts to this type from the input type.
§

impl From<Color> for EncodedSrgb<f32>

§

fn from(c: Color) -> EncodedSrgb<f32>

Converts to this type from the input type.
§

impl From<Color> for EncodedSrgb<f64>

§

fn from(c: Color) -> EncodedSrgb<f64>

Converts to this type from the input type.
§

impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>
where ComponentTy: Copy,

§

fn from( col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>> ) -> EncodedSrgb<ComponentTy>

Converts to this type from the input type.
§

impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>
where diff --git a/docs/api/maplibre/style/struct.Style.html b/docs/api/maplibre/style/struct.Style.html index 31e5d0300..5309841f6 100644 --- a/docs/api/maplibre/style/struct.Style.html +++ b/docs/api/maplibre/style/struct.Style.html @@ -8,9 +8,9 @@ pub zoom: Option<f64>, pub pitch: Option<f64>, }
Expand description

Stores the style for a multi-layered map.

-

Fields§

§version: u16§name: String§metadata: HashMap<String, String>§sources: HashMap<String, Source>§layers: Vec<StyleLayer>§center: Option<[f64; 2]>§zoom: Option<f64>§pitch: Option<f64>

Trait Implementations§

source§

impl Clone for Style

source§

fn clone(&self) -> Style

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Style

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Style

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Style

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Style

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Style

§

impl RefUnwindSafe for Style

§

impl Send for Style

§

impl Sync for Style

§

impl Unpin for Style

§

impl UnwindSafe for Style

Blanket Implementations§

source§

impl<T> Any for T
where +

Fields§

§version: u16§name: String§metadata: HashMap<String, String>§sources: HashMap<String, Source>§layers: Vec<StyleLayer>§center: Option<[f64; 2]>§zoom: Option<f64>§pitch: Option<f64>

Trait Implementations§

source§

impl Clone for Style

source§

fn clone(&self) -> Style

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Style

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Style

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Style

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Style

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Style

§

impl RefUnwindSafe for Style

§

impl Send for Style

§

impl Sync for Style

§

impl Unpin for Style

§

impl UnwindSafe for Style

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -41,8 +41,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/maplibre/style/style/struct.Style.html b/docs/api/maplibre/style/style/struct.Style.html index 2b27adf16..a117fe373 100644 --- a/docs/api/maplibre/style/style/struct.Style.html +++ b/docs/api/maplibre/style/style/struct.Style.html @@ -8,9 +8,9 @@ pub zoom: Option<f64>, pub pitch: Option<f64>, }
Expand description

Stores the style for a multi-layered map.

-

Fields§

§version: u16§name: String§metadata: HashMap<String, String>§sources: HashMap<String, Source>§layers: Vec<StyleLayer>§center: Option<[f64; 2]>§zoom: Option<f64>§pitch: Option<f64>

Trait Implementations§

source§

impl Clone for Style

source§

fn clone(&self) -> Style

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Style

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Style

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Style

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Style

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Style

§

impl RefUnwindSafe for Style

§

impl Send for Style

§

impl Sync for Style

§

impl Unpin for Style

§

impl UnwindSafe for Style

Blanket Implementations§

source§

impl<T> Any for T
where +

Fields§

§version: u16§name: String§metadata: HashMap<String, String>§sources: HashMap<String, Source>§layers: Vec<StyleLayer>§center: Option<[f64; 2]>§zoom: Option<f64>§pitch: Option<f64>

Trait Implementations§

source§

impl Clone for Style

source§

fn clone(&self) -> Style

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Style

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Style

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Style

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for Style

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Style

§

impl RefUnwindSafe for Style

§

impl Send for Style

§

impl Sync for Style

§

impl Unpin for Style

§

impl UnwindSafe for Style

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast<T> for T

§

fn downcast(&self) -> &T

§

impl<T> Downcast for T
where @@ -41,8 +41,8 @@ S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

impl<G1, G2> Within<G2> for G1
where - G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where + G2: Contains<G1>,

§

fn is_within(&self, b: &G2) -> bool

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> Resource for T
where T: 'static,

§

impl<T> WasmNotSend for T
where T: Send,

§

impl<T> WasmNotSendSync for T
where T: WasmNotSend + WasmNotSync,

§

impl<T> WasmNotSync for T
where diff --git a/docs/api/search-index.js b/docs/api/search-index.js index 2974d9d14..af436d3fd 100644 --- a/docs/api/search-index.js +++ b/docs/api/search-index.js @@ -1,5 +1,5 @@ var searchIndex = new Map(JSON.parse('[\ -["maplibre",{"t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKFRRNNNNONNMNNNNNNNNNMNNNNNPKKFKRRRGNNNNNNNNMMNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTPPPPPPPPPPPPPPPTFTPPPTFPTTTTTFPPTTTTTTTGPPPPPPPPPPPPTTTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTTTTTTPGTTTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNOOONNNNNONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFPFKRKRKRPFFGPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNPFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHPKFKRKFPGRNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNMNNNNOONNMNNNNNNNNNNNNNNNNNMMMNNNNNNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernel","OffscreenKernelConfig","OffscreenKernelEnvironment","Scheduler","as_any","as_any_mut","borrow","borrow_mut","cache_directory","clone","clone_into","create","deserialize","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","serialize","source_client","to_owned","try_from","try_into","type_id","upcast","Closed","EventLoop","EventLoopConfig","EventLoopError","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","create_proxy","create_proxy","downcast","downcast","fmt","fmt","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","send_event","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","offscreen_kernel_config","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","Window","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","source","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","Handle","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","FLOAT32_FILTERABLE","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","NV12","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_CACHE","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RAY_QUERY","RAY_TRACING_ACCELERATION_STRUCTURE","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_INT64","SHADER_INT64_ATOMIC_ALL_OPS","SHADER_INT64_ATOMIC_MIN_MAX","SHADER_PRIMITIVE_INDEX","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","SUBGROUP","SUBGROUP_BARRIER","SUBGROUP_VERTEX","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TEXTURE_FORMAT_NV12","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_ENCODERS","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_copy_size","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multi_planar_format","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_color_attachment_bytes_per_sample","max_color_attachments","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_subgroup_size","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_subgroup_size","min_uniform_buffer_offset_alignment","msaa","not","not","planes","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","size_multiple_requirement","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","target_component_alignment","target_pixel_byte_cost","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","Decoding","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","Decoding","ProcessVectorContext","ProcessVectorError","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","EventLoop","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","Window","WindowCreateError","WindowHandle","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","handle","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[544,"maplibre::event_loop"],[593,"maplibre::io"],[605,"maplibre::io::apc"],[790,"maplibre::io::apc::Input"],[792,"maplibre::io::geometry_index"],[926,"maplibre::io::geometry_index::TileIndex"],[928,"maplibre::io::scheduler"],[967,"maplibre::io::source_client"],[1035,"maplibre::io::source_type"],[1106,"maplibre::kernel"],[1157,"maplibre::map"],[1230,"maplibre::map::CurrentMapContext"],[1232,"maplibre::platform"],[1238,"maplibre::platform::http_client"],[1240,"maplibre::platform::noweb"],[1262,"maplibre::platform::noweb::http_client"],[1284,"maplibre::platform::noweb::scheduler"],[1303,"maplibre::platform::scheduler"],[1304,"maplibre::plugin"],[1306,"maplibre::raster"],[1420,"maplibre::raster::populate_world_system"],[1440,"maplibre::raster::process_raster"],[1497,"maplibre::raster::queue_system"],[1498,"maplibre::raster::render_commands"],[1550,"maplibre::raster::request_system"],[1571,"maplibre::raster::resource"],[1572,"maplibre::raster::resource::raster"],[1598,"maplibre::raster::resource_system"],[1599,"maplibre::raster::transferables"],[1710,"maplibre::raster::upload_system"],[1712,"maplibre::render"],[1857,"maplibre::render::builder"],[1941,"maplibre::render::camera"],[2098,"maplibre::render::draw_graph"],[2101,"maplibre::render::draw_graph::node"],[2102,"maplibre::render::error"],[2134,"maplibre::render::eventually"],[2161,"maplibre::render::graph"],[2277,"maplibre::render::graph::Edge"],[2283,"maplibre::render::graph::InputSlotError"],[2286,"maplibre::render::graph::OutputSlotError"],[2289,"maplibre::render::graph::RenderGraphError"],[2300,"maplibre::render::graph::RunSubGraphError"],[2308,"maplibre::render::graph::context"],[2439,"maplibre::render::graph::context::InputSlotError"],[2442,"maplibre::render::graph::context::OutputSlotError"],[2445,"maplibre::render::graph::context::RunSubGraphError"],[2453,"maplibre::render::graph::edge"],[2507,"maplibre::render::graph::edge::Edge"],[2513,"maplibre::render::graph::graph"],[2583,"maplibre::render::graph::node"],[2788,"maplibre::render::graph::node_slot"],[2927,"maplibre::render::graph_runner"],[2970,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2980,"maplibre::render::main_graph"],[2982,"maplibre::render::main_graph::node"],[2984,"maplibre::render::main_pass"],[3021,"maplibre::render::render_commands"],[3056,"maplibre::render::render_phase"],[3135,"maplibre::render::render_phase::draw"],[3182,"maplibre::render::resource"],[3258,"maplibre::render::resource::TextureView"],[3260,"maplibre::render::resource::buffer"],[3279,"maplibre::render::resource::pipeline"],[3305,"maplibre::render::resource::shader"],[3380,"maplibre::render::resource::surface"],[3494,"maplibre::render::resource::texture"],[3538,"maplibre::render::resource::texture::TextureView"],[3540,"maplibre::render::resource::tile_pipeline"],[3568,"maplibre::render::resource::tracked_render_pass"],[3602,"maplibre::render::settings"],[4132,"maplibre::render::settings::TextureFormat"],[4134,"maplibre::render::shaders"],[4362,"maplibre::render::systems"],[4368,"maplibre::render::systems::cleanup_system"],[4369,"maplibre::render::systems::graph_runner_system"],[4388,"maplibre::render::systems::resource_system"],[4407,"maplibre::render::systems::sort_phase_system"],[4408,"maplibre::render::systems::tile_view_pattern_system"],[4409,"maplibre::render::systems::upload_system"],[4410,"maplibre::render::tile_view_pattern"],[4541,"maplibre::render::tile_view_pattern::pattern"],[4588,"maplibre::render::view_state"],[4636,"maplibre::schedule"],[4713,"maplibre::style"],[6626,"maplibre::style::layer"],[6753,"maplibre::style::raster"],[6808,"maplibre::style::source"],[6889,"maplibre::style::style"],[6920,"maplibre::tcs"],[6964,"maplibre::tcs::resources"],[7007,"maplibre::tcs::system"],[7033,"maplibre::tcs::system::function"],[7055,"maplibre::tcs::system::stage"],[7075,"maplibre::tcs::tiles"],[7194,"maplibre::tcs::world"],[7212,"maplibre::tessellation"],[7260,"maplibre::tessellation::zero_tessellator"],[7303,"maplibre::tile"],[7450,"maplibre::util"],[7484,"maplibre::util::fps_meter"],[7505,"maplibre::util::grid"],[7507,"maplibre::util::label"],[7513,"maplibre::util::math"],[7615,"maplibre::vector"],[7800,"maplibre::vector::populate_world_system"],[7820,"maplibre::vector::process_vector"],[7884,"maplibre::vector::queue_system"],[7885,"maplibre::vector::render_commands"],[7920,"maplibre::vector::request_system"],[7941,"maplibre::vector::resource"],[7942,"maplibre::vector::resource::buffer_pool"],[8112,"maplibre::vector::resource_system"],[8113,"maplibre::vector::transferables"],[8292,"maplibre::vector::upload_system"],[8294,"maplibre::window"],[8399,"core::any"],[8400,"alloc::boxed"],[8401,"alloc::rc"],[8402,"core::result"],[8403,"core::option"],[8404,"core::cmp"],[8405,"serde::de"],[8406,"core::hash"],[8407,"core::fmt"],[8408,"cgmath::point"],[8409,"alloc::sync"],[8410,"core::iter::traits::iterator"],[8411,"serde::ser"],[8412,"alloc::string"],[8413,"cgmath::matrix"],[8414,"alloc::vec"],[8415,"core::marker"],[8416,"core::clone"],[8417,"core::ops::function"],[8418,"rstar::rtree"],[8419,"geo_types"],[8420,"num_traits::bounds"],[8421,"num_traits::sign"],[8422,"geozero::error"],[8423,"geo_types::geometry::line_string"],[8424,"std::collections::hash::map"],[8425,"geo_types::geometry::polygon"],[8426,"geozero::property_processor"],[8427,"core::future::future"],[8428,"core::pin"],[8429,"reqwest_middleware::error"],[8430,"reqwest::error"],[8431,"core::error"],[8432,"std::path"],[8433,"core::convert"],[8434,"image::buffer_"],[8435,"alloc::borrow"],[8436,"wgpu"],[8437,"wgpu_types"],[8438,"cgmath::angle"],[8439,"cgmath::vector"],[8440,"raw_window_handle"],[8441,"core::iter::traits::collect"],[8442,"core::ops::range"],[8443,"bitflags::iter"],[8444,"cint"],[8445,"csscolorparser::color"],[8446,"core::default"],[8447,"lyon_tessellation::geometry_builder"],[8448,"bytemuck::pod"],[8449,"lyon_tessellation::fill"],[8450,"lyon_tessellation::stroke"],[8451,"core::ops::arith"],[8452,"lyon_tessellation"],[8453,"geozero::mvt::vector_tile::tile"],[8454,"geozero::mvt::tile_value"],[8455,"geozero::feature_processor"],[8456,"geozero::geometry_processor"],[8457,"geo_types::geometry"],[8458,"tile_grid::wmts::grid"],[8459,"cgmath::num"],[8460,"alloc::collections::vec_deque"],[8461,"std::collections::hash::set"],[8462,"raw_window_handle::borrowed"],[8463,"core::num::nonzero"],[8464,"geozero::mvt::vector_tile"]],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,376,0,0,382,382,382,382,382,382,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,34,18,18,12,12,19,14,20,21,21,17,17,16,29,34,18,12,19,14,20,21,17,16,29,12,21,17,16,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,34,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,34,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,34,18,12,19,14,20,21,17,16,29,17,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,34,18,12,19,14,20,21,17,16,29,29,19,19,34,34,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,34,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,51,52,45,51,52,45,51,52,45,51,52,45,45,0,0,45,51,51,52,45,52,52,0,51,52,45,51,52,45,51,52,45,51,45,51,52,45,51,52,45,0,0,0,52,52,51,52,45,51,52,45,51,52,45,51,52,45,0,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,0,50,0,50,66,50,0,0,50,50,64,64,64,64,64,64,64,66,64,64,64,64,64,64,64,64,64,66,64,64,64,64,64,73,0,0,0,0,450,70,450,0,73,74,73,74,73,74,73,74,450,70,73,74,73,73,74,74,73,74,73,74,73,74,73,74,73,74,73,74,70,71,73,74,73,74,73,74,73,74,73,74,0,0,391,391,0,391,391,0,0,0,391,391,0,0,0,0,91,0,79,82,82,93,93,0,0,0,0,0,80,0,79,82,0,0,93,0,82,80,92,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,79,87,87,80,89,80,89,80,87,91,86,80,92,93,82,89,90,91,91,86,92,92,93,93,82,82,87,91,86,80,92,93,82,89,86,90,94,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,80,92,89,87,91,86,80,92,93,82,89,86,87,91,86,80,92,93,82,89,87,86,87,87,79,87,87,83,89,89,80,86,86,80,89,91,92,93,82,86,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,451,451,0,0,0,0,103,112,103,112,0,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,98,97,98,103,98,103,98,97,97,107,97,98,107,112,97,98,103,98,98,97,97,98,103,107,112,97,98,103,98,98,97,97,97,97,97,107,107,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,97,97,97,97,97,97,97,107,97,97,97,112,97,97,97,98,97,97,97,107,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,97,452,453,0,114,0,0,114,117,114,117,114,117,114,117,114,117,114,114,114,117,114,117,114,117,114,117,117,114,117,114,88,117,114,117,114,117,114,117,114,117,114,0,0,0,0,0,118,121,68,118,121,68,118,121,68,118,121,68,118,68,118,68,118,121,68,67,118,68,121,121,118,121,121,121,68,68,118,118,121,68,118,121,68,118,68,118,121,68,118,121,68,118,68,121,118,68,121,118,121,68,118,121,68,118,121,68,118,121,68,120,0,0,120,0,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,125,126,120,125,126,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,126,125,126,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,0,0,47,47,127,47,127,47,127,47,127,47,127,127,127,47,127,47,127,127,47,127,47,127,47,127,47,127,47,127,47,47,127,127,47,47,127,47,47,47,127,47,127,47,127,47,127,127,127,127,127,0,128,0,0,454,454,128,128,128,128,454,75,128,454,75,128,454,75,128,454,75,128,75,75,454,75,128,128,128,454,75,128,128,75,454,75,128,454,75,128,128,454,75,128,75,454,75,128,75,75,75,75,75,75,75,75,128,128,454,75,128,454,75,128,454,75,128,454,75,128,75,75,75,455,455,0,0,0,0,0,0,0,134,0,133,133,133,133,133,133,133,0,133,133,133,133,133,0,0,133,0,133,133,133,133,0,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,0,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,0,0,132,456,0,0,0,139,0,139,456,0,0,0,0,0,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,141,142,141,142,144,145,138,143,138,144,145,456,143,138,144,145,456,143,144,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,143,141,142,0,0,0,0,0,0,0,144,145,141,142,0,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,0,0,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,0,0,148,0,150,149,148,150,149,148,150,149,148,150,149,148,149,150,150,149,148,148,148,150,149,148,150,149,148,150,149,148,150,149,150,149,148,150,149,148,149,149,149,0,148,150,149,148,150,149,148,150,149,148,150,149,148,0,0,0,0,0,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,0,153,153,153,153,153,0,153,153,153,153,153,153,153,153,153,153,153,153,153,153,0,0,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,0,0,0,0,0,165,139,0,165,139,0,0,163,164,165,165,166,163,164,165,166,165,163,164,165,166,163,164,165,166,141,142,163,164,165,166,165,166,141,142,163,164,163,164,163,164,165,166,165,165,165,165,165,165,163,164,165,163,164,165,166,165,163,163,163,164,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,163,141,142,163,164,141,142,163,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,0,0,170,170,0,0,170,170,170,170,0,0,0,0,0,172,59,172,171,170,170,169,59,172,171,170,169,170,59,172,171,170,169,59,172,171,170,169,169,0,0,170,170,169,59,171,172,172,59,172,171,170,169,0,170,170,170,170,170,170,0,0,170,59,172,171,170,169,0,0,170,172,172,172,172,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,0,0,59,59,172,172,59,0,172,0,59,172,172,0,172,0,172,0,172,59,172,59,0,0,170,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,0,172,183,0,183,0,0,183,0,183,182,184,131,183,182,184,131,183,182,184,131,183,182,184,131,131,131,131,183,131,183,182,184,131,183,182,184,131,182,183,182,184,131,183,182,184,131,183,182,184,131,183,182,184,131,183,183,182,184,131,131,184,182,131,131,183,182,184,131,183,182,184,131,183,182,184,131,183,183,182,184,131,182,131,131,131,0,0,0,0,0,0,0,0,0,0,0,0,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,188,185,186,185,188,189,186,188,189,186,188,188,192,190,190,185,189,189,186,188,188,189,186,185,185,185,192,190,185,189,186,188,186,186,186,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,189,192,190,185,189,186,188,188,186,186,186,185,186,185,185,186,186,186,186,186,192,189,188,186,186,186,186,186,186,189,189,186,188,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,185,185,186,186,0,0,0,0,175,175,175,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,202,0,0,200,200,200,200,200,200,200,200,200,200,202,200,200,200,200,200,200,200,200,200,200,200,200,200,210,225,218,0,197,197,0,0,0,218,0,220,211,0,60,197,197,197,207,208,206,197,207,208,206,206,220,211,0,217,0,197,0,0,0,0,60,0,0,0,0,0,0,60,210,225,217,0,0,0,0,0,206,210,225,197,197,197,197,197,197,197,197,58,0,49,58,197,197,0,216,197,197,197,197,197,197,197,0,57,216,223,223,49,216,209,57,222,197,197,197,197,197,209,216,55,0,57,216,49,0,49,223,216,57,205,57,55,215,49,197,197,197,197,216,197,460,460,461,460,460,461,462,462,462,463,463,463,464,464,465,466,465,467,466,466,464,464,467,468,468,469,468,468,469,468,469,0,207,208,206,207,208,206,206,0,0,0,0,206,209,57,206,206,207,207,208,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,206,207,208,206,207,208,206,206,206,207,207,207,208,208,208,57,206,206,207,207,208,208,209,57,206,207,208,57,57,57,57,57,57,57,209,57,209,57,206,207,208,209,57,206,207,208,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,57,57,57,57,57,57,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,462,462,462,463,463,463,468,468,469,468,468,469,468,469,218,0,0,218,217,217,217,217,218,218,217,218,217,218,217,218,217,217,217,218,217,218,217,218,217,217,217,218,218,218,217,217,218,217,217,217,218,217,218,217,218,217,218,217,218,217,217,218,217,218,217,218,217,218,460,460,461,460,460,461,0,49,0,49,49,49,49,222,49,222,49,222,49,222,49,49,49,222,49,49,222,49,49,49,49,49,49,49,49,49,222,49,49,222,222,49,222,49,222,49,222,49,222,49,49,49,49,49,49,49,49,49,222,49,49,49,49,222,49,49,222,49,222,49,222,49,222,49,49,49,0,0,220,60,220,0,0,0,0,0,60,0,60,223,223,58,216,224,219,219,60,60,223,220,220,58,216,224,219,60,223,220,219,58,216,224,219,60,223,220,58,216,224,219,60,223,220,219,220,219,220,219,58,219,58,58,205,216,224,219,60,223,220,205,205,205,219,60,220,219,216,219,60,220,219,219,219,60,60,60,220,220,220,216,219,60,60,223,220,58,216,224,219,60,60,60,60,223,220,220,220,220,220,223,223,223,223,219,223,216,223,205,205,223,223,216,58,216,224,219,60,223,220,58,216,224,219,60,223,220,58,216,224,219,60,223,220,58,216,224,219,60,223,220,205,58,216,224,219,60,223,220,216,216,219,216,216,216,205,205,223,223,216,219,223,223,205,224,60,219,220,60,58,216,224,219,60,223,220,58,216,224,219,60,223,220,58,216,224,219,60,223,220,216,58,216,224,219,60,223,220,205,205,216,216,210,225,211,211,210,225,0,0,0,0,0,210,225,210,225,225,211,211,55,215,210,225,211,55,215,210,225,211,55,215,210,225,211,55,215,210,225,211,55,210,225,211,55,215,210,225,211,55,215,225,211,225,211,225,225,225,211,211,211,210,225,225,211,55,215,210,210,210,210,225,211,211,211,211,211,211,55,215,215,215,215,215,210,225,211,55,215,210,225,211,55,215,225,211,55,215,210,225,211,55,215,215,210,225,211,55,215,215,215,55,55,210,55,215,210,225,211,55,225,210,225,211,55,215,210,225,211,55,215,210,225,211,55,215,210,225,211,55,215,227,227,227,227,0,0,470,227,470,227,470,227,470,227,470,227,227,227,470,227,227,470,227,470,227,470,227,470,227,470,227,470,470,227,227,470,227,470,227,470,227,470,227,471,471,472,471,473,472,471,473,472,473,0,0,0,0,0,0,228,229,228,229,228,229,228,229,228,229,228,229,228,228,229,228,229,228,229,228,229,228,229,228,228,229,228,229,228,229,228,229,228,229,228,0,0,0,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,0,0,62,0,0,0,0,0,63,62,0,231,231,151,230,231,151,230,231,151,230,231,151,230,231,231,231,151,230,0,53,63,151,230,151,230,231,151,230,151,231,151,230,231,151,230,231,231,151,230,231,231,151,230,231,234,234,235,231,231,63,151,230,151,230,151,151,231,151,230,231,151,230,231,151,230,231,151,230,0,0,62,0,0,0,63,62,62,234,62,234,62,234,62,234,62,234,53,234,63,62,234,62,234,62,234,62,234,62,234,62,234,234,234,234,235,0,63,62,234,62,234,62,234,62,234,0,0,0,0,0,246,246,0,0,0,0,214,0,0,214,0,0,0,0,0,241,241,0,240,476,243,250,237,250,236,242,243,237,250,179,247,240,237,237,250,237,250,476,247,61,0,244,237,250,250,0,244,179,156,242,243,241,0,244,242,0,476,156,244,476,244,0,0,247,250,237,250,156,247,250,238,477,477,0,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,0,0,237,237,237,237,237,236,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,0,0,0,241,241,242,242,243,241,242,243,241,241,242,243,241,242,243,243,241,242,243,241,242,243,241,242,243,242,242,243,242,242,242,242,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,242,243,241,242,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,0,0,0,246,246,0,0,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,476,244,179,247,244,476,246,179,247,244,476,246,179,179,179,244,179,179,179,247,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,179,247,244,476,246,179,247,476,247,244,179,179,244,179,244,179,244,179,244,244,179,476,244,476,244,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,247,247,244,476,246,179,247,214,0,0,214,156,214,156,214,156,214,156,214,214,156,214,214,156,214,214,214,156,156,214,156,214,156,214,156,214,156,214,156,156,214,156,156,214,156,214,156,214,156,214,156,477,477,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,258,258,158,258,257,258,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,258,258,258,258,258,257,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,258,0,257,262,262,261,258,0,261,258,257,258,258,258,0,158,261,258,258,258,258,258,257,258,0,158,158,158,158,158,158,158,158,158,158,158,158,258,258,258,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,258,257,258,258,258,258,258,258,258,258,258,258,258,258,258,158,0,258,258,258,258,258,258,258,258,258,258,258,0,258,258,258,257,0,158,257,258,258,258,261,261,257,257,258,258,260,260,158,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,158,173,257,258,257,258,257,258,257,258,257,257,258,258,257,258,257,258,158,158,158,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,260,260,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,257,258,158,158,173,257,258,257,258,261,257,258,260,173,161,174,174,173,257,258,173,261,257,258,260,158,173,262,161,174,260,260,261,257,258,260,158,261,257,258,260,158,257,258,261,257,258,260,158,261,261,261,257,257,257,258,258,258,260,260,260,158,158,158,257,258,173,261,257,257,257,257,257,258,258,258,258,258,260,158,261,257,257,258,260,158,173,262,161,174,257,258,257,257,258,258,257,258,257,258,257,258,158,158,158,158,261,257,258,260,158,257,258,257,258,257,258,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,257,258,257,258,158,158,158,158,257,258,158,161,158,261,257,258,260,158,173,262,161,174,257,258,257,258,173,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,174,257,258,158,173,174,173,257,258,158,158,158,161,257,258,158,257,258,257,258,257,258,158,158,174,261,257,258,260,158,173,262,161,174,257,258,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,257,258,261,257,258,260,158,173,262,161,174,260,260,478,478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,270,269,270,271,272,273,274,275,269,270,271,272,273,274,275,272,277,269,271,275,276,277,278,279,276,277,278,279,277,278,279,269,270,271,272,273,274,275,277,272,277,278,279,280,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,269,270,271,273,274,275,271,271,275,275,269,270,271,272,273,274,275,274,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,269,269,273,274,0,0,0,0,0,0,0,0,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,0,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,0,0,0,288,0,0,0,288,288,0,288,0,0,0,0,0,0,286,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,287,287,286,288,289,287,288,289,287,289,287,287,290,286,290,288,289,287,286,288,289,287,290,288,289,287,286,204,204,204,290,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,290,288,289,287,286,290,288,289,287,286,286,287,0,292,479,290,289,287,289,289,288,289,287,287,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,292,479,292,479,287,0,0,0,0,292,293,292,293,292,293,292,293,292,292,293,293,292,293,292,293,293,292,293,292,293,292,293,292,293,292,293,292,292,293,292,292,293,292,293,292,293,292,293,292,292,292,292,0,0,0,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,0,0,0,0,0,0,46,46,46,46,302,301,46,302,301,46,302,301,46,302,301,46,46,46,302,301,299,46,299,299,299,298,302,301,46,46,46,298,302,301,46,302,301,46,302,301,302,301,46,299,302,301,46,46,301,46,299,302,301,46,46,46,46,301,46,302,301,46,302,301,46,302,301,46,302,301,46,0,343,0,343,0,343,0,343,0,0,343,0,343,0,343,0,343,0,343,346,0,0,342,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,342,0,343,0,343,0,0,343,342,0,0,0,343,0,343,0,343,0,343,0,343,0,343,339,313,304,341,304,304,341,341,343,343,337,337,303,303,335,335,314,314,330,330,315,315,327,327,328,328,318,318,336,336,331,331,329,329,321,321,316,316,333,333,309,309,324,324,310,310,307,307,322,322,317,317,320,320,338,338,340,340,339,339,323,323,313,313,334,334,319,319,308,308,306,306,311,311,312,312,332,332,326,326,325,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,337,303,335,314,318,336,331,329,321,316,333,324,310,307,322,317,339,313,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,323,334,306,311,130,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,320,338,306,311,320,338,325,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,304,304,341,341,341,343,343,343,337,337,337,303,303,303,335,335,335,314,314,314,330,330,330,315,315,315,327,327,327,328,328,328,318,318,318,336,336,336,331,331,331,329,329,329,321,321,321,316,316,316,333,333,333,309,309,309,324,324,324,310,310,310,307,307,307,322,322,322,317,317,317,320,320,320,338,338,338,340,340,340,339,339,339,323,323,323,313,313,313,334,334,334,319,319,319,308,308,308,306,306,306,311,311,311,312,312,312,332,332,332,326,326,326,325,325,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,343,337,337,337,337,337,337,337,303,303,303,303,335,335,335,335,314,314,314,314,330,330,330,330,315,315,315,315,327,327,327,327,328,328,328,328,318,318,318,318,336,336,336,336,331,331,331,331,329,329,329,329,321,321,321,321,316,316,316,316,333,333,333,333,309,309,309,309,324,324,324,324,310,310,310,310,307,307,307,307,322,322,322,322,317,317,317,317,320,320,320,320,338,338,338,338,340,340,340,340,339,339,339,339,323,323,323,323,313,313,313,313,334,334,334,334,319,319,319,319,308,308,308,308,306,306,306,306,311,311,311,311,312,312,312,312,332,332,332,332,326,326,326,326,325,325,325,325,346,337,303,335,314,318,336,331,329,321,316,333,324,310,307,322,317,323,334,319,308,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,320,338,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,343,337,337,303,303,335,335,314,314,330,330,315,315,327,327,328,328,318,318,336,336,331,331,329,329,321,321,316,316,333,333,309,309,324,324,310,310,307,307,322,322,317,317,320,320,338,338,340,340,339,339,323,323,313,313,334,334,319,319,308,308,306,306,311,311,312,312,332,332,326,326,325,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,346,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,327,328,339,323,313,334,319,0,130,130,130,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,312,332,130,312,332,337,303,335,314,318,336,331,329,321,316,333,324,310,307,322,317,0,319,308,0,130,0,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,326,304,341,343,337,303,335,314,330,315,327,328,318,336,331,329,321,316,333,309,324,310,307,322,317,320,338,340,339,323,313,334,319,308,306,311,312,332,326,325,308,326,130,330,315,309,340,330,309,340,306,311,312,332,326,325,330,309,340,130,351,0,351,0,0,351,0,351,0,348,349,350,351,352,348,349,350,351,352,348,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,352,348,349,350,351,352,348,349,350,351,352,349,348,349,350,351,352,348,349,350,351,352,351,352,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,350,352,352,352,352,348,349,350,351,352,352,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,353,353,0,0,353,354,353,354,353,354,353,354,353,354,353,354,354,353,354,353,354,353,354,353,354,353,354,353,354,353,354,353,354,353,354,354,354,354,354,354,354,354,354,353,354,353,354,353,354,353,354,353,354,353,354,356,0,36,0,0,0,356,0,36,36,355,356,36,355,356,355,36,355,356,36,355,356,355,36,355,356,36,355,356,36,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,355,355,355,36,355,356,355,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,480,481,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,0,0,358,359,358,359,358,359,358,359,357,358,357,358,359,358,359,358,359,358,359,358,359,358,359,358,359,358,359,359,0,358,0,0,358,359,358,359,358,359,358,359,0,291,482,0,0,0,0,0,291,482,360,360,360,360,360,361,360,361,361,361,360,360,360,360,360,0,360,360,360,360,360,360,361,360,291,360,482,360,483,360,360,360,360,360,0,0,0,0,363,363,363,363,363,363,0,363,363,363,300,363,363,364,363,364,0,363,363,363,363,363,0,0,366,367,367,367,367,367,367,367,367,367,367,367,366,367,367,367,367,367,367,367,0,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,0,0,0,0,0,484,485,0,484,485,0,0,0,0,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,168,369,369,370,371,168,369,370,371,168,372,373,374,371,369,168,372,373,373,373,168,369,374,371,369,168,372,168,374,374,371,369,168,372,374,371,369,168,372,371,369,372,374,371,369,168,372,373,374,371,369,168,372,372,484,168,485,168,486,168,371,374,374,168,369,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,0,0,0,0,375,375,379,376,379,376,379,376,379,376,376,376,376,379,376,376,379,376,376,376,379,376,379,376,379,376,379,376,379,376,379,379,376,379,376,379,376,379,376,379,376,376,0,487,0,487,0,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,0,0,0,388,388,388,388,0,389,390,391,388,388,389,390,391,388,388,388,389,389,389,390,391,388,389,390,391,388,389,390,391,389,390,391,388,389,390,391,388,388,388,389,390,391,388,389,389,389,390,391,388,388,388,389,390,391,389,390,391,388,388,388,388,391,391,391,389,389,389,390,391,388,389,389,390,391,388,388,388,390,388,390,390,389,389,389,390,391,388,389,390,391,388,389,390,391,388,389,390,391,388,388,389,390,391,388,391,391,388,391,390,390,389,389,389,389,390,390,390,390,389,390,391,388,389,390,391,388,389,390,391,388,390,390,389,390,391,388,389,389,389,390,391,388,391,391,0,398,0,0,397,397,397,397,397,397,397,397,397,0,401,397,0,397,397,397,397,397,397,0,0,398,397,401,397,397,397,397,397,397,0,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,0,0,0,0,15,403,15,403,0,0,0,0,405,40,408,404,404,405,40,408,404,405,40,408,404,405,40,408,404,0,404,404,404,404,405,0,0,0,405,40,408,404,404,404,404,404,404,405,40,408,404,405,40,408,404,405,405,405,405,405,405,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,0,40,408,0,40,408,405,405,40,408,404,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,488,0,421,0,0,410,0,410,0,410,488,0,0,0,421,0,410,0,0,0,0,0,0,0,0,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,423,409,411,412,414,415,420,411,412,414,415,419,423,422,409,416,417,418,417,418,409,423,422,488,416,417,423,440,418,409,423,422,488,416,417,416,440,440,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,414,418,409,423,422,488,416,417,440,412,419,417,411,412,414,415,440,440,440,440,420,440,0,0,0,0,0,0,0,0,423,422,412,414,415,0,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,0,440,0,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,421,0,0,421,0,419,420,421,419,420,421,419,420,421,419,420,421,420,419,419,420,421,421,421,419,420,421,419,420,421,419,420,421,419,420,421,419,420,421,419,420,421,420,420,420,419,420,420,0,420,420,421,419,420,421,419,420,421,419,420,421,419,420,421,0,0,0,0,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,0,425,425,425,425,425,0,425,425,425,425,425,425,425,425,425,425,425,425,425,425,0,0,0,0,0,429,0,0,429,0,429,0,0,0,429,426,426,426,429,430,428,431,427,426,429,430,428,431,427,427,426,429,430,428,431,427,426,429,430,428,431,427,428,428,428,428,426,427,429,428,429,428,428,427,426,429,430,428,431,427,426,426,428,427,426,429,430,428,431,427,426,429,430,428,431,427,426,427,427,426,426,426,426,426,426,428,428,430,430,426,429,430,428,431,427,426,429,430,428,431,427,426,429,430,428,431,427,426,429,430,428,431,427,426,429,430,428,431,427,427,426,428,431,427,427,426,426,430,427,426,426,426,426,426,427,427,428,429,428,427,426,429,430,428,431,427,426,429,430,428,431,427,430,426,429,430,428,431,427,426,429,430,428,431,427,426,426,428,426,426,428,0,0,0,0,0,0,0,438,410,0,438,410,0,438,410,0,438,410,0,0,434,435,436,438,438,437,439,434,435,436,438,437,439,438,434,435,436,438,437,439,434,435,436,438,437,439,437,411,412,414,415,434,435,436,437,438,437,439,438,437,439,411,412,414,415,434,435,436,437,434,435,436,437,434,435,436,438,437,439,438,438,438,438,438,438,437,434,435,436,438,437,434,435,436,438,437,439,438,436,434,434,435,435,436,436,438,437,437,439,434,435,436,438,437,439,434,435,436,438,437,439,434,435,436,438,437,439,414,437,434,435,436,438,437,439,437,412,435,435,411,412,414,415,434,435,436,437,412,414,435,437,438,437,439,415,436,434,435,436,438,437,439,434,435,436,438,437,439,434,435,436,438,437,439,434,435,436,438,437,439,0,0,129,0,0,0,442,0,0,129,0,177,129,6,6,297,297,129,6,297,6,297,129,6,297,129,6,297,6,297,6,297,442,129,6,297,6,297,6,297,6,297,6,6,6,297,297,297,129,129,6,297,129,6,297,177,6,297,6,297,6,297,6,297,177,129,6,297,129,6,297,129,6,297,129,6,297,129,6,297,6,297,177,177,176,6,6,297,129,129,6,297,129,6,297,129,6,297,129,6,297,6,297,6,297,6,297],"f":"```````````````````````````````````````{cb{}}0{ce{}{}}00{cc{}}1{{{d{c}}}{{d{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}`{{jln}A`}`{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}````````````````````{{AhAj}c{}}{{AlAl}c{}};;;;;;;;;;;;;;;;;;;;;;;;{cAn{}}00{{nn}B`}<<<<<<<<<<<<<<<<<<<<{Bb{{Af{Bd}}}}{Bfn}{BdBd}{AhAh}{BfBf}{AlAl}{BhBh}{BjBj}{BbBb}{B`B`}{{ce}A`{}{}}0000000{{BdBd}Bl}{{AhAh}Bl}{{BbBb}Bl}{{ce}Bl{}{}}00{{}{{C`{Bn}}}}{{}Ah}{{}Bf}{{}Al}{{}Bh}{{}Bj}{{}Bb}{{}B`}{c{{Ab{Ah}}}Cb}{c{{Ab{Bb}}}Cb}{ce{}{}}000000000{{cAn}h{}}000{{cCd}A`{}}00{{BdBd}h}{{AhAh}h}{{BhBh}h}{{BjBj}h}{{BbBb}h}{{B`B`}h}{{ce}h{}{}}00000000000{{BdCf}Ch}{{AhCf}Ch}0{{BfCf}Ch}0{{AlCf}Ch}0{{BhCf}Ch}{{BjCf}Ch}0{{BbCf}Ch}0{{B`Cf}Ch}0{{CjCf}Ch}{cc{}}00{AjAh}11{AhAl}22{{{Cl{BnBnAh}}}Bj}{{{Cl{CnCnAh}}}Bb}4{{{D`{n}}}B`}{{{Cl{DbDb}}}B`}6{{{Cl{nn}}}B`}7{{BfAl}B`}{Bb{{C`{Bb}}}}{Bb{{Af{Bb}}}}{{Ahc}A`Cd}{{Bjc}A`Cd}{{Bbc}A`Cd}{ce{}{}}000000000{BbDd}{{{d{c}}}{{d{b}}}{}}000000000{{{Df{c}}}{{Df{b}}}{}}000000000{{{f{c}}}{{f{b}}}{}}000000000{{BbDh}{{Af{Bj}}}}{{BjDh}{{Af{Bb}}}}{{B`AhAl}Bb}{{CjBb}h}{Ahh}{ch{}}{{ce}h{}{}}000000000{Cj{{`{{Dl{}{{Dj{Bb}}}}}}}}``{DdBb}0``{Bfn}0{{Bfn}n}`{{AlAlc}h{}}{{{Dn{Ah}}}Bd}{AjAh}{{nn}Bf}{nAl}{{{E`{n}}CnEbAlAh}Cj}`{{BdBd}{{Af{Bl}}}}{{AhAh}{{Af{Bl}}}}{{BbBb}{{Af{Bl}}}}{{AlAl}n}{{AlBb}n}{{AlAh}n}{{Ahc}AbEd}{{Bbc}AbEd}{BbAj}{{AhAj}c{}}{{AlAl}c{}}{ce{}{}}0000000{cEf{}}00000{{BbAl}{{Eh{n}}}}{c{{Ab{e}}}{}{}}0000000000000000000{cAd{}}000000000{c{{Af{e}}}{}{}}000000000{DdBb}0``````````{{Aln}Ah}{CjAh}````{cb{}}00000999999{{EjEl{f{{En{c}}}}F`Fb}A`Fd}``{{}Ej}{Ffc{}}<<<{FhFj}``{cc{}}00>>>{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00```{Fhc{}}`{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{jA`}`>>{ce{}{}}00:{Fl{{G`{Fn}}}}1:987{{}Fl}{{FlGbGdGfF`}{{Ab{A`Gh}}}}7765{{FlGf}A`}`````5```{cb{}}000555555??55>>==<<;;{{F`cGj}GlGn}{{F`FhGj}Gl};;;;::998`````````2277`{H`H`}{{ce}A`{}{}}{H`{{Hd{}{{Hb{c}}}}}Hf}{c{{Ab{H`}}}Cb};{cc{}}<{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{{H`c}AbEd}{{{Hd{}{{Hb{c}}}}}{{Hh{c}}}Hf}{ce{}{}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`````````{cb{}}0004444{{}c{}}{{{Hl{}{{Hj{c}}}}}c{{Hn{e}}}I`}66{{IbCf}Ch}0{{IdCf}Ch}0??88>>==<<;;{{{Hl{}{{Hj{c}}}}{If{g}}{Af{Ih}}}{{Ab{A`Id}}}{{Hn{e}}}I`Fd}{{Hnc}{{Ab{A`Ib}}}{}}{cEf{}}0::::9988```````````````````````````````````````7777777777777777;;;;;;;;;;;;;;;;`{{{In{}{{Ij{c}}{Il{e}}}}J`{Jb{gc}}}{{Ab{A`Jd}}}{JfJhJj}{{Dl{}{{Dj{Jl}}}}}Hd}{{{Jn{ce}}J`{Jb{cg}}}{{Ab{A`Jd}}}HdK`{}}`{J`J`}{KbKb}{{ce}A`{}{}}0{c{{Ab{J`}}}Cb}{ce{}{}}0000000{{KdKd}h}{{KfCf}Ch}0{{JlCf}Ch}{{KhCf}Ch}0{{KjCf}Ch}0{{JdCf}Ch}0{cc{}}0000000{{JlKd}h}{{Kdc}A`Cd}{KlJl}::::::::{{{d{c}}}{{d{b}}}{}}0000000{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}0000000{Jl{{d{c}}}{}}{{ce}h{}{}}0000000{{cH`}{{Jn{ec}}}K`Hd}{{Kd{d{b}}}Jl}``{{{In{}{{Ij{c}}{Il{e}}}}g}e{JfJhJj}{{Dl{}{{Dj{Jl}}}}}{{L`{Jl}{{Kn{h}}}}}}{{{Jn{ce}}g}iHdK`{{L`{Jl}{{Kn{h}}}}}{}}`{{Jfc}{{Ab{A`Kh}}}Kl}{{Kbc}{{Ab{A`Kh}}}Kl}`{{J`c}AbEd}{JlKd}`{ce{}{}}0{cEf{}}000`{c{{Ab{e}}}{}{}}000000000000000{cAd{}}0000000{c{{Af{e}}}{}{}}0000000```````````{cb{}}0000000005555555555`{Lb{{Lf{{Ld{n}}}}}}{{{Ld{c}}}{{Ld{c}}}{LhLjLlJj}}{{{Ln{c}}}{{Ln{c}}}{LhLjLlJj}}{{ce}A`{}{}}0{{{Ld{c}}}h{LhLjLlM`}}{{Lb{Af{Mb}}}{{Ab{A`Md}}}}{Lb{{Ab{A`Md}}}}{{}Mf}{{}Lb}{{{Ld{c}}}{}{LhLjLlM`}}?????{{{Ld{c}}}e{LhLjLlM`}{}}`{{LbIh}{{Ab{A`Md}}}}0{{{Ld{c}}Cf}Ch{LhLjLlMh}}{{{Ln{c}}Cf}Ch{LhLjLlMh}}{cc{}}0000{{{Mj{c}}{Ml{EfEf}}}{{Af{{Ld{c}}}}}{LhLjLlM`}}{{{Mn{c}}{Ml{EfEf}}}{{Af{{Ld{c}}}}}{LhLjLlM`}}``::{Lb{{G`{{Ld{n}}}}}}`{{MfBbN`}A`}{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000{{LbhEbEb}{{Ab{A`Md}}}}{{LbhEb}{{Ab{A`Md}}}}{{LbEbEb}{{Ab{A`Md}}}}{{LbEb}{{Ab{A`Md}}}}110{{}Mf}{{}Lb}22{{N`Bh}{{G`{{Ld{n}}}}}}65``{Lb{{Ab{A`Md}}}}0{{LbEbMbNb}{{Ab{hMd}}}}{{MfB`AhAl}{{Af{{G`{{Ld{n}}}}}}}}>>{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000{{LbnnEb}{{Ab{A`Md}}}}```````{cb{}}000{ce{}{}}00000{{NdCf}Ch}0{cc{}}022{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{K`e}{{Ab{A`Nd}}}{{Nf{}{{Kn{A`}}}}}{{Nh{}{{Kn{c}}}}Jh}}{{Nje}{{Ab{A`Nd}}}{{Nf{}{{Kn{A`}}}}}{{Nh{}{{Kn{c}}}}Jh}}{cEf{}}>>>>==<<`````::::::999999{{{Nl{c}}}{{Nl{c}}}{HfJj}}{{{Hh{c}}}{{Hh{c}}}{HfJj}}{{ce}A`{}{}}0<<<{{HfMb}{{Nn{{d{Nf}}}}}}{{{Nl{c}}BbO`}{{Ab{{G`{Aj}}Ob}}}Hf}{{{Hh{c}}BbO`}{{Ab{{G`{Aj}}Ob}}}Hf}{{ObCf}Ch}0>{OdOb}{OfOb}{cc{}}0``{ce{}{}}00{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{c{{Nl{c}}}Hf}{{{Nl{c}}}{{Hh{c}}}Hf}{Ob{{Af{Oh}}}}77{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00`````{cb{}}00000<<<<<<{OjOj}{OlOl}{O`O`}{{ce}A`{}{}}00{{}Oj}{{}Ol}{ce{}{}}00``{{OjBb}Ef}{{OlBb}Ef}{{O`Bb}Ef}{cc{}}00444{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00`{{MbMb}Oj}{{MbMbMb}Ol}:::{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00````{{{En{c}}}{}Fd}``{cb{}}000????{{{On{c}}}{{En{c}}}Fd}{{}{{On{c}}}Fd}{ce{}{}}0>>`00==<<;;::4``14``{{{En{c}}}HhFd}`88887766{{{On{c}}}{{On{c}}}Fd}000``````````555555222222{{{If{c}}}{{Ab{jA@`}}}Fd}0333{{A@`Cf}Ch}0{cc{}}0{A@bA@`}1{{{If{c}}}{{Ab{A`A@`}}}Fd}777{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}00{{{If{c}}}hFd}{{ce}h{}{}}00{{{If{c}}}{{f{{En{c}}}}}Fd}``{{A@d{En{c}}A@f{G`{{d{A@h}}}}}{{Ab{{If{c}}A@`}}}Fd}`{{{If{c}}}A`Fd}8`{A@`{{Af{Oh}}}}{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{{{If{c}}}{}Fd}`0``````{c{}Nf}````{cb{}}0{ce{}{}}0{H`A@j}1{cc{}}`2{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}8`{A@j{{Hh{c}}}{}}`==<;`8877`{A@lA@l}{{ce}A`{}{}}9{{A@lMb}{{Nn{{d{Nf}}}}}}8:7654{{{Af{c}}}A@l{{AA`{A@n}}}};{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`??>>{{}AAb}?=?<;:90{{AAbe}{{Ab{A`Nd}}}{{Nf{}{{Kn{A`}}}}}{{Nh{}{{Kn{c}}}}}}4432``{{A@hEl{f{{En{c}}}}F`Fb}A`Fd}`````````````{cb{}}000000000{ce{}{}}000000000{{{AAd{c}}El{f{{En{e}}}}F`Fb}A`AAfFd}{{BbEfAAh}AAj}{BbAAl}{AAjBb}{AAlBb}``{{}{{AAd{c}}}AAf}{{}AAn}77777{cc{}}0000`88888{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000`{{}Kd}0`````````{AAjAB`}{AAlABb}`{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000``{cb{}}0{ce{}{}}00<0;98`{{{ABd{ce}}}{{ABf{Mb}}}FdAAf}{{{f{{En{c}}}}}{{ABd{ce}}}Fd{}}`{{{ABd{ce}}j}A`FdAAf}7765````444444333333``333{{ABhCf}Ch}0{cc{}}00555{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{{{ABj{ce}}BbEfAAh}{{Ab{A`ABh}}}AAfJf}{c{{ABj{ec}}}JfAAf}`{{{Dn{Aj}}ABl{ABj{ce}}}{{Ab{A`ABh}}}AAfJf}{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{jA`}````{cb{}}00000{ce{}{}}00000000>>>000===<<<;;;:::{{F`cGj}GlGn}{{F`ABnGj}Gl}0777777666555`33222{{J`ce}AC`{JfJjJh}Hd}{cc{}}4{{{d{c}}}{{d{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}`{{{ACb{ce}}}{{ABf{Mb}}}FdAAf}{{{f{{En{c}}}}}{{ACb{ce}}}FdAAf}`{{{ACb{ce}}j}A`FdAAf}??>=``;;{{ACdACfBbACh}A`};;`{{ACdACjACfAClBnBnACn}ACh}<8{{ACdBb}{{Af{AD`}}}}{{ACdBbF`}h}>9{{{Df{c}}}{{Df{b}}}{}}98`{{ADbACfADd}ACd}{ACdADd}``{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}{jA`}```````````{cb{}}00000000{cAn{}}{ce{}{}}0000000{{BbEfAAh}AAj}{BbAAl}{{BbEfAAh}ADf}{BbADh}{ADjADj}{ADlADl}{{ce}A`{}{}}0{AAjBb}{AAlBb}{ADfBb}{ADhBb}``;;;;{{cAn}h{}}{{cCd}A`{}}{{ADjADj}h}{{ce}h{}{}}00{{ADfCf}Ch}{{ADhCf}Ch}{{ADjCf}Ch}{cc{}}000{{ADjc}A`Cd}`{ce{}{}}{ADfJl}{ADhJl}222{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000;;;;`{{}Kd}000{AAjAB`}{AAlABb}{ADfAB`}{ADhABb}::{c{{Ab{e}}}{}{}}0000000{cAd{}}000{c{{Af{e}}}{}{}}000{{ACdACfADnAE`A@dCj}A`}{jA`}``````````````{cb{}}0000000000{cAn{}}{ce{}{}}000000000{{AEbEl{f{{En{c}}}}F`Fb}A`Fd}``{AEdAEd}{{ce}A`{}{}}{{}AEb}`{AEfc{}}{AEhACf}`66666`{{cAn}h{}}{{cCd}A`{}}{{AEdAEd}h}{{ce}h{}{}}00``{{AEdCf}Ch}{cc{}}0000``{{AEdc}A`Cd}{{cAEjAEl}{{Ab{AEhAEn}}}{AF`AFb}}{{cAEjAEl}{{Ab{AEhAEn}}}AF`}{AEhAFd}`{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000:::::```{AFfGf}{AEhADn}`{{GfcAFd}{{Ab{A`AEn}}}{AF`AFb}}````{{AFdAEjAFh}{{Ab{{Cl{AFjACfADn}}AEn}}}}{{AEhl}A`}`````{AEhGf}{GfAFf}{AEhAFf}```;{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000`````````{cb{}}0000000????????{A@fAFl}{A@fA@f}{{ce}A`{}{}}{{}AFn}{{}A@f}{ce{}{}}000{cc{}}000{AFl{{Ab{AFnAEn}}}}2222{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000{AFn{{Af{AEh}}}}{{ce}h{}{}}0008```7{c{{Ab{e}}}{}{}}0000000{cAd{}}000{AFnAG`}{c{{Af{e}}}{}{}}000``{{A@fAEl}A@f}{{A@fAEj}A@f}````````````{cb{}}00000000000>>>>>>>>>>>>`{{AGbnnn}{{Eh{n}}}}{{AGdn}{{Eh{n}}}}{{AGbnnnn{AGf{n}}}{{Eh{n}}}}{{AGhnn}{{AGf{n}}}}{AGjAGj}{AGdAGd}{AGhAGh}{{ce}A`{}{}}00{{}AGh}{ce{}{}}0{AGl{{Eh{Db}}}}11{AGj{{Eh{Db}}}}22{{AGhAGh}h}{{AGjCf}Ch}{{AGdCf}Ch}{{AGbnn}{{AGn{n}}}}{AGb{{AGn{n}}}}`{cc{}}00000{AGd{{AGn{n}}}}00999999{{{d{c}}}{{d{b}}}{}}00000{{{Df{c}}}{{Df{b}}}{}}00000{{{f{c}}}{{f{b}}}{}}00000{AGjAH`}{{ce}h{}{}}00000`{{AGd{AHb{n}}}A`}{{AGd{AGf{n}}}A`}{{AGdAGdc}h{}}{cAGb{{AA`{{AGn{n}}}}}}{{ceg}AGd{{AA`{{AGf{n}}}}}{{AA`{{AGn{n}}}}}{{AA`{{AGn{n}}}}}}{{AGb{AGf{n}}n}n}0{{AGdc}A`{{AA`{{AGn{n}}}}}}`{AGd{{AGf{n}}}}`{AGd{{AHb{n}}}}{{AH`{AHd{n}}}{{AHd{n}}}}{{AGj{AHd{n}}}{{AHd{n}}}}`4`444{{AGdn}{{D`{n}}}}{{AGj{Eh{n}}}AGl}{ce{}{}}00`{c{{Ab{e}}}{}{}}00000000000{cAd{}}00000{c{{Af{e}}}{}{}}00000{{AGbnn}n}{AGbn}<````````````{cb{}}0666{{AEnCf}Ch}0{AHfAEn}{cc{}}{AHhAEn}{AHjAEn}{AHlAEn}{AHnAEn}={{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{AEnh}{AEn{{Af{Oh}}}}{cEf{}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`````{cb{}}0{ce{}{}}0{{}{{AI`{c}}}{}}1{{{AI`{c}}Mb}c{}}{cc{}}{{{AId{}{{AIb{c}}}}c}hAIf}{{{AI`{c}}BbF`}hAIh}{{{AI`{c}}e}A`{}{{Nh{}{{Kn{c}}}}}}6{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{{{AI`{c}}e}A`AId{{Nh{}{{Kn{c}}}}}}{{{AI`{c}}}{{AI`{c}}}{}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}``````````````````````````````````````````````````````````{cb{}}00{ce{}{}}0````0{{cAn}h{}}``{{AHjAHj}h}999{{AHjCf}Ch}0{cc{}}``````````4>=<;````````````{{AIjGbGdGfF`}{{Ab{A`Gh}}}}````{cEf{}}::9`8````````````````````````````````````````````7777777777777666666666666666555{{AIlAIl}h}{{AInAIn}h}{{AJ`AJ`}h}{{ce}h{}{}}00000000{Gb{{G`{AJb}}}}{{AIlCf}Ch}0{{AInCf}Ch}0{{AJ`Cf}Ch}0:::::{{Gbc}{{Ab{AJdAJ`}}}{{AA`{AJf}}}}{{Gbc}{{Ab{AJhAJ`}}}{{AA`{AJf}}}}{{Gbc}{{Ab{AJjAJ`}}}{{AA`{AJf}}}}{{Gbc}{{Ab{AJlAJ`}}}{{AA`{AJf}}}}`{GbAJn}{Gb{{Dn{AJd}}}}``{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}0000>>>>>`{{FbAK`{Dn{AJd}}{Dn{{Af{AJd}}}}}Gb}`6`{{Gbc{G`{AJd}}}{{Ab{A`AIl}}}{{AA`{{ABf{Mb}}}}}}`{{Gbce}{{Ab{A`AIn}}}{{AA`{AJf}}}{{AA`{AJd}}}}{cEf{}}00{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000````````````````````{cb{}}00000;;;;{AKbAKb}{{ce}A`{}{}}=={{cAn}h{}}0{{AKbAKb}h}{{AKdAKd}h}{{ce}h{}{}}00000{{AKbCf}Ch}{cc{}}0{AKbAKf}0{ce{}{}}0{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0773{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0`````````{{Fbce}AKf{{AA`{{ABf{Mb}}}}}AIj}{{Fbce}{{Ab{A`AHj}}}{{AA`{AKh}}}{{AA`{AKh}}}}{{Fbcegi}{{Ab{A`AHj}}}{{AA`{AKh}}}{{AA`{AJf}}}{{AA`{AKh}}}{{AA`{AJf}}}}{{FbcFb}A`{{AA`{{ABf{Mb}}}}}}{cb{}}000;;;;`{{}Fb}<<{{FbCf}Ch}??{{Fbc}{{Ab{eAHj}}}{{AA`{AKh}}}AIj}{{Fbc}{{Ab{AKfAHj}}}{{AA`{AKh}}}}1{{Fbc}{{Ab{AK`AHj}}}{{AA`{AKh}}}}0{{Fbc}{{Af{Fb}}}{{AKj{Mb}}}}0{{FbAKb}h}{AKl{{G`{Fn}}}}{Fb{{Af{AK`}}}}``{ce{}{}}0{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{Fbc}{{Ab{{`{{Dl{}{{Dj{{Cl{AKbAK`}}}}}}}}AHj}}}{{AA`{AKh}}}}0{Fb{{`{{Dl{}{{Dj{AK`}}}}}}}}0{Fb{{`{{Dl{}{{Dj{{Cl{MbFb}}}}}}}}}}0``9{{Fbc}{{Ab{A`AHj}}}{{AA`{{ABf{Mb}}}}}}{{Fbce}{{Ab{A`AHj}}}{{AA`{AKh}}}{{AA`{AKh}}}}{{Fbcegi}{{Ab{A`AHj}}}{{AA`{AKh}}}{{AA`{AJf}}}{{AA`{AKh}}}{{AA`{AJf}}}}{{Fbc}A`{{AA`{{ABf{Mb}}}}}}{{AKlGbGdGfF`}{{Ab{A`Gh}}}}{{Fb{G`{Fn}}}AKf}`{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0{{FbGf}A`}{{FbAKbAKd}{{Ab{A`AHj}}}}`````````````{{AKnAKb}{{Ab{A`AHj}}}}0{cb{}}0000000000000000{cAn{}}{ce{}{}}0000000000000{AKfAKf}{AKhAKh}{{ce}A`{}{}}0{{AKfAKf}Bl}`{{ce}Bl{}{}}`5{{{d{AIj}}}{{Ab{{d{c}}{d{AIj}}}}}AIj}666666{AIj{{Af{c}}}AIj}{{{f{AIj}}}{{Ab{{f{c}}{f{AIj}}}}}AIj}1{{cAn}h{}}00{{cCd}A`{}}`{{AKfAKf}h}{{GhGh}h}{{AKhAKh}h}{{ce}h{}{}}00000000{{AK`Cf}Ch}{{AKfCf}Ch}{{GhCf}Ch}0{{AKnCf}Ch}{{AKhCf}Ch}{cc{}}000{AJ`Gh}1{AIlGh}{AInGh}3{EfAKh}{MbAKh}{AKfAKh}{AKhAKh}7{{AKnEb}{{Ab{AKbAHj}}}}0{{AKnAKb}h}0{{AKfc}A`Cd}{AKnAKf}``{AIj{{G`{Fn}}}}0{AKn{{Dn{AKb}}}}``{ce{}{}}000000{{{d{c}}}{{d{b}}}{}}000000{{{Df{c}}}{{Df{b}}}{}}000000{{{f{c}}}{{f{b}}}{}}000000{AIjh}{{ce}h{}{}}000000`{{AKfc}AK`AIj}{EbAKf}{AK`{{Ab{cAHj}}}AIj}`0::9``{{AKfAKf}{{Af{Bl}}}}{{AKnAKb}{{Ab{A`AHj}}}}0{{AIjGbGdGfF`}{{Ab{A`Gh}}}}{{AL`GbGdGfF`}{{Ab{A`Gh}}}}{Gh{{Af{Oh}}}}=={cEf{}}{c{{Ab{e}}}{}{}}0000000000000{cAd{}}000000`{c{{Af{e}}}{}{}}000000{{AIjGf}A`}0{AK`{{Ab{A`AHj}}}}0`````````````{cb{}}00000000000{ce{}{}}000000000{AJdAJd}{ALbALb}{AJfAJf}{FnFn}{{ce}A`{}{}}000{{}AJn}66666{{cAn}h{}}0{{ALbALb}h}{{AJfAJf}h}{{ce}h{}{}}00000{{AJdCf}Ch}{{ALbCf}Ch}0{{AJfCf}Ch}{{FnCf}Ch}{{AJnCf}Ch}{AJjAJd}{cc{}}{AJhAJd}{AJlAJd}2{{{ABf{Mb}}}AJf}{AJfAJf}{EfAJf}{EbAJf}{MbAJf}777{cAJn{{ALd{}{{Dj{Fn}}}}}}{{AJnc}{{Af{Fn}}}{{AA`{AJf}}}}{{AJnc}{{Af{Eb}}}{{AA`{AJf}}}}1{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}0000{AJnh}{{ce}h{}{}}0000{AJn{{`{{Dl{}{{Dj{Fn}}}}}}}}{AJnEb}`{{cALb}Fn{{AA`{{ABf{Mb}}}}}}{AJdALb}``9999{cEf{}}{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000``````{cb{}}000>>>>>>{{ALfCf}Ch}0{cc{}}0{GhALf}{ce{}{}}0{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{FbACfADnGfF`}{{Ab{A`ALf}}}}{{Fb{Af{{ABf{Mb}}}}GdGfF`{Dn{AJd}}}{{Ab{A`ALf}}}}{ALf{{Af{Oh}}}}?>>>>==<<````````````````;;;;77777799{ALh{{G`{Fn}}}}8877665544{{}ALh}{{ALhGbGdGfF`}{{Ab{A`Gh}}}}{{ALjGbGdGfF`}{{Ab{A`Gh}}}}{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0{{ALhGf}A`}```{cb{}}000{ce{}{}}00000{cc{}}011{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{F`cGj}GlGn}{{F`ALlGj}Gl}<<<<;;::```````````{{{ALn{c}}c}A`Gn}999999888888{{{ALn{c}}}A`Gn}{{}{{ALn{c}}}Gn}:::`{{FjGjF`c}A`Gn}{{{Gn{}{{AM`{c}}}}}FjAMb}{ABnFj}{ALlFj}``===`>>><<<;:::{{{ALn{c}}}eGn{}}:::```9{{{ALn{c}}}EbGn}7{{{Gn{}{{AM`{c}}}}}cAMb}{ABnc{}}{ALlc{}}````{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00````````{cb{}}000{ce{}{}}00000={{{AMd{ce}}GjF`c}A`Gn{{AMf{c}}}}={cc{}}022{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{}{{AMd{ce}}}{}{}}``{{F`cGj}GlGn}`?<<<<;;::`````````````````````````````{AMhAMj}`````````````````````````````````````````````{{AMlcAMn{Dn{Aj}}}A`{}}```;;::`:8`:7654{{cAMn}{{AN`{c}}}{}}??>=``<<;;`2;`9{{AMjACf}ADd}<9876````{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`````{cb{}}000000`{ce{}{}}00000`{ANbANb}{ANdANd}{ANfANf}{{ce}A`{}{}}00444{{cAn}h{}}``{{ANdANd}h}{{ce}h{}{}}00{{ANbCf}Ch}{{ANdCf}Ch}{{ANfCf}Ch}{cc{}}00;;;{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00777````>>>{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00```````{cb{}}000000000{ce{}{}}000000000`{{ANhACf}A`}{{AFfACf}AJl}22222:::::{{ACfcAEl}AFfAF`}{{ANjAFjcAEl}AFf{AF`AFb}}{{ANhc}h{}}{AFfANl}`0`66666=====<<<<<;;;;;{{AFfADb}h}{{ce}h{}{}}0000{lANn}```{{AFfACf}A`}{{AFfcAFd}{{Ab{A`AEn}}}{AF`AFb}}{{ANhcAFd}{{Ab{A`AEn}}}{AF`AFb}}{{AFfl}A`}{{ANhBnBnACf}A`}{AFfl}``{ANhANj}`{AFfACl}````{c{{Ab{e}}}{}{}}000000000{cAd{}}0000`{c{{Af{e}}}{}{}}0000`````{cb{}}000{ce{}{}}000{AJlc{}}11{{AJlCf}Ch}{cc{}}0{AO`AJl}{AObAJl}{{AChc}h{}}66{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{ACjACfAClBnBnADbACn}ACh}`{AJl{{Af{AOb}}}}`{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0````{cb{}}0{ce{}{}}0``{AOdAMj}1`?1;:98``{{{ABf{Mb}}AElANfANdhhhhhh}AOd}``6654````33222{{Gj{AOf{Bn}}{AOf{Bn}}}A`}{{Gj{AOf{Bn}}Cn{AOf{Bn}}}A`}{{GjAJhIh}A`}0{cc{}}{{GjMb}A`}7{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{AOhGj}`{GjA`}6{{GjEbAD`{Dn{Bn}}}A`}{{GjAOj}A`}{{GjAOlAOn}A`}{{GjB@`Bn{Dn{Aj}}}A`}{{GjADd}A`}{{GjBnBnBnBn}A`}{{GjBn}A`}{{GjEbAOl}A`}{{GjDbDbDbDbDbDb}A`}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{AClACl}{{}B@b}{{}B@d}00{cb{}}0000000000000000000000{cAn{}}0000{{AClB@f}{{Af{ACl}}}}`{{B@bB@b}B@b}{{B@dB@d}B@d}{{B@bB@b}A`}{{B@dB@d}A`}3210{B@bBn}0{B@dIh}05432{{ACl{Af{B@f}}}{{Af{Bn}}}}{ACl{{Cl{BnBn}}}}1{ce{}{}}00000000000000000{{B@hB@h}h}{{B@hB@hhc}A`{{L`{MbIhIh}}}}{B@jB@j}{B@bB@b}{B@dB@d}{B@hB@h}{AClACl}{AEjAEj}{B@lB@l}{ADbADb}{AElAEl}{{ce}A`{}{}}0000000087{AClAj}{{AClB@f}Aj}`{{B@bB@b}h}{{B@dB@d}h}{B@bh}{B@dh}{{}B@j}{{}B@b}{{}B@d}{{}B@h}{{}AEj}{{}ADb}{{}AEl}``{{B@bB@b}B@b}{{B@dB@d}B@d}`{ce{}{}}0000000066{{cAn}h{}}0000{{cCd}A`{}}0000:9{{B@jB@j}h}{{B@bB@b}h}{{B@dB@d}h}{{B@hB@h}h}{{AClACl}h}{{ce}h{}{}}00000000000000{{B@bc}A`{{ALd{}{{Dj{B@b}}}}}}{{B@dc}A`{{ALd{}{{Dj{B@d}}}}}}`{{B@jCf}{{Ab{A`B@n}}}}{{B@bCf}{{Ab{A`B@n}}}}0000{{B@dCf}{{Ab{A`B@n}}}}0000{{B@hCf}{{Ab{A`B@n}}}}{{AClCf}{{Ab{A`B@n}}}}{cc{}}{BA`B@b}11111111{Bn{{Af{B@b}}}}{Ih{{Af{B@d}}}}{BnB@b}0{IhB@d}010{cB@b{{ALd{}{{Dj{B@b}}}}}}{cB@d{{ALd{}{{Dj{B@d}}}}}}{Mb{{Af{B@b}}}}{Mb{{Af{B@d}}}}{{AClB@d}BAb}{AClh}00{{B@jc}A`Cd}{{B@bc}A`Cd}{{B@dc}A`Cd}{{B@hc}A`Cd}{{AClc}A`Cd}{{B@bB@b}A`}{{B@dB@d}A`}{{B@bB@b}B@b}{{B@dB@d}B@d}{{B@bB@b}h}{{B@dB@d}h}{ce{}{}}00000000{{{d{c}}}{{d{b}}}{}}00000000{{{Df{c}}}{{Df{b}}}{}}00000000{{{f{c}}}{{f{b}}}{}}00000000{B@b}{B@d}{B@bh}{B@dh}{AClh}0{{AClACl}h}1321{ADbh}2{{ce}h{}{}}00000000{B@b{{BAd{B@b}}}}{B@d{{BAd{B@d}}}}{B@b{{BAf{B@b}}}}{B@d{{BAf{B@d}}}}````````````````````````````````````{B@bB@b}{B@dB@d}{ACl{{Af{Bn}}}}```{{B@bB@b}A`}{{B@dB@d}A`}{AClACl}{AClB@d}{{ACl{Af{B@f}}{Af{B@d}}}{{Af{BAh}}}}`{{B@bB@bh}A`}{{B@dB@dh}A`}{ACl{{Cl{BnBn}}}}{{B@bB@b}B@b}{{B@dB@d}B@d}9810::`{ce{}{}}00000000:9{c{{Ab{e}}}{}{}}00000000000000000{cAd{}}0000000043{c{{Af{e}}}{}{}}00000000{{B@hB@h}B@h}0`````````````````{cb{}}000000000000000000055555555555555555555`{BAjBAj}{BAlBAl}{BAnBAn}{BB`BB`}{BBbBBb}{BBdBBd}{BBfBBf}{{ce}A`{}{}}000000``{{}BAj}{{}BAn}{{}BBf}{BBhANd}{BBjANd}{BBlANd}{BBnANd}{BBhANf}{BBjANf}{BBlANf}{BBnANf}{ce{}{}}000000000`{{BB`Cf}Ch}```{B`BC`}{cc{}}0000000003333333333{{{d{c}}}{{d{b}}}{}}000000000{{{Df{c}}}{{Df{b}}}{}}000000000{{{f{c}}}{{f{b}}}{}}000000000{ch{}}000000{{ce}h{}{}}000000000{{BCbBCd}BAj}{BAjBAl}{{BCfBCf}BAn}{DbBBb}{{BCbDb}BBd}{{BCfBCf}BBf}````>>>>>>>`{c{{Ab{e}}}{}{}}0000000000000000000{cAd{}}000000000{c{{Af{e}}}{}{}}000000000``````````{jA`}`{cb{}}0{ce{}{}}0{{}BCh}1{cc{}}2{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{BCh{{ABf{Mb}}}}{{BChj}A`}==<;`9988{{}BCj}9796543{BCj{{ABf{Mb}}}}{{BCjj}A`}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}{jA`}00``````````````{BClBCl}0{cb{}}000000000{ce{}{}}000000000{BCn{{Af{{AOf{AMn}}}}}}`{BClA`}{BD`BD`}{BDbBDb}{BCnBCn}{{ce}A`{}{}}00{BDbBb}{BCnBb}`{{}{{BDd{c}}}BDf}{{}BCl}:::::{{BD`Cf}Ch}{{BDbCf}Ch}{{BCnCf}Ch}{cc{}}0000{{AIhBbF`Eb}{{Af{{G`{Bb}}}}}}{{AIhBbF`}{{Af{Bb}}}}{{AIhBbF`}h}{{{BDd{c}}BbF`}hBDf}{{BClBbF`}h}{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000`{{BbAl}BCn}````{{BDbc}A`{{L`{BCn}}}}{{BCnIh}A`}``777`{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000`````````{cb{}}000;;;;{{{BDh{ec}}}c{}{{AMl{c}}}}<<{{{BDj{c}}Cf}ChMh}{cc{}}0{{{BDh{ec}}CjgAlF`}{{G`{BDb}}}{}{{AMl{c}}}AIh}``??>>==<<;;{{{BDh{ec}}}{{`{{Dl{}{{Dj{BDb}}}}}}}{}{{AMl{c}}}}{{{AN`{c}}}{{BDh{ec}}}{}{{AMl{c}}}}{{cAMn}{{BDj{c}}}{}}`::::9988{{{BDh{ec}}{G`{BDb}}}A`{}{{AMl{c}}}}{{{BDh{ec}}eAGj}A`{}{{AMl{c}}}}`````99{ce{}{}}0{BDlAGd}`0{BDln}{{BDl{AHd{n}}}{{AHd{n}}}}{BDl{{Eh{n}}}}{{BDl{AHd{n}}}{{BDn{n}}}}{{BDlAh}{{Af{Cj}}}}{BDlh}07{BDlAGh}`?{{BDln{AGf{n}}}n}{{{BDn{n}}{BDn{n}}{BDn{n}}{BDn{n}}}n}`:{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{{lB`Alce}BDl{{AA`{{BE`{n}}}}}{{AA`{{AGn{n}}}}}}`{{BDlBEb}A`}{{BDlAGh}A`}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}{BDlA`}{{BDlAl}A`}{BDlAGj}{{BDlAH`}{{Af{{E`{n}}}}}}{BDl{{Af{{E`{n}}}}}}`{{BDl{BDn{n}}AH`}{{BDn{n}}}}{{BDl{AHb{n}}AH`h}{{Af{{AHb{n}}}}}}{{{BDn{n}}AH`nn}{{BDn{n}}}}{BDlAl}```````{{Elce}ElBEdBEf}{{Elceg}ElBEdBEdBEf}0{{Elce}ElBEdBEh}{cb{}}00000{ce{}{}}00000{ElA`}{{}El}22{{{d{BEf}}}{{Ab{{d{c}}{d{BEf}}}}}BEf}3{BEf{{Af{c}}}BEf}{{{f{BEf}}}{{Ab{{f{c}}{f{BEf}}}}}BEf}1{{BEdBEd}h}{cc{}}00{{ElBEd}{{Af{c}}}BEf}0{{BEdc}A`Cd}999{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{BEfh}{{ce}h{}{}}00{El{{`{{Dl{}{{Dj{{Cl{BEdBEf}}}}}}}}}}{{{C`{c}}}{{BEj{c}}}BEf}{{Elc}ElBEd}{{BEfj}A`}{{BElj}A`}{{{BEj{c}}j}A`BEf}{{Elj}A`}0{{Elcg}ElBEdBEf{{Nh{e}{{Kn{e}}}}}}```{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00``````````````````````````````````````````````````````````````````````````````````````{cb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cAn{}}00000000000000000000000000000000000000{{{BF`{{BEn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BI`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BId{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BG`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BId{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGh{c}}}}}{{C`{c}}}BFb}{{{BJb{c}}}{{C`{c}}}{}}{{{BEn{c}}}{{C`{c}}}{}}{{{BIn{c}}}{{C`{c}}}{}}{{{BGd{c}}}{{C`{c}}}{}}{{{BId{c}}}{{C`{c}}}{}}{{{BGf{c}}}{{C`{c}}}{}}{{{BHn{c}}}{{C`{c}}}{}}{{{BI`{c}}}{{C`{c}}}{}}{{{BGl{c}}}{{C`{c}}}{}}{{{BJ`{c}}}{{C`{c}}}{}}{{{BIf{c}}}{{C`{c}}}{}}{{{BIb{c}}}{{C`{c}}}{}}{{{BHb{c}}}{{C`{c}}}{}}{{{BGh{c}}}{{C`{c}}}{}}{{{BIj{c}}}{{C`{c}}}{}}{{{BFj{c}}}{{C`{c}}}{}}{{{BHh{c}}}{{C`{c}}}{}}{{{BFl{c}}}{{C`{c}}}{}}{{{BFf{c}}}{{C`{c}}}{}}{{{BHd{c}}}{{C`{c}}}{}}{{{BGj{c}}}{{C`{c}}}{}}{{{BH`{c}}}{{C`{c}}}{}}{{{BJd{c}}}{{C`{c}}}{}}{{{BJh{c}}}{{C`{c}}}{}}{{{BJf{c}}}{{C`{c}}}{}}{{{BHf{c}}}{{C`{c}}}{}}{{{BGb{c}}}{{C`{c}}}{}}{{{BIl{c}}}{{C`{c}}}{}}{{{BGn{c}}}{{C`{c}}}{}}{{{BFh{c}}}{{C`{c}}}{}}{{{BFd{c}}}{{C`{c}}}{}}{{{BFn{c}}}{{C`{c}}}{}}{{{BG`{c}}}{{C`{c}}}{}}{{{BIh{c}}}{{C`{c}}}{}}{{{BHl{c}}}{{C`{c}}}{}}{{{BHj{c}}}{{C`{c}}}{}}{{{BF`{{BHf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BI`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BId{c}}}}}{{C`{c}}}BFb}{{{BF`{{BEn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BG`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BId{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJb{c}}}{{C`{c}}}{}}{{{BEn{c}}}{{C`{c}}}{}}{{{BIn{c}}}{{C`{c}}}{}}{{{BGd{c}}}{{C`{c}}}{}}{{{BId{c}}}{{C`{c}}}{}}{{{BGf{c}}}{{C`{c}}}{}}{{{BHn{c}}}{{C`{c}}}{}}{{{BI`{c}}}{{C`{c}}}{}}{{{BGl{c}}}{{C`{c}}}{}}{{{BJ`{c}}}{{C`{c}}}{}}{{{BIf{c}}}{{C`{c}}}{}}{{{BIb{c}}}{{C`{c}}}{}}{{{BHb{c}}}{{C`{c}}}{}}{{{BGh{c}}}{{C`{c}}}{}}{{{BIj{c}}}{{C`{c}}}{}}{{{BFj{c}}}{{C`{c}}}{}}{{{BHh{c}}}{{C`{c}}}{}}{{{BFl{c}}}{{C`{c}}}{}}{{{BFf{c}}}{{C`{c}}}{}}{{{BHd{c}}}{{C`{c}}}{}}{{{BGj{c}}}{{C`{c}}}{}}{{{BH`{c}}}{{C`{c}}}{}}{{{BJd{c}}}{{C`{c}}}{}}{{{BJh{c}}}{{C`{c}}}{}}{{{BJf{c}}}{{C`{c}}}{}}{{{BHf{c}}}{{C`{c}}}{}}{{{BGb{c}}}{{C`{c}}}{}}{{{BIl{c}}}{{C`{c}}}{}}{{{BGn{c}}}{{C`{c}}}{}}{{{BFh{c}}}{{C`{c}}}{}}{{{BFd{c}}}{{C`{c}}}{}}{{{BFn{c}}}{{C`{c}}}{}}{{{BG`{c}}}{{C`{c}}}{}}{{{BIh{c}}}{{C`{c}}}{}}{{{BHl{c}}}{{C`{c}}}{}}{{{BHj{c}}}{{C`{c}}}{}}``````````````````{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000`````{{{BF`{c}}}{{BF`{c}}}{JjBJl}}{{{BJj{c}}}{{BJj{c}}}{JjBJl}}{BJnBJn}{{{BJb{c}}}{{BJb{c}}}Jj}{{{BEn{c}}}{{BEn{c}}}Jj}{{{BIn{c}}}{{BIn{c}}}Jj}{{{BGd{c}}}{{BGd{c}}}Jj}{{{BId{c}}}{{BId{c}}}Jj}{{{BGf{c}}}{{BGf{c}}}Jj}{{{BHn{c}}}{{BHn{c}}}Jj}{{{BI`{c}}}{{BI`{c}}}Jj}{{{BGl{c}}}{{BGl{c}}}Jj}{{{BJ`{c}}}{{BJ`{c}}}Jj}{{{BIf{c}}}{{BIf{c}}}Jj}{{{BIb{c}}}{{BIb{c}}}Jj}{{{BHb{c}}}{{BHb{c}}}Jj}{{{BGh{c}}}{{BGh{c}}}Jj}{{{BIj{c}}}{{BIj{c}}}Jj}{{{BFj{c}}}{{BFj{c}}}Jj}{{{BHh{c}}}{{BHh{c}}}Jj}{{{BFl{c}}}{{BFl{c}}}Jj}{{{BFf{c}}}{{BFf{c}}}Jj}{{{BHd{c}}}{{BHd{c}}}Jj}{{{BGj{c}}}{{BGj{c}}}Jj}{{{BH`{c}}}{{BH`{c}}}Jj}{{{BJd{c}}}{{BJd{c}}}Jj}{{{BJh{c}}}{{BJh{c}}}Jj}{{{BJf{c}}}{{BJf{c}}}Jj}{{{BHf{c}}}{{BHf{c}}}Jj}{{{BGb{c}}}{{BGb{c}}}Jj}{{{BIl{c}}}{{BIl{c}}}Jj}{{{BGn{c}}}{{BGn{c}}}Jj}{{{BFh{c}}}{{BFh{c}}}Jj}{{{BFd{c}}}{{BFd{c}}}Jj}{{{BFn{c}}}{{BFn{c}}}Jj}{{{BG`{c}}}{{BG`{c}}}Jj}{{{BIh{c}}}{{BIh{c}}}Jj}{{{BHl{c}}}{{BHl{c}}}Jj}{{{BHj{c}}}{{BHj{c}}}Jj}{{ce}A`{}{}}00000000000000000000000000000000000000{{{BJb{c}}{BJb{c}}}BlAMb}{{{BEn{c}}{BEn{c}}}BlAMb}{{{BIn{c}}{BIn{c}}}BlAMb}{{{BGd{c}}{BGd{c}}}BlAMb}{{{BId{c}}{BId{c}}}BlAMb}{{{BGf{c}}{BGf{c}}}BlAMb}{{{BHn{c}}{BHn{c}}}BlAMb}{{{BI`{c}}{BI`{c}}}BlAMb}{{{BGl{c}}{BGl{c}}}BlAMb}{{{BJ`{c}}{BJ`{c}}}BlAMb}{{{BIf{c}}{BIf{c}}}BlAMb}{{{BIb{c}}{BIb{c}}}BlAMb}{{{BHb{c}}{BHb{c}}}BlAMb}{{{BGh{c}}{BGh{c}}}BlAMb}{{{BIj{c}}{BIj{c}}}BlAMb}{{{BFj{c}}{BFj{c}}}BlAMb}{{{BHh{c}}{BHh{c}}}BlAMb}{{{BFl{c}}{BFl{c}}}BlAMb}{{{BFf{c}}{BFf{c}}}BlAMb}{{{BHd{c}}{BHd{c}}}BlAMb}{{{BGj{c}}{BGj{c}}}BlAMb}{{{BH`{c}}{BH`{c}}}BlAMb}{{{BJd{c}}{BJd{c}}}BlAMb}{{{BJh{c}}{BJh{c}}}BlAMb}{{{BJf{c}}{BJf{c}}}BlAMb}{{{BHf{c}}{BHf{c}}}BlAMb}{{{BGb{c}}{BGb{c}}}BlAMb}{{{BIl{c}}{BIl{c}}}BlAMb}{{{BGn{c}}{BGn{c}}}BlAMb}{{{BFh{c}}{BFh{c}}}BlAMb}{{{BFd{c}}{BFd{c}}}BlAMb}{{{BFn{c}}{BFn{c}}}BlAMb}{{{BG`{c}}{BG`{c}}}BlAMb}{{{BIh{c}}{BIh{c}}}BlAMb}{{{BHl{c}}{BHl{c}}}BlAMb}{{{BHj{c}}{BHj{c}}}BlAMb}``{{ce}Bl{}{}}00000000000000000000000000000000000````````{ce{}{}}00000000000000000000000000000000000000{{cAn}h{}}00000000000000000000000000000000000000{{cCd}A`{}}00000000000000000000000000000000000000{{{BF`{c}}{BF`{c}}}h{I`BJl}}{{{BJj{c}}{BJj{c}}}h{I`BJl}}{{BJnBJn}h}{{{BJb{c}}{BJb{c}}}hI`}{{{BEn{c}}{BEn{c}}}hI`}{{{BIn{c}}{BIn{c}}}hI`}{{{BGd{c}}{BGd{c}}}hI`}{{{BId{c}}{BId{c}}}hI`}{{{BGf{c}}{BGf{c}}}hI`}{{{BHn{c}}{BHn{c}}}hI`}{{{BI`{c}}{BI`{c}}}hI`}{{{BGl{c}}{BGl{c}}}hI`}{{{BJ`{c}}{BJ`{c}}}hI`}{{{BIf{c}}{BIf{c}}}hI`}{{{BIb{c}}{BIb{c}}}hI`}{{{BHb{c}}{BHb{c}}}hI`}{{{BGh{c}}{BGh{c}}}hI`}{{{BIj{c}}{BIj{c}}}hI`}{{{BFj{c}}{BFj{c}}}hI`}{{{BHh{c}}{BHh{c}}}hI`}{{{BFl{c}}{BFl{c}}}hI`}{{{BFf{c}}{BFf{c}}}hI`}{{{BHd{c}}{BHd{c}}}hI`}{{{BGj{c}}{BGj{c}}}hI`}{{{BH`{c}}{BH`{c}}}hI`}{{{BJd{c}}{BJd{c}}}hI`}{{{BJh{c}}{BJh{c}}}hI`}{{{BJf{c}}{BJf{c}}}hI`}{{{BHf{c}}{BHf{c}}}hI`}{{{BGb{c}}{BGb{c}}}hI`}{{{BIl{c}}{BIl{c}}}hI`}{{{BGn{c}}{BGn{c}}}hI`}{{{BFh{c}}{BFh{c}}}hI`}{{{BFd{c}}{BFd{c}}}hI`}{{{BFn{c}}{BFn{c}}}hI`}{{{BG`{c}}{BG`{c}}}hI`}{{{BIh{c}}{BIh{c}}}hI`}{{{BHl{c}}{BHl{c}}}hI`}{{{BHj{c}}{BHj{c}}}hI`}{{ce}h{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{BF`{c}}Cf}{{Ab{A`B@n}}}{MhBJl}}{{{BJj{c}}Cf}{{Ab{A`B@n}}}{MhBJl}}{{BJnCf}{{Ab{A`B@n}}}}{{{BJb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BEn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BId{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BI`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJ`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BH`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BG`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{C`{c}}}{{BF`{{BHd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BId{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BH`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJ`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIb{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJh{c}}}}}BFb}{BK`{{BF`{BJb}}}}{cc{}}{{{C`{c}}}{{BF`{{BHb{c}}}}}BFb}{BK`{{BF`{{BJb{Db}}}}}}{{{C`{c}}}{{BF`{{BFn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGb{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGl{c}}}}}BFb}{{{C`{c}}}{{BF`{{BG`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIl{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BEn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHl{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJb{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFl{c}}}}}BFb}{BK`{{BF`{{BJb{n}}}}}}{{{C`{c}}}{{BF`{{BHn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BI`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BI`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BH`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BEn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFl{c}}}}}BFb}{cc{}}{{{C`{c}}}{{BJj{{BG`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BId{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJ`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHh{c}}}}}BFb};{{{BF`{{BJb{c}}}}}{{BJb{c}}}BFb}<{{{BJj{{BJb{c}}}}}{{BJb{c}}}BFb}{{{C`{c}}}{{BJb{c}}}{}}{BK`{{BJb{n}}}}{BK`{{BJb{Db}}}}{BK`BJb}{{{BF`{{BEn{c}}}}}{{BEn{c}}}BFb}{{{C`{c}}}{{BEn{c}}}{}}{{{BJj{{BEn{c}}}}}{{BEn{c}}}BFb}{cc{}}{{{BJj{{BIn{c}}}}}{{BIn{c}}}BFb}{{{BF`{{BIn{c}}}}}{{BIn{c}}}BFb}{{{C`{c}}}{{BIn{c}}}{}}3{{{BJj{{BGd{c}}}}}{{BGd{c}}}BFb}{{{C`{c}}}{{BGd{c}}}{}}{{{BF`{{BGd{c}}}}}{{BGd{c}}}BFb}66{{{BF`{{BId{c}}}}}{{BId{c}}}BFb}{{{C`{c}}}{{BId{c}}}{}}{{{BJj{{BId{c}}}}}{{BId{c}}}BFb}{{{C`{c}}}{{BGf{c}}}{}}{{{BF`{{BGf{c}}}}}{{BGf{c}}}BFb};{{{BJj{{BGf{c}}}}}{{BGf{c}}}BFb}{{{C`{c}}}{{BHn{c}}}{}}{{{BF`{{BHn{c}}}}}{{BHn{c}}}BFb}>{{{BJj{{BHn{c}}}}}{{BHn{c}}}BFb}?{{{BJj{{BI`{c}}}}}{{BI`{c}}}BFb}{{{BF`{{BI`{c}}}}}{{BI`{c}}}BFb}{{{C`{c}}}{{BI`{c}}}{}}{{{BJj{{BGl{c}}}}}{{BGl{c}}}BFb}{{{BF`{{BGl{c}}}}}{{BGl{c}}}BFb}{cc{}}{{{C`{c}}}{{BGl{c}}}{}}{{{BF`{{BJ`{c}}}}}{{BJ`{c}}}BFb}2{{{BJj{{BJ`{c}}}}}{{BJ`{c}}}BFb}{{{C`{c}}}{{BJ`{c}}}{}}4{{{C`{c}}}{{BIf{c}}}{}}{{{BF`{{BIf{c}}}}}{{BIf{c}}}BFb}{{{BJj{{BIf{c}}}}}{{BIf{c}}}BFb}{{{BF`{{BIb{c}}}}}{{BIb{c}}}BFb}{{{C`{c}}}{{BIb{c}}}{}}9{{{BJj{{BIb{c}}}}}{{BIb{c}}}BFb}:{{{BF`{{BHb{c}}}}}{{BHb{c}}}BFb}{{{C`{c}}}{{BHb{c}}}{}}{{{BJj{{BHb{c}}}}}{{BHb{c}}}BFb}{{{BF`{{BGh{c}}}}}{{BGh{c}}}BFb}{{{C`{c}}}{{BGh{c}}}{}}{{{BJj{{BGh{c}}}}}{{BGh{c}}}BFb}{cc{}}{{{BJj{{BIj{c}}}}}{{BIj{c}}}BFb}{{{C`{c}}}{{BIj{c}}}{}}2{{{BF`{{BIj{c}}}}}{{BIj{c}}}BFb}{{{C`{c}}}{{BFj{c}}}{}}{{{BF`{{BFj{c}}}}}{{BFj{c}}}BFb}5{{{BJj{{BFj{c}}}}}{{BFj{c}}}BFb}{{{BJj{{BHh{c}}}}}{{BHh{c}}}BFb}7{{{C`{c}}}{{BHh{c}}}{}}{{{BF`{{BHh{c}}}}}{{BHh{c}}}BFb}9{{{BJj{{BFl{c}}}}}{{BFl{c}}}BFb}{{{C`{c}}}{{BFl{c}}}{}}{{{BF`{{BFl{c}}}}}{{BFl{c}}}BFb}{{{BF`{{BFf{c}}}}}{{BFf{c}}}BFb}{{{C`{c}}}{{BFf{c}}}{}}>{{{BJj{{BFf{c}}}}}{{BFf{c}}}BFb}{{{BF`{{BHd{c}}}}}{{BHd{c}}}BFb}{cc{}}{{{BJj{{BHd{c}}}}}{{BHd{c}}}BFb}{{{C`{c}}}{{BHd{c}}}{}}{{{BJj{{BGj{c}}}}}{{BGj{c}}}BFb}3{{{C`{c}}}{{BGj{c}}}{}}{{{BF`{{BGj{c}}}}}{{BGj{c}}}BFb}{{{BF`{{BH`{c}}}}}{{BH`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{BH`{c}}}BFb}{{{C`{c}}}{{BH`{c}}}{}}8{{{BJj{{BJd{c}}}}}{{BJd{c}}}BFb}{{{C`{c}}}{{BJd{c}}}{}}{{{BF`{{BJd{c}}}}}{{BJd{c}}}BFb};{{{BJj{{BJh{c}}}}}{{BJh{c}}}BFb}{{{C`{c}}}{{BJh{c}}}{}}{{{BF`{{BJh{c}}}}}{{BJh{c}}}BFb}>{{{C`{c}}}{{BJf{c}}}{}}{{{BF`{{BJf{c}}}}}{{BJf{c}}}BFb}{{{BJj{{BJf{c}}}}}{{BJf{c}}}BFb}{cc{}}{{{BJj{{BHf{c}}}}}{{BHf{c}}}BFb}{{{C`{c}}}{{BHf{c}}}{}}2{{{BF`{{BHf{c}}}}}{{BHf{c}}}BFb}{{{C`{c}}}{{BGb{c}}}{}}{{{BJj{{BGb{c}}}}}{{BGb{c}}}BFb}5{{{BF`{{BGb{c}}}}}{{BGb{c}}}BFb}{{{BJj{{BIl{c}}}}}{{BIl{c}}}BFb}7{{{BF`{{BIl{c}}}}}{{BIl{c}}}BFb}{{{C`{c}}}{{BIl{c}}}{}}{{{BJj{{BGn{c}}}}}{{BGn{c}}}BFb}{{{BF`{{BGn{c}}}}}{{BGn{c}}}BFb};{{{C`{c}}}{{BGn{c}}}{}}{{{BF`{{BFh{c}}}}}{{BFh{c}}}BFb}{{{BJj{{BFh{c}}}}}{{BFh{c}}}BFb}>{{{C`{c}}}{{BFh{c}}}{}}?{{{BJj{{BFd{c}}}}}{{BFd{c}}}BFb}{{{C`{c}}}{{BFd{c}}}{}}{{{BF`{{BFd{c}}}}}{{BFd{c}}}BFb}{cc{}}{{{C`{c}}}{{BFn{c}}}{}}{{{BF`{{BFn{c}}}}}{{BFn{c}}}BFb}{{{BJj{{BFn{c}}}}}{{BFn{c}}}BFb}{{{BJj{{BG`{c}}}}}{{BG`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{BG`{c}}}BFb}{{{C`{c}}}{{BG`{c}}}{}}6{{{BF`{{BIh{c}}}}}{{BIh{c}}}BFb}{{{C`{c}}}{{BIh{c}}}{}}8{{{BJj{{BIh{c}}}}}{{BIh{c}}}BFb}{{{BF`{{BHl{c}}}}}{{BHl{c}}}BFb}:{{{C`{c}}}{{BHl{c}}}{}}{{{BJj{{BHl{c}}}}}{{BHl{c}}}BFb}{{{C`{c}}}{{BHj{c}}}{}}={{{BF`{{BHj{c}}}}}{{BHj{c}}}BFb}{{{BJj{{BHj{c}}}}}{{BHj{c}}}BFb}{c{{BKd{}{{BKb{c}}}}}AA`}````````````````````{{{BF`{c}}e}A`{BKfBJl}Cd}{{{BJj{c}}e}A`{BKfBJl}Cd}{{BJnc}A`Cd}{{{BJb{c}}e}A`BKfCd}{{{BEn{c}}e}A`BKfCd}{{{BIn{c}}e}A`BKfCd}{{{BGd{c}}e}A`BKfCd}{{{BId{c}}e}A`BKfCd}{{{BGf{c}}e}A`BKfCd}{{{BHn{c}}e}A`BKfCd}{{{BI`{c}}e}A`BKfCd}{{{BGl{c}}e}A`BKfCd}{{{BJ`{c}}e}A`BKfCd}{{{BIf{c}}e}A`BKfCd}{{{BIb{c}}e}A`BKfCd}{{{BHb{c}}e}A`BKfCd}{{{BGh{c}}e}A`BKfCd}{{{BIj{c}}e}A`BKfCd}{{{BFj{c}}e}A`BKfCd}{{{BHh{c}}e}A`BKfCd}{{{BFl{c}}e}A`BKfCd}{{{BFf{c}}e}A`BKfCd}{{{BHd{c}}e}A`BKfCd}{{{BGj{c}}e}A`BKfCd}{{{BH`{c}}e}A`BKfCd}{{{BJd{c}}e}A`BKfCd}{{{BJh{c}}e}A`BKfCd}{{{BJf{c}}e}A`BKfCd}{{{BHf{c}}e}A`BKfCd}{{{BGb{c}}e}A`BKfCd}{{{BIl{c}}e}A`BKfCd}{{{BGn{c}}e}A`BKfCd}{{{BFh{c}}e}A`BKfCd}{{{BFd{c}}e}A`BKfCd}{{{BFn{c}}e}A`BKfCd}{{{BG`{c}}e}A`BKfCd}{{{BIh{c}}e}A`BKfCd}{{{BHl{c}}e}A`BKfCd}{{{BHj{c}}e}A`BKfCd}``{{{BF`{{BIl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BEn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BId{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BI`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHb{c}}}}}{{C`{c}}}BFb}{ce{}{}}{{{BJj{{BHj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BG`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFn{c}}}}}{{C`{c}}}BFb}{ce{}{}}{{{BJj{{BGh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BId{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHl{c}}}}}{{C`{c}}}BFb}66{{{BJb{c}}}{{C`{c}}}{}}7{{{BEn{c}}}{{C`{c}}}{}}{{{BIn{c}}}{{C`{c}}}{}}9{{{BGd{c}}}{{C`{c}}}{}}::{{{BId{c}}}{{C`{c}}}{}}{{{BGf{c}}}{{C`{c}}}{}}<{{{BHn{c}}}{{C`{c}}}{}}={{{BI`{c}}}{{C`{c}}}{}}>{{{BGl{c}}}{{C`{c}}}{}}??{{{BJ`{c}}}{{C`{c}}}{}}{{{BIf{c}}}{{C`{c}}}{}}{ce{}{}}0{{{BIb{c}}}{{C`{c}}}{}}{{{BHb{c}}}{{C`{c}}}{}}2{{{BGh{c}}}{{C`{c}}}{}}3{{{BIj{c}}}{{C`{c}}}{}}4{{{BFj{c}}}{{C`{c}}}{}}55{{{BHh{c}}}{{C`{c}}}{}}6{{{BFl{c}}}{{C`{c}}}{}}{{{BFf{c}}}{{C`{c}}}{}}88{{{BHd{c}}}{{C`{c}}}{}}{{{BGj{c}}}{{C`{c}}}{}}::{{{BH`{c}}}{{C`{c}}}{}}{{{BJd{c}}}{{C`{c}}}{}}<{{{BJh{c}}}{{C`{c}}}{}}=={{{BJf{c}}}{{C`{c}}}{}}{{{BHf{c}}}{{C`{c}}}{}}?{{{BGb{c}}}{{C`{c}}}{}}{ce{}{}}0{{{BIl{c}}}{{C`{c}}}{}}{{{BGn{c}}}{{C`{c}}}{}}2{{{BFh{c}}}{{C`{c}}}{}}33{{{BFd{c}}}{{C`{c}}}{}}{{{BFn{c}}}{{C`{c}}}{}}5{{{BG`{c}}}{{C`{c}}}{}}66{{{BIh{c}}}{{C`{c}}}{}}7{{{BHl{c}}}{{C`{c}}}{}}8{{{BHj{c}}}{{C`{c}}}{}}{{{d{c}}}{{d{b}}}{}}00000000000000000000000000000000000000{{{Df{c}}}{{Df{b}}}{}}00000000000000000000000000000000000000{{{f{c}}}{{f{b}}}{}}00000000000000000000000000000000000000{{{BKd{}{{BKb{c}}}}}cAA`}{{ce}h{}{}}00000000000000000000000000000000000000```````````{BJnEb}{{{BJb{c}}{BJb{c}}}{{Af{Bl}}}M`}{{{BEn{c}}{BEn{c}}}{{Af{Bl}}}M`}{{{BIn{c}}{BIn{c}}}{{Af{Bl}}}M`}{{{BGd{c}}{BGd{c}}}{{Af{Bl}}}M`}{{{BId{c}}{BId{c}}}{{Af{Bl}}}M`}{{{BGf{c}}{BGf{c}}}{{Af{Bl}}}M`}{{{BHn{c}}{BHn{c}}}{{Af{Bl}}}M`}{{{BI`{c}}{BI`{c}}}{{Af{Bl}}}M`}{{{BGl{c}}{BGl{c}}}{{Af{Bl}}}M`}{{{BJ`{c}}{BJ`{c}}}{{Af{Bl}}}M`}{{{BIf{c}}{BIf{c}}}{{Af{Bl}}}M`}{{{BIb{c}}{BIb{c}}}{{Af{Bl}}}M`}{{{BHb{c}}{BHb{c}}}{{Af{Bl}}}M`}{{{BGh{c}}{BGh{c}}}{{Af{Bl}}}M`}{{{BIj{c}}{BIj{c}}}{{Af{Bl}}}M`}{{{BFj{c}}{BFj{c}}}{{Af{Bl}}}M`}{{{BHh{c}}{BHh{c}}}{{Af{Bl}}}M`}{{{BFl{c}}{BFl{c}}}{{Af{Bl}}}M`}{{{BFf{c}}{BFf{c}}}{{Af{Bl}}}M`}{{{BHd{c}}{BHd{c}}}{{Af{Bl}}}M`}{{{BGj{c}}{BGj{c}}}{{Af{Bl}}}M`}{{{BH`{c}}{BH`{c}}}{{Af{Bl}}}M`}{{{BJd{c}}{BJd{c}}}{{Af{Bl}}}M`}{{{BJh{c}}{BJh{c}}}{{Af{Bl}}}M`}{{{BJf{c}}{BJf{c}}}{{Af{Bl}}}M`}{{{BHf{c}}{BHf{c}}}{{Af{Bl}}}M`}{{{BGb{c}}{BGb{c}}}{{Af{Bl}}}M`}{{{BIl{c}}{BIl{c}}}{{Af{Bl}}}M`}{{{BGn{c}}{BGn{c}}}{{Af{Bl}}}M`}{{{BFh{c}}{BFh{c}}}{{Af{Bl}}}M`}{{{BFd{c}}{BFd{c}}}{{Af{Bl}}}M`}{{{BFn{c}}{BFn{c}}}{{Af{Bl}}}M`}{{{BG`{c}}{BG`{c}}}{{Af{Bl}}}M`}{{{BIh{c}}{BIh{c}}}{{Af{Bl}}}M`}{{{BHl{c}}{BHl{c}}}{{Af{Bl}}}M`}{{{BHj{c}}{BHj{c}}}{{Af{Bl}}}M`}```````````````````````````{ce{}{}}00000000000000000000000000000000000000{c{{Ab{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{cAd{}}00000000000000000000000000000000000000`{c{{Af{e}}}{}{}}00000000000000000000000000000000000000`````````````````````````````{cb{}}000000000`4444444444{BKhBKh}{BKjBKj}{BKlBKl}{BKnBKn}{BL`BL`}{{ce}A`{}{}}0000{{}BL`}{c{{Ab{BKh}}}Cb}{c{{Ab{BKj}}}Cb}{c{{Ab{BKl}}}Cb}{c{{Ab{BKn}}}Cb}{c{{Ab{BL`}}}Cb}{ce{}{}}0000`{{BKhCf}Ch}{{BKjCf}Ch}{{BKlCf}Ch}{{BKnCf}Ch}{{BL`Cf}Ch}{cc{}}0000{BKn{{Af{{BF`{{BJb{Db}}}}}}}}``77777{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000`````{{BKhc}AbEd}{{BKjc}AbEd}{{BKlc}AbEd}{{BKnc}AbEd}{{BL`c}AbEd}``{ce{}{}}0000{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000````{cb{}}0004444{BLbBLb}{BLdBLd}{{ce}A`{}{}}0{{}BLd}{c{{Ab{BLb}}}Cb}{c{{Ab{BLd}}}Cb}::{{BLbCf}Ch}{{BLdCf}Ch}{cc{}}0=={{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0````````{{BLbc}AbEd}{{BLdc}AbEd}{ce{}{}}0{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0`````````{cb{}}00000`444444`{DhDh}{BLfBLf}{BLhBLh}{{ce}A`{}{}}00{{}Dh}{c{{Ab{Dh}}}Cb}{c{{Ab{BLf}}}Cb}{c{{Ab{BLh}}}Cb}<<<{{DhCf}Ch}{{BLfCf}Ch}{{BLhCf}Ch}{cc{}}00{ce{}{}}00{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00```{{Dhc}AbEd}{{BLfc}AbEd}{{BLhc}AbEd}`777{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00```{cb{}}0;;`{A@dA@d}{{ce}A`{}{}}{{}A@d}{c{{Ab{A@d}}}Cb}?{{A@dCf}Ch}{cc{}}{ce{}{}}{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}````{{A@dc}AbEd}`5??>=`````<<<<5555{BLjcBLj}{BLlcBLj}{BLnBLj}{BLnBLl}{{}BLn}::;;::99887766`````{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0``````````{cb{}}0>>{{}BM`}{{{d{BMb}}}{{Ab{{d{c}}{d{BMb}}}}}BMb}{ce{}{}}{BMb{{Af{c}}}BMb}{{{f{BMb}}}{{Ab{{f{c}}{f{BMb}}}}}BMb}1{BM`h}{cc{}}{BM`{{Af{c}}}BMb}0{BM`c{BMbBMd}}``{BM`A`}{{BM`c}A`BMb}8{{{d{c}}}{{d{b}}}{}}{{{f{c}}}{{f{b}}}{}}{BMbh}{{ce}h{}{}}{{BM`c}{{Af{e}}}{}{}}{BM`Af}101`{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}````{cb{}}0{ce{}{}}00?`0:9{BEhBMf}{BMfBMf}9{BMh{{ABf{Mb}}}}{cBMfBMh}{{BMhj}A`}``9987```66555{cc{}}`6{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{{BMl{}{{BMj{c}}}}}cBMh}{{ce}h{}{}}{{{BMn{c}}}{{ABf{Mb}}}{{L`{j}}}}{{{BMn{c}}j}A`{{L`{j}}}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`{{BN`c}BN`BEh}{cb{}}0{ce{}{}}0{{}BN`}1>1=;9{{BN`j}A`}`77654``````````````33333333332222222222{AE`A`}{BNbBNb}{{ce}A`{}{}}{BNdcBNd}{BNfcBNd}``{BNhBNd}{BNhBNf}{{}AE`}{{}BNh}{{{d{BNj}}}{{Ab{{d{c}}{d{BNj}}}}}BNj}<<<<<{BNj{{Af{c}}}BNj}{{{f{BNj}}}{{Ab{{f{c}}{f{BNj}}}}}BNj}1{{AE`Bb}h}{{BNbCf}Ch}{cc{}}0000`{{BNlc}BNlBNj}{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}0000{BNjh}{{ce}h{}{}}0000`{{AE`BNbc}{{Af{e}}}{}{}}{{AE`Bb}Af}101{{AE`Bb}{{Af{BNl}}}}````8{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000`{cb{}}0<<{{}F`}=?=<:8``4432`````{BNnA`}02222>>>>`{{{BO`{ce}}}{{BO`{ce}}}JjJj}{{ce}A`{}{}}{ce{}{}}0{{}{{BO`{ce}}}{}{}}{cc{}}0{{{BOb{ce}}}{{BO`{ce}}}BOdBOd}{{eiBn}{{BO`{cg}}}{}{{ALd{}{{Dj{c}}}}}{}{{ALd{}{{Dj{g}}}}}}44{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{BOfBOh}BAn}{{BOfBOj}BAn}:{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0``````{cb{}}0>>``{{}{{BOl{c}}}{BOn{C@b{C@`}}C@d}}?{{{BOl{c}}h}A`{BOn{C@b{C@`}}C@d}}{{{BOl{c}}Ih}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}`?{ce{}{}}=;`:{{{BOl{c}}hEbEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}{{{BOl{c}}hEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}{{{BOl{c}}EbEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}{{{BOl{c}}Eb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}1010``0032{{{BOl{c}}}A`{BOn{C@b{C@`}}C@d}}0<<;:0{{{BOl{c}}nnEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}````````:::::::::{cAn{}}{C@hMb}{C@jh}`99999999{C@jA`}{C@lA`}{C@nA`}{C@jC@j}{C@lC@l}{C@nC@n}{C@hC@h}{{ce}A`{}{}}000{{C@hC@h}Bl}{{ce}Bl{}{}}{{}C@j}{{}C@l}{{}C@n}{{}C@h}{C@jn}`{ce{}{}}000{{cAn}h{}}{{cCd}A`{}}{C@jEb}{C@lEb}{C@nEb}{{C@jC@j}h}{{C@lC@l}h}{{C@nC@n}h}{{C@hC@h}h}{{ce}h{}{}}00{C@nBn}``{C@jDb}`{{C@jCf}{{Ab{A`B@n}}}}{{C@lCf}{{Ab{A`B@n}}}}{{C@nCf}{{Ab{A`B@n}}}}{{C@hCf}{{Ab{A`B@n}}}}{CA`C@j}{cc{}}000{Cn{{Af{C@h}}}}{Mb{{Af{C@h}}}}`{{C@hc}A`Cd}{C@lIh}`{C@jCAb}`{ce{}{}}000{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000{Cnh}{{ce}h{}{}}000``{{C@hC@h}{{Af{Bl}}}}{{C@nc}{{Ab{A`Md}}}CAd}{{C@lc}{{Ab{A`Md}}}CAf}{{C@lC@h}A`}:`{C@jMb}``{c{{Ab{CAhMd}}}{}}{{cBnnnnn}{{Ab{C@lMd}}}{}}{c{{Ab{C@lMd}}}{}}===={c{{Ab{e}}}{}{}}0000000{C@lC@h}`{cAd{}}000{C@jIh}`{c{{Af{e}}}{}{}}000``````{cb{}}0{ce{}{}}0{{}{{CAj{c}}}BMd}{{{CAj{c}}}e{}{}}0{{{CAj{c}}}h{JjCAl}}3``{cc{}}``4{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}``{{{CAl{}{{CAn{c}}}}ec}h{}CB`}{c{{CAj{c}}}{}}``{c{{Ab{e}}}{}{}}0?={{{CAj{c}}}A`{JjCAl}}`==<<{{}CBb}=`9=87650`22{cAd{}}{c{{Af{e}}}{}{}}{CBbA`}{{}CBd}{{CBdAj}{{G`{{Cl{AjBnBn}}}}}}``{Anb}{CBfAn}{{AnAn}h}{{CBfCd}A`}````{cb{}}00000000{ce{}{}}0000000{g{{Af{{Cl{{C`{c}}{C`{c}}}}}}}{M`BFb}{{AA`{{C`{c}}}}}{{Dl{}{{Dj{e}}}}}}{CBhCBh}{{ce}A`{}{}}{{CBhCBh}Bl}{{ce}Bl{}{}}`{{CnCn}Cn}006666{{cAn}h{}}{{CBhCBh}h}{{ce}h{}{}}00{{{CBj{c}}Cf}ChCBl}{{{E`{c}}Cf}ChCBn}{{{CC`{c}}Cf}ChCBn}{{CBhCf}Ch}{cc{}}000{{{D`{c}}{BDn{c}}}{{CBj{c}}}CBl}{{{D`{c}}{D`{c}}{D`{c}}}{{Af{{CBj{c}}}}}CBl}{{{CBj{c}}{BDn{c}}{BDn{c}}}{{Af{c}}}CBl}{{{CBj{c}}{CC`{c}}}{{G`{{BDn{c}}}}}CBl}0{ce{}{}}000{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000===={{cc}c{M`BFb}}``0```{{{BDn{c}}c}{{CBj{c}}}CBl}{{{AGf{c}}{AGf{c}}}{{E`{c}}}CBn}{{{D`{c}}{D`{c}}}{{CC`{c}}}CBn}{{CBhCBh}{{Af{Bl}}}}{{{E`{c}}}{{C`{{AGf{c}}}}}CBn}{{{CC`{c}}}{{C`{{D`{c}}}}}CBn}:{c{{Ab{e}}}{}{}}0000000{cAd{}}000{c{{Af{e}}}{}{}}000`````````````````````````{cb{}}0000000000000>>>>>>>>>>>>>>`{{{CCb{c}}El{f{{En{e}}}}F`Fb}A`CCdFd}{BbCCf}{{BbEf}CCh}{{Bb{BO`{BAnCCj}}{G`{Bn}}C@n}CCl}{{BbN`}CCn}`{CCfBb}{CChBb}{CClBb}{CCnBb}```{{}{{CCb{c}}}CCd}{{}CD`}{{}CDb}{CDdc{}}`{ce{}{}}000000``{cc{}}000000{{CD`BbF`}h}``2222222{{{d{c}}}{{d{b}}}{}}000000{{{Df{c}}}{{Df{b}}}{}}000000{{{f{c}}}{{f{b}}}{}}000000{CClh}{{ce}h{}{}}000000`{CChMb}``{{}Kd}000````````{{{Dn{Aj}}CDf{CDh{ce}}}{{Ab{A`CDj}}}CCdJf}```````{CChCDl}{CClCDn}{CCnN`}`{c{{Ab{e}}}{}{}}0000000000000{cAd{}}000000{c{{Af{e}}}{}{}}000000```{cb{}}0{ce{}{}}00{cc{}}1{{{d{c}}}{{d{b}}}{}}?=`{{{CE`{ce}}}{{ABf{Mb}}}FdCCd}{{{f{{En{c}}}}}{{CE`{ce}}}Fd{}}`{{{CE`{ce}}j}A`FdCCd}9987`````666666555555``555{{CDjCf}Ch}0555666444{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{{{CDh{ce}}Bb{G`{{Ld{n}}}}}{{Ab{A`CDj}}}CCdJf}{{{CDh{ce}}BbMb}{{Ab{A`CDj}}}CCdJf}{{{CDh{ce}}Bb{BO`{BAnCCj}}{G`{Bn}}C@n}{{Ab{A`CDj}}}CCdJf}`{c{{CDh{ec}}}JfCCd}`{{{Dn{Aj}}CDf{CDh{ce}}}{{Ab{A`CDj}}}CCdJf}{{{CDh{ce}}}eCCdJf}{{{CDh{ce}}Bb}{{Ab{A`CDj}}}CCdJf}{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{jA`}```{cb{}}000{ce{}{}}00000{cc{}}011{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{F`cGj}GlGn}{{F`ABnGj}Gl}<<<<;;::`88777{{J`ce}AC`{JfJjJh}Hd}78643`{{{CEb{ce}}}{{ABf{Mb}}}FdCCd}{{{f{{En{c}}}}}{{CEb{ce}}}Fd{}}`{{{CEb{ce}}j}A`FdCCd}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}```````````````{{AMnAMnAMn}{{Cl{AMnAMn}}}}{{{CEd{ecgikm}}eBbBL`{BO`{gi}}k{Dn{m}}}A`{}{{AMl{c}}}BOdBOdBOdBOd}{cb{}}00000000000{CEf{{Af{CEh}}}}{ce{}{}}00000000000````{{{CEd{ecgikm}}}A`{}{{AMl{c}}}BOdBOdBOdBOd}{CEfA`}{CEjCEj}{CEhCEh}{{ce}A`{}{}}0`{{}CEf}666666{{{CEd{ecgikm}}}c{}{{AMl{c}}}BOdBOdBOdBOd}`{CEh{{AOf{AMn}}}}{{CEfCEjAMn}{{AOf{AMn}}}}{{{CEd{cegikm}}Cf}ChMhMhMhMhMhMh}{{CEjCf}Ch}{{{CEl{c}}Cf}ChMh}{{CEhCf}Ch}{{CEnCf}Ch}{{CEfCf}Ch}{cc{}}00000{ACf{{CEd{ADnAJhcegi}}}BOdBOdBOdBOd}{CEf{{Af{CEh}}}}{{CEfBb}{{Af{{CF`{CEh}}}}}}{{{CEd{ecgikm}}Bb}{{Af{{CFb{Mb}}}}}{}{{AMl{c}}}BOdBOdBOdBOd}{{{CEd{ecgikm}}BbF`}h{}{{AMl{c}}}BOdBOdBOdBOd}{{{CEd{ecgikm}}}CEf{}{{AMl{c}}}BOdBOdBOdBOd}`?`>{CEh{{AOf{Bn}}}}``{ce{}{}}00000{{{d{c}}}{{d{b}}}{}}00000{{{Df{c}}}{{Df{b}}}{}}00000{{{f{c}}}{{f{b}}}{}}00000{{ce}h{}{}}00000{CEf{{`{{Dl{}{{Dj{{`{{Dl{}{{Dj{CEh}}}}}}}}}}}}}}`{CEh{{AOf{AMn}}}}``{{CEfAMnCEjAMn}{{AOf{AMn}}}}{{{CEd{ecgikm}}}c{}{{AMl{c}}}BOdBOdBOdBOd}{{{AN`{c}}{AN`{c}}{AN`{c}}{AN`{c}}}{{CEd{ecgikm}}}{}{{AMl{c}}}BOdBOdBOdBOd}{{cAMnCEj}{{CEl{c}}}{}}{{}CEf}`````{CEf{{Af{CEh}}}}{{CEfCEh}A`}`==`{c{{Ab{e}}}{}{}}00000000000`{cAd{}}00000{c{{Af{e}}}{}{}}00000{{{CEd{ecgikm}}eCEh{Dn{m}}}A`{}{{AMl{c}}}BOdBOdBOdBOd}{{{CEd{ecgikm}}eCEhk}A`{}{{AMl{c}}}BOdBOdBOdBOd}`:`<{jA`}```````````````````{cb{}}000000000000{cAn{}}{ce{}{}}00000000000`{BbCCf}{{BbEf}CCh}{{Bb{BO`{BAnCCj}}{G`{Bn}}C@n}CCl}{{BbN`}CCn}{BbCFd}{{BbEf}CFf}{{BbN`}CFh}{{Bb{BO`{BAnCCj}}{G`{Bn}}C@n}CFj}{CFlCFl}{CFjCFj}{CFnCFn}{{ce}A`{}{}}00{CCfBb}{CChBb}{CClBb}{CCnBb}{CFdBb}{CFfBb}{CFhBb}{CFjBb}````{ce{}{}}00000{{cAn}h{}}{{cCd}A`{}}{{CFlCFl}h}{{ce}h{}{}}00`{{CFdCf}Ch}{{CFfCf}Ch}{{CFhCf}Ch}{{CFlCf}Ch}{{CFjCf}Ch}{cc{}}00000{{CFlc}A`Cd}`;{CFdJl}{CFfJl}={CFhJl}>>{CFjJl}??{{{d{c}}}{{d{b}}}{}}00000{{{Df{c}}}{{Df{b}}}{}}00000{{{f{c}}}{{f{b}}}{}}00000{CClh}{CFjh}{{ce}h{}{}}00000`{CChMb}{CFfMb}`{{}Kd}0000000{CChCDl}{CClCDn}{CFfCDl}{CFjCDn}{ce{}{}}00{CCnN`}{CFhN`}{c{{Ab{e}}}{}{}}00000000000{cAd{}}00000{c{{Af{e}}}{}{}}00000{jA`}{{CG`ACfADnAE`A@dCj}A`}``````````{cb{}}0000000{cAn{}}0999999{ll}{BEbBEb}{{ce}A`{}{}}0{{{CGd{}{{CGb{c}}}}}{{Ab{cA@b}}}AF`}==={{cAn}h{}}0{{cCd}A`{}}0{{ll}h}{{BEbBEb}h}{{ce}h{}{}}00000{{A@bCf}Ch}0{{lCf}Ch}{{BEbCf}Ch}{cc{}}00{{{AFb{}{{CGf{c}}}}}c{CGhCGjCGl}}{{lc}A`Cd}{{BEbc}A`Cd}{lBn}{BEbBn}``{lCGn}{BEbCGn}{{{AFb{}{{CGf{c}}}}}Ih{CGhCGjCGl}}{ce{}{}}00{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{{BnBn}{{Af{l}}}}{{BnBn}{{Af{BEb}}}}{{{AFb{}{{CGf{c}}}}}A`{CGhCGjCGl}}{{{AFb{}{{CGf{c}}}}}n{CGhCGjCGl}}{AF`l}{{ln}BEb}::{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{lBn}{BEbBn}``{lCGn}{BEbCGn}","D":"KMn","p":[[10,"Any",8399],[5,"Box",8400],[5,"Rc",8401],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8294],[1,"f64"],[1,"unit"],[6,"Result",8402],[5,"TypeId",8399],[6,"Option",8403],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7507],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8404],[1,"u32"],[1,"array"],[10,"Deserializer",8405],[10,"Hasher",8406],[5,"Formatter",8407],[8,"Result",8407],[5,"ViewRegion",58],[1,"tuple"],[1,"i32"],[5,"Point3",8408],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8409],[6,"TileAddressingScheme",6808],[17,"Item"],[10,"Iterator",8410],[1,"slice"],[5,"Aabb2",7513],[1,"usize"],[10,"Serializer",8411],[5,"String",8412],[5,"Matrix4",8413],[5,"DebugPlugin",389],[5,"Schedule",4636],[5,"Kernel",1106],[5,"World",7194],[5,"RenderGraph",2513],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3135],[5,"DebugPassNode",450],[5,"SlotInfo",2788],[5,"Vec",8414],[5,"RenderGraphContext",2308],[5,"RenderContext",2583],[5,"RenderResources",1712],[6,"NodeRunError",2583],[5,"TrackedRenderPass",3568],[6,"RenderCommandResult",3135],[10,"PhaseItem",3135],[5,"OffscreenKernelConfig",512],[17,"HttpClient"],[10,"OffscreenKernel",512],[10,"HttpClient",967],[5,"SourceClient",967],[17,"EventLoopProxy"],[10,"EventLoop",544],[10,"EventLoopProxy",544],[10,"PartialEq",8404],[6,"SendEventError",544],[5,"EventLoopError",544],[5,"Map",1157],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",605],[6,"Input",605],[8,"AsyncProcedure",605],[6,"CallError",605],[10,"Context",605],[10,"Send",8415],[10,"Clone",8416],[5,"Message",605],[5,"SchedulerAsyncProcedureCall",605],[10,"Scheduler",928],[5,"SchedulerContext",605],[10,"MessageTag",605],[6,"MessageError",605],[6,"SendError",605],[6,"ProcedureError",605],[10,"IntoMessage",605],[17,"Output"],[10,"FnMut",8417],[5,"IndexProcessor",792],[5,"IndexedGeometry",792],[5,"RTree",8418],[10,"CoordFloat",8419],[10,"Bounded",8420],[10,"Signed",8421],[6,"ExactGeometry",792],[10,"PartialOrd",8404],[1,"str"],[6,"GeozeroError",8422],[5,"GeometryIndex",792],[10,"Debug",8407],[5,"LineString",8423],[5,"HashMap",8424],[5,"Polygon",8425],[6,"TileIndex",792],[6,"ColumnValue",8426],[6,"ScheduleError",928],[10,"Future",8427],[10,"FnOnce",8417],[5,"NopScheduler",928],[5,"HttpSourceClient",967],[5,"Pin",8428],[6,"SourceType",1035],[5,"SourceFetchError",967],[6,"Error",8429],[5,"Error",8430],[10,"Error",8431],[5,"TessellateSource",1035],[5,"RasterSource",1035],[5,"KernelBuilder",1106],[6,"MapError",1157],[6,"WindowCreateError",8294],[5,"Style",6889],[5,"RendererBuilder",1857],[10,"Plugin",1304],[5,"ReqwestOffscreenKernelEnvironment",1240],[5,"ReqwestHttpClient",1262],[5,"PathBuf",8432],[10,"Into",8433],[5,"TokioScheduler",1284],[5,"RasterPlugin",1306],[10,"RasterTransferables",1599],[8,"RgbaImage",8434],[10,"LayerRaster",1599],[10,"LayerRasterMissing",1599],[5,"RasterLayersDataComponent",1306],[5,"AvailableRasterLayerData",1306],[5,"MissingRasterLayerData",1306],[5,"PopulateWorldSystem",1420],[6,"Cow",8435],[6,"ProcessRasterError",1440],[5,"ProcessRasterContext",1440],[5,"RasterTileRequest",1440],[5,"LayerItem",3056],[8,"AsyncProcedureFuture",605],[5,"RequestSystem",1550],[5,"RasterResources",1572],[5,"Device",8436],[5,"Texture",3494],[8,"Label",8436],[6,"TextureFormat",3602,8437],[5,"TextureUsages",8437],[5,"BindGroup",8436],[5,"Msaa",3602],[5,"RenderPipeline",8436],[5,"DefaultLayerRaster",1599],[5,"DefaultLayerRasterMissing",1599],[6,"RasterMessageTag",1599],[5,"DefaultRasterTransferables",1599],[5,"Queue",8436],[5,"Tiles",7075],[5,"RenderPlugin",1712],[6,"RenderStageLabel",1712],[5,"MaskPipeline",1712],[5,"Renderer",1712],[5,"WgpuSettings",3602],[5,"RendererSettings",3602],[6,"RenderError",2102],[10,"MapWindow",8294],[10,"HeadedMapWindow",8294],[5,"Instance",8436],[5,"Surface",3380],[8,"RequestAdapterOptions",8436],[5,"Adapter",8436],[5,"UninitializedRenderer",1857],[6,"InitializationResult",1857],[5,"InitializedRenderer",1857],[5,"Perspective",1941],[5,"Camera",1941],[5,"Point2",8408],[5,"EdgeInsets",1941],[5,"ViewProjection",1941],[5,"ModelViewProjection",1941],[5,"Rad",8438],[5,"InvertedViewProjection",1941],[5,"Vector2",8439],[5,"Vector4",8439],[5,"CreateSurfaceError",8436],[6,"SurfaceError",8436],[6,"RenderGraphError",2161],[6,"HandleError",8440],[5,"RequestDeviceError",8436],[6,"Eventually",2134],[17,"Criteria"],[10,"HasChanged",2134],[10,"Eq",8404],[10,"HasTile",4410],[10,"Node",2583],[6,"RunSubGraphError",2308],[6,"OutputSlotError",2308],[6,"InputSlotError",2308],[5,"RunSubGraph",2308],[6,"SlotValue",2788],[6,"SlotLabel",2788],[5,"Buffer",8436],[5,"Sampler",8436],[6,"TextureView",3494],[5,"SlotInfos",2788],[5,"NodeState",2583],[6,"Edge",2453],[6,"EdgeExistence",2453],[5,"NodeId",2583],[6,"NodeLabel",2583],[10,"AsRef",8433],[5,"GraphInputNode",2513],[5,"Edges",2583],[5,"EmptyNode",2583],[6,"SlotType",2788],[10,"IntoIterator",8441],[6,"RenderGraphRunnerError",2927],[5,"MainPassNode",2984],[5,"MainPassDriverNode",2984],[5,"TileMaskItem",3056],[5,"RenderPhase",3056],[17,"SortKey"],[10,"Ord",8404],[5,"DrawState",3135],[10,"RenderCommand",3135],[10,"RenderPipeline",3279],[5,"RenderPipelineDescriptor",3279],[10,"Queue",3182],[8,"BufferAddress",8437],[5,"BackingBufferDescriptor",3260],[5,"VertexBufferLayout",3305],[5,"FragmentState",3305],[5,"VertexState",3305],[5,"WindowHead",3380],[5,"Surface",8436],[6,"Head",3380],[5,"BufferDimensions",3380],[5,"TextureView",8436],[5,"SurfaceTexture",8436],[5,"TilePipeline",3540],[5,"Range",8442],[5,"RenderPass",8436],[5,"Color",8437],[5,"BufferSlice",8436],[6,"IndexFormat",8437],[5,"ShaderStages",8437],[5,"Backends",3602,8437],[5,"Features",3602,8437],[6,"TextureAspect",8437],[5,"Limits",3602,8437],[6,"PowerPreference",3602,8437],[6,"SurfaceType",3602],[5,"Error",8407],[6,"Backend",8437],[5,"TextureFormatFeatures",8437],[5,"Iter",8443],[5,"IterNames",8443],[6,"TextureSampleType",8437],[5,"ShaderCamera",4134],[5,"ShaderGlobals",4134],[5,"ShaderVertex",4134],[5,"ShaderFeatureStyle",4134],[5,"ShaderLayerMetadata",4134],[5,"ShaderTileMetadata",4134],[5,"ShaderTextureVertex",4134],[10,"Shader",4134],[5,"TileMaskShader",4134],[5,"VectorTileShader",4134],[5,"RasterTileShader",4134],[8,"Vec3f32",4134],[8,"Mat4x4f32",4134],[8,"Vec4f32",4134],[8,"Vec2f32",4134],[5,"GraphRunnerSystem",4369],[5,"ResourceSystem",4388],[5,"ViewTileSources",4410],[5,"TileShape",4410],[6,"SourceShapes",4410],[5,"ViewTile",4410],[5,"QueryHasTile",4410],[10,"ResourceQuery",6964],[5,"TileViewPattern",4541],[5,"BackingBuffer",4541],[5,"ViewState",4588],[5,"Vector3",8439],[5,"Deg",8438],[5,"LogicalSize",8294],[10,"StageLabel",4636],[10,"Stage",4636],[10,"IntoSystemContainer",7007],[5,"MultiStage",4636],[5,"NopStage",4636],[5,"LinearSrgb",4713,8444],[5,"Alpha",4713,8444],[10,"Copy",8415],[5,"YCbCr",4713,8444],[5,"Bt2100",4713,8444],[5,"Hsv",4713,8444],[5,"DciXYZPrime",4713,8444],[5,"EncodedBt2020",4713,8444],[5,"YPrimeCbCr",4713,8444],[5,"YPbPr",4713,8444],[5,"Oklab",4713,8444],[5,"Rec709",4713,8444],[5,"GenericColor1",4713,8444],[5,"EncodedDisplayP3",4713,8444],[5,"EncodedBt2100HLG",4713,8444],[5,"AcesCg",4713,8444],[5,"Hsl",4713,8444],[5,"ICtCpPQ",4713,8444],[5,"DisplayP3",4713,8444],[5,"EncodedBt2100PQ",4713,8444],[5,"CieLCh",4713,8444],[5,"Bt2020",4713,8444],[5,"YCxCz",4713,8444],[5,"Yuv",4713,8444],[5,"Luminance",4713,8444],[5,"Luma",4713,8444],[5,"AcesCct",4713,8444],[5,"GenericColor3",4713,8444],[5,"AcesCc",4713,8444],[5,"YPrimePbPr",4713,8444],[5,"DciP3",4713,8444],[5,"Oklch",4713,8444],[5,"EncodedRec709",4713,8444],[5,"Aces2065",4713,8444],[5,"EncodedSrgb",4713,8444],[5,"ICtCpHLG",4713,8444],[5,"CieLab",4713,8444],[5,"CieXYZ",4713,8444],[5,"PremultipliedAlpha",4713,8444],[10,"ColorType",4713,8444],[6,"Spaces",4713,8444],[5,"Color",8445],[17,"CintTy"],[10,"ColorInterop",4713,8444],[10,"Hash",8406],[5,"BackgroundPaint",6626],[5,"FillPaint",6626],[5,"LinePaint",6626],[6,"LayerPaint",6626],[5,"StyleLayer",6626],[6,"RasterResampling",6753],[5,"RasterLayer",6753],[5,"VectorSource",6808],[6,"Source",6808],[10,"QueryState",6920],[5,"EphemeralQueryState",6920],[5,"GlobalQueryState",6920],[5,"Resources",6964],[10,"Resource",6964],[10,"Default",8446],[5,"SystemContainer",7007],[10,"System",7007],[17,"System"],[10,"IntoSystem",7033],[5,"FunctionSystem",7033],[5,"SystemStage",7055],[5,"Tile",7075],[10,"QueryState",7075],[5,"EphemeralQueryState",7075],[5,"GlobalQueryState",7075],[10,"TileComponent",7075],[5,"TileSpawnResult",7075],[10,"Align",7212],[5,"OverAlignedVertexBuffer",7212],[5,"VertexBuffers",8447],[10,"Pod",8448],[5,"VertexConstructor",7212],[5,"FillVertex",8449],[5,"StrokeVertex",8450],[5,"ZeroTessellator",7260],[10,"Add",8451],[5,"VertexId",8452],[10,"From",8433],[10,"MaxIndex",8447],[8,"Result",8422],[6,"GeomType",7303,8453],[5,"Value",7303,8453],[5,"Feature",7303,8453],[5,"Layer",7303,8453],[6,"TileValue",8454],[1,"i64"],[10,"FeatureProcessor",8455],[10,"GeomProcessor",8456],[6,"Geometry",8457],[5,"ChangeObserver",7450],[10,"SignificantlyDifferent",7450],[17,"Epsilon"],[10,"Sized",8415],[5,"FPSMeter",7484],[5,"Grid",8458],[10,"DynHash",7507],[5,"FloatOrd",7513],[5,"Plane",7513],[10,"BaseFloat",8459],[10,"BaseNum",8459],[5,"Aabb3",7513],[5,"VectorPlugin",7615],[10,"VectorTransferables",8113],[10,"TileTessellated",8113],[10,"LayerMissing",8113],[8,"IndexDataType",7212],[10,"LayerTessellated",8113],[10,"LayerIndexed",8113],[5,"VectorTilesDone",7615],[5,"VectorLayersDataComponent",7615],[5,"VectorPipeline",7615],[5,"VectorTileRequest",7820],[5,"ProcessVectorContext",7820],[6,"ProcessVectorError",7820],[5,"MissingVectorLayerData",7615],[5,"AvailableVectorLayerData",7615],[5,"PopulateWorldSystem",7800],[5,"RequestSystem",7920],[5,"BufferPool",7942],[5,"RingIndex",7942],[5,"IndexEntry",7942],[6,"BackingBufferType",7942],[5,"BackingBuffer",7942],[5,"RingIndexEntry",7942],[5,"VecDeque",8460],[5,"HashSet",8461],[5,"DefaultTileTessellated",8113],[5,"DefaultLayerMissing",8113],[5,"DefaultLayerIndexed",8113],[5,"DefaultLayerTesselated",8113],[6,"VectorMessageTag",8113],[5,"DefaultVectorTransferables",8113],[8,"VectorBufferPool",7615],[17,"MapWindow"],[10,"MapWindowConfig",8294],[17,"WindowHandle"],[10,"HasWindowHandle",8462],[10,"HasDisplayHandle",8462],[10,"Sync",8415],[8,"NonZeroU32",8463],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",544],[15,"TileRequest",790],[15,"Linear",926],[15,"Spatial",926],[6,"CurrentMapContext",1157],[15,"Pending",1230],[6,"RasterLayerData",1306],[5,"SetRasterTilePipeline",1498],[5,"SetRasterViewBindGroup",1498],[5,"DrawRasterTile",1498],[15,"SlotEdge",2507],[15,"NodeEdge",2507],[15,"MismatchedSlotType",2439],[15,"MismatchedSlotType",2442],[15,"MismatchedNodeSlots",2289],[15,"UnconnectedNodeInputSlot",2289],[15,"NodeInputSlotAlreadyOccupied",2289],[15,"UnconnectedNodeOutputSlot",2289],[15,"MismatchedInputSlotType",2445],[15,"MissingInput",2445],[5,"RenderGraphRunner",2927],[15,"MismatchedInputSlotType",2970],[15,"MissingInput",2970],[15,"EmptyNodeOutputSlot",2970],[5,"SetMaskPipeline",3021],[5,"DrawMask",3021],[5,"BufferedTextureHead",3380],[15,"SurfaceTexture",3538],[15,"Astc",4132],[8,"WgpuTileViewPattern",4410],[8,"TileUrl",6808],[8,"TileJSONUrl",6808],[10,"ResourceQueryMut",6964],[10,"ResourceQueryUnsafe",6964],[10,"ComponentQuery",7075],[10,"ComponentQueryMut",7075],[10,"ComponentQueryUnsafe",7075],[8,"GeoResult",7260],[6,"VectorLayerData",7615],[5,"SetVectorTilePipeline",7885],[5,"DrawVectorTile",7885]],"r":[[19,8464],[25,7212],[26,7212],[27,7212],[30,7212],[31,7260],[1233,1240],[1236,1240],[1238,1262],[1303,1284],[1308,1599],[1309,1599],[1311,1599],[1318,1599],[1724,4134],[2164,2453],[2167,2453],[2168,2583],[2169,2583],[2171,2513],[2174,2308],[2189,2583],[2191,2583],[2193,2583],[2194,2583],[2195,2583],[2196,2308],[2198,2583],[2199,2513],[2200,2308],[2202,2308],[2203,2308],[2208,2788],[2209,2788],[2210,2788],[2211,2788],[2212,2788],[3056,3135],[3057,3135],[3060,3135],[3061,3135],[3062,3135],[3182,3260],[3183,3380],[3184,3380],[3185,3305],[3186,3380],[3190,3279],[3191,3279],[3192,3380],[3194,3494],[3195,3494],[3197,3540],[3198,3568],[3199,3305],[3200,3305],[3201,3380],[3608,8437],[3647,8437],[3653,8437],[3670,8437],[3744,8437],[4412,4541],[4420,4541],[4713,8444],[4715,8444],[4717,8444],[4719,8444],[4721,8444],[4722,8444],[4724,8444],[4726,8444],[4728,8444],[4730,8444],[4733,8444],[4734,8444],[4736,8444],[4738,8444],[4740,8444],[4742,8444],[4744,8444],[4746,8444],[4748,8444],[4750,8444],[4752,8444],[4754,8444],[4756,8444],[4758,8444],[4760,8444],[4762,8444],[4764,8444],[4766,8444],[4768,8444],[4770,8444],[4773,8444],[4775,8444],[4777,8444],[4778,8444],[4781,8444],[4782,6889],[4783,8444],[4785,8444],[4787,8444],[4789,8444],[4791,8444],[4793,8444],[7303,8453],[7304,8453],[7305,8453],[7310,8453],[7452,7484],[7618,8113],[7619,8113],[7621,8113],[7623,8113],[7627,7820],[7628,7820],[7630,8113],[7637,7820],[7639,8113],[7758,7820]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[222,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[223,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[225,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[565,"impl-Debug-for-SendEventError"],[566,"impl-Display-for-SendEventError"],[567,"impl-Debug-for-EventLoopError"],[568,"impl-Display-for-EventLoopError"],[682,"impl-Display-for-MessageError"],[683,"impl-Debug-for-MessageError"],[685,"impl-Display-for-SendError"],[686,"impl-Debug-for-SendError"],[687,"impl-Display-for-ProcedureError"],[688,"impl-Debug-for-ProcedureError"],[689,"impl-Debug-for-CallError"],[690,"impl-Display-for-CallError"],[943,"impl-Display-for-ScheduleError"],[944,"impl-Debug-for-ScheduleError"],[994,"impl-Debug-for-SourceFetchError"],[995,"impl-Display-for-SourceFetchError"],[997,"impl-From%3CError%3E-for-SourceFetchError"],[998,"impl-From%3CError%3E-for-SourceFetchError"],[1184,"impl-Display-for-MapError"],[1185,"impl-Debug-for-MapError"],[1461,"impl-Display-for-ProcessRasterError"],[1462,"impl-Debug-for-ProcessRasterError"],[2114,"impl-Debug-for-RenderError"],[2115,"impl-Display-for-RenderError"],[2116,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2118,"impl-From%3CSurfaceError%3E-for-RenderError"],[2119,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2120,"impl-From%3CHandleError%3E-for-RenderError"],[2121,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2236,"impl-Display-for-RenderGraphError"],[2237,"impl-Debug-for-RenderGraphError"],[2365,"impl-Debug-for-RunSubGraphError"],[2366,"impl-Display-for-RunSubGraphError"],[2367,"impl-Debug-for-OutputSlotError"],[2368,"impl-Display-for-OutputSlotError"],[2369,"impl-Debug-for-InputSlotError"],[2370,"impl-Display-for-InputSlotError"],[2668,"impl-Display-for-NodeRunError"],[2669,"impl-Debug-for-NodeRunError"],[2676,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2678,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2679,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2681,"impl-From%3CString%3E-for-NodeLabel"],[2682,"impl-From%3C%26str%3E-for-NodeLabel"],[2683,"impl-From%3CNodeId%3E-for-NodeLabel"],[2684,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2848,"impl-Display-for-SlotType"],[2849,"impl-Debug-for-SlotType"],[2853,"impl-From%3CSampler%3E-for-SlotValue"],[2855,"impl-From%3CBuffer%3E-for-SlotValue"],[2856,"impl-From%3CTextureView%3E-for-SlotValue"],[2858,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2859,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2860,"impl-From%3CString%3E-for-SlotLabel"],[2861,"impl-From%3Cusize%3E-for-SlotLabel"],[2862,"impl-From%3C%26str%3E-for-SlotLabel"],[2943,"impl-Display-for-RenderGraphRunnerError"],[2944,"impl-Debug-for-RenderGraphRunnerError"],[3512,"impl-From%3CTextureView%3E-for-TextureView"],[3513,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3793,"impl-Flags-for-Backends"],[3794,"impl-Backends"],[3795,"impl-Flags-for-Features"],[3796,"impl-Features"],[3910,"impl-UpperHex-for-Backends"],[3911,"impl-LowerHex-for-Backends"],[3912,"impl-Debug-for-Backends"],[3913,"impl-Octal-for-Backends"],[3914,"impl-Binary-for-Backends"],[3915,"impl-UpperHex-for-Features"],[3916,"impl-LowerHex-for-Features"],[3917,"impl-Debug-for-Features"],[3918,"impl-Octal-for-Features"],[3919,"impl-Binary-for-Features"],[3934,"impl-Backends"],[3935,"impl-Flags-for-Backends"],[3936,"impl-Features"],[3937,"impl-Flags-for-Features"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2366%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23762%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4958,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23738%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4959,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23402%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4960,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4961,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23786%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4962,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23810%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4963,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23666%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4964,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23114%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4965,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23162%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4966,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23354%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4967,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23522%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4968,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23234%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4969,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23714%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4970,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4971,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23330%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4972,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4973,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23642%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4974,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4975,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23882%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4976,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23858%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4977,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23186%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4978,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23210%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4979,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23306%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4980,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23138%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4981,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23282%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4982,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23834%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4983,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23378%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4984,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23690%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4985,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2390%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4986,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23258%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4987,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4988,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4989,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4990,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4991,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4992,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23863%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4993,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23311%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4994,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23167%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4995,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23191%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4996,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23503%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4997,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23887%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4998,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23815%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4999,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23527%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5000,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23455%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5001,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5002,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5003,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23791%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23383%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5005,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23839%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5006,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23767%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5007,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5008,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23263%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5009,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5010,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5011,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23215%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5012,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23335%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5013,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5014,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5015,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23647%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5016,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23287%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5017,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5018,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5019,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23407%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5020,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5021,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5022,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23431%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5023,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23479%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5024,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23239%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5025,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5026,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23359%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23641%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2389%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5066,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23689%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5067,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23233%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5068,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23497%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5069,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23353%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5070,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23209%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5071,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5072,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23617%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5073,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23737%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5074,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5075,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2365%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5076,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5077,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23881%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5078,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23161%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5079,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23809%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5080,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23377%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5081,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5082,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23665%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5083,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5084,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23713%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5085,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5086,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23185%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5087,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23329%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5088,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23305%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5089,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23113%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5090,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23281%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5091,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5092,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5093,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23761%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5094,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23833%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5095,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23785%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5096,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23257%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5097,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23857%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5098,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5099,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5100,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5101,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23742%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5102,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23814%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5103,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5104,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23334%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5105,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23214%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5106,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5107,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23478%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5108,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23502%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5109,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23142%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5110,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23622%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5111,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23262%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5112,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23166%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5113,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5114,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23382%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5115,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23358%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5116,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5117,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23406%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5118,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23238%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5119,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5120,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23766%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5121,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5122,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23790%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5123,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23862%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5124,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23286%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5125,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23886%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5126,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23430%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5127,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23454%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5128,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23190%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5129,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23838%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5130,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5131,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5132,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5133,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23310%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5134,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23135%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23711%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23255%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23615%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5752,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23303%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5753,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23759%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5754,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23591%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5755,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5757,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23327%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5758,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5759,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23783%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5760,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5761,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23663%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5762,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23159%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5763,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23231%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5764,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23807%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5765,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5766,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23687%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5767,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23639%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5768,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2363%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5769,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23111%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5770,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23855%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5771,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5772,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5773,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5774,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23447%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5775,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5776,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23183%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5777,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23735%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5778,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2387%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5779,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23567%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5780,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23207%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5781,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23879%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5782,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23831%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5783,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23279%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5784,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23212%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5785,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5786,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23236%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5787,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23764%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5788,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5789,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23356%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5790,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23332%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5791,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5792,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23836%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5793,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23716%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5794,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23740%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5795,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5796,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23164%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5797,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23188%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5798,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5799,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23572%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5800,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23860%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5801,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5802,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23404%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5803,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5804,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23380%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5805,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5806,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23116%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5807,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23284%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5808,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23452%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5810,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23812%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5811,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5812,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23884%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5813,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2392%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5814,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23788%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5815,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23140%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5816,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23260%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5817,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23308%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5818,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5819,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23692%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5820,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23428%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5822,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5825,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5826,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5827,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5828,"impl-From%3CColor%3E-for-EncodedSrgb"],[5829,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5830,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5834,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5837,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5838,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5842,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5843,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5844,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5848,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5852,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5856,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5860,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5864,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5872,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5874,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5875,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5876,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5877,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5878,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5879,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5882,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5889,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5892,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5894,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5895,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5897,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5900,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5901,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5903,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5904,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5905,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5907,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5908,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5909,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5910,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5911,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5913,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5914,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5915,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5917,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5918,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5919,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5921,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5922,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5923,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5925,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5926,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5928,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5929,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5930,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5932,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5933,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5935,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5936,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5937,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5938,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5940,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5941,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5942,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5944,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5946,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5947,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5948,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5950,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5951,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5952,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5953,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5954,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5955,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5957,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5958,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5960,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5961,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5963,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5964,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5965,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5967,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5968,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23688%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2364%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23712%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23352%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6036,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6037,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23832%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6038,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23256%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[6039,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2388%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6040,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23184%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[6041,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23304%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[6042,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6043,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23784%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6044,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[6045,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23136%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[6046,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23760%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[6047,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6048,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23280%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[6049,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23640%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[6050,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23472%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[6051,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23664%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[6052,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6053,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23112%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[6054,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23208%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[6055,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6056,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23808%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[6057,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23736%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[6058,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23856%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[6059,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23880%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[6060,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23232%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[6061,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23160%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[6062,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23592%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[6063,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23616%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[6064,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6065,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[6066,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23328%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[6068,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23885%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6069,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23165%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6070,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23429%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6071,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23741%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6072,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23237%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6073,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23117%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6074,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23261%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6075,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23333%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6076,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23813%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6077,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23453%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6078,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23477%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6079,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6080,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23405%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6081,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6082,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6083,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23837%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6084,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6085,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23717%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6086,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6087,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6088,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6089,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23189%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6090,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23213%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6091,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23285%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6092,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23765%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6093,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6094,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6095,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23381%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6096,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23309%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6097,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23789%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6099,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23357%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6100,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23597%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6101,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23141%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6102,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6103,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6104,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23861%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[7247,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7248,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7842,"impl-Display-for-ProcessVectorError"],[7843,"impl-Debug-for-ProcessVectorError"],[8340,"impl-Display-for-WindowCreateError"],[8341,"impl-Debug-for-WindowCreateError"]],"c":"OjAAAAEAAAAAAAAAEAAAANwO","e":"OzAAAAEAAOAaAQICAAAABAAAAAYAAQAJAAIADQABABAAAAASAAAAFgAAAB0AAQAhAAUAKAAEAC8ACwA+AAIAQgABAEUAAABKAAAATAAyAIEAUQDWAAAA2QAAANwAAQDfAAEA4gAAAOQAAADnAAIA9AAeABUBEgApAQoANQEHAD4BDwBPATMAhAEAAIYBGACmAQoAtAEOAMQBBADKAQAAzAEdAO4BEwADAhAAFgIKACICAQAlAgMAKgIPAD4CEwBTAgAAWAIAAFsCAABgAgIAZAIDAGoCAABsAgAAbgIrAJsCGAC8AgIAxwIfAOgCAQDrAi0AHQMDACIDGgA/AwkASwMBAFIDAwBYAwIAYAMjAIYDHQClAwwAtgMRAMwDGADmAwEA6gMBAO8DHQAPBAAAEQQbADMEHwBVBA4AZgQAAGkEIwCOBBQApQQAAKcEAACrBA8AvAQUANIEAADVBAAA1wQIAOEEAADjBBUA+wQDAAAFBAAGBQUADgUJABkFMABPBQAAVQUYAG8FAABxBQAAcwUYAI0FBQCVBQ0ApAUTAL4FLwD0BSEAGAYMACYGAQApBgQALwYBADIGRQB8BgEAfwYBAIQGLACzBgEAuQYBALwGGgDYBgsA5QYIAPMGAAD1BgAA9wYCAP8GFAAVBwQAGwcAAB0HAAAfBwAAIQcAACMHBQArBzYAawdSAL8HFADaBwIA4wdiAEcIAwBMCAsAWQgJAGQIAgBoCAkAdAgAAHYIAgB7CAAAfQgQAJEIAACTCAAAlQgBAJoIAACcCAEApggAAKkIFQDACAkAywgPANwIBwDlCCgAEAksAD4JBQBNCQAAUAkBAFcJEgBrCQAAbQkAAG8JAABxCSUAmAkBAJwJGAC7CRYA2QkMAPAJAADyCQEA9gkHAAQKAgALCgAADQoIABoKAgAgCgAAIgoAACQKAAAnCigAUQoFAFoKFgB1CgAAdwoBAHoKAwCDCgAAhQoBAIoKAQCTChQAqQoHALIKAAC0CgAAuQoCAL8KGQDaCgYA5woBAPIKNAAoCwEAKwsEADMLAAA8Cw0ASwsEAFILAQBVCywAhAsAAIcLLQC3CwAAugsgAN8LEQDyCwIA9wsAAPoLAQD9CxEAEAwEABgMAAAcDA0AKwwAAC4MEQBBDAEARQwAAEcMCgBUDAAAWQwKAGUMAABnDAoAcwwGAHsMAAB+DAAAgQwBAIUMAACHDAAAjAwAAJAMAgCWDAAAmAwDAJ0MAACfDAEAogwCAKkMAACsDAQAswwAALYMCwDDDAAAxwwOANcMAQDbDAAA3QwDAOUMAwDsDAAA7gwGAPYMBQD9DAkACQ0GABYNCwAmDTEAXQ0GAGkNPQCoDQAAqw0LALkNAgC+DQkAyQ0QANwNAgDhDQwA7w0BAPINBAD+DQMAAw4AAAcOAAAPDgMAQg4BAGcOAACVDgAArA4bAMkOAADSDgAA1A4AAN0OEQDxDhEADA8IABgPCAAjDwkALw8TAEYPDABUDwAAYA8AAGIPAABtDwQAgQ8cAKcPAACpDwgA2Q8AAN0PAADyDwgA/Q8aABoQCAAnEGIAnhBtAA4RAAAREQAAExEFABsREAAuEQkAOREBAD0RAQBBEQAARxEtAHoRBACEETwAwhELANARAADVESIA+xEFAAISAgAGEg0AFxIAABsSBAAhEgAAJxIPADgSAAA8EgAAQhIAAEYSBwBPEgIAUxIBAFYSAgBbEg4AfRIAAIASAAClEgAArRIAAMAScwFGFE0AmBRyAA0VIwA5FUMBfhYzALMWCgC/FgAAwRYHAMoWAgDOFgIA0xYEANkWAgDdFgAA3xYEAOUWAQDoFgEA6xYEAPEWAADzFgUA+hYBAP0WAgABFwEABBcBAAcXBAANFwEAEBcCABQXBAAaFwIAHhcCACIXAgAmFwEAKRcCAC0XAQAwFwMANRcCADkXAAA7FwIAPxcFAEYXAQBJFwEATBcCAFAXAQBnFyYAkBcjALUXHQDUFwUA3BcAAN4XAQDhFwAA5BcBAOcXAADpFwAA6xcAAO4XAQDyFwEA9RcAAPcXAAD5FwAA/BcAAP4XAQACGAEABhgBAAkYAAAMGAEADxgAABIYAQAVGAAAGBgBABsYAAAeGAAAIBgAACIYdQCZGCYAyBgnAPIYAAAJGQAACxmbAKgZJgDRGQAA4hkEAOgZAgDsGS8AIRoCACkaTwB9Gh4AnxoAAKEaBgCpGgUAsBoPAMYaCwDUGgMA2RoQAOsaCgD4GiIAHxsjAEQbAABIGwAAShsGAFIbAQBVGwoAYRsAAGMbBQBqGwAAbBsEAHIbCAB8GwUAgxsAAIUbAgCJGw4AmhsUALAbIADSGwQA2hsBAOEbAQDoGwwA9hsrACQcCgAyHA8ARBwBAEgcEwBeHAAAYRwKAG4cGQCLHAMAkBwJAJwcGQC3HBAAzBwFANkcAADbHAAA3RwAAOIcCwDvHAMA9BwDAPocAAD+HA4ADx0DABQdBAAbHQEAHh0LACsdAQAuHQMAMx0AADUdBwA+HQYARx0LAFQdBQBeHRUAdR0PAIsdAACNHQAAkh0QAKUdAACsHQAArx0SAMMdCgDPHQYA1x03ABAeAAAYHgIAIh4tAFMeAABVHiEAeB4GAIEeCwCOHgEAkh4SAKseLwDfHhgA+h4LAAcfAQAKHwoAFx80AFIfCgBlH6AAByAEABIgAQAVIAEAGCAAABsgAAAeIEkAaSAAAGsgAABuICoAnCAJAKkgJgA="}]\ +["maplibre",{"t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKFRRNNNNONNMNNNNNNNNNMNNNNNPKKFKRRRGNNNNNNNNMMNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTPPPPPPPPPPPPPPPTFTPPPTFPTTTTTFPPTTTTTTTGPPPPPPPPPPPPTTTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTTTTTTPGTTTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNOOONNNNNONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFPFKRKRKRPFFGPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNPFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHPKFKRKFPGRNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNMNNNNOONNMNNNNNNNNNNNNNNNNNMMMNNNNNNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernel","OffscreenKernelConfig","OffscreenKernelEnvironment","Scheduler","as_any","as_any_mut","borrow","borrow_mut","cache_directory","clone","clone_into","create","deserialize","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","serialize","source_client","to_owned","try_from","try_into","type_id","upcast","Closed","EventLoop","EventLoopConfig","EventLoopError","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","create_proxy","create_proxy","downcast","downcast","fmt","fmt","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","send_event","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","offscreen_kernel_config","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","Window","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","source","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","Handle","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","FLOAT32_FILTERABLE","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","NV12","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_CACHE","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RAY_QUERY","RAY_TRACING_ACCELERATION_STRUCTURE","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_INT64","SHADER_INT64_ATOMIC_ALL_OPS","SHADER_INT64_ATOMIC_MIN_MAX","SHADER_PRIMITIVE_INDEX","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","SUBGROUP","SUBGROUP_BARRIER","SUBGROUP_VERTEX","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TEXTURE_FORMAT_NV12","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_ENCODERS","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_copy_size","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multi_planar_format","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_color_attachment_bytes_per_sample","max_color_attachments","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_subgroup_size","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_subgroup_size","min_uniform_buffer_offset_alignment","msaa","not","not","planes","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","size_multiple_requirement","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","target_component_alignment","target_pixel_byte_cost","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","Decoding","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","Decoding","ProcessVectorContext","ProcessVectorError","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","EventLoop","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","Window","WindowCreateError","WindowHandle","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","handle","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[544,"maplibre::event_loop"],[593,"maplibre::io"],[605,"maplibre::io::apc"],[790,"maplibre::io::apc::Input"],[792,"maplibre::io::geometry_index"],[926,"maplibre::io::geometry_index::TileIndex"],[928,"maplibre::io::scheduler"],[967,"maplibre::io::source_client"],[1035,"maplibre::io::source_type"],[1106,"maplibre::kernel"],[1157,"maplibre::map"],[1230,"maplibre::map::CurrentMapContext"],[1232,"maplibre::platform"],[1238,"maplibre::platform::http_client"],[1240,"maplibre::platform::noweb"],[1262,"maplibre::platform::noweb::http_client"],[1284,"maplibre::platform::noweb::scheduler"],[1303,"maplibre::platform::scheduler"],[1304,"maplibre::plugin"],[1306,"maplibre::raster"],[1420,"maplibre::raster::populate_world_system"],[1440,"maplibre::raster::process_raster"],[1497,"maplibre::raster::queue_system"],[1498,"maplibre::raster::render_commands"],[1550,"maplibre::raster::request_system"],[1571,"maplibre::raster::resource"],[1572,"maplibre::raster::resource::raster"],[1598,"maplibre::raster::resource_system"],[1599,"maplibre::raster::transferables"],[1710,"maplibre::raster::upload_system"],[1712,"maplibre::render"],[1857,"maplibre::render::builder"],[1941,"maplibre::render::camera"],[2098,"maplibre::render::draw_graph"],[2101,"maplibre::render::draw_graph::node"],[2102,"maplibre::render::error"],[2134,"maplibre::render::eventually"],[2161,"maplibre::render::graph"],[2277,"maplibre::render::graph::Edge"],[2283,"maplibre::render::graph::InputSlotError"],[2286,"maplibre::render::graph::OutputSlotError"],[2289,"maplibre::render::graph::RenderGraphError"],[2300,"maplibre::render::graph::RunSubGraphError"],[2308,"maplibre::render::graph::context"],[2439,"maplibre::render::graph::context::InputSlotError"],[2442,"maplibre::render::graph::context::OutputSlotError"],[2445,"maplibre::render::graph::context::RunSubGraphError"],[2453,"maplibre::render::graph::edge"],[2507,"maplibre::render::graph::edge::Edge"],[2513,"maplibre::render::graph::graph"],[2583,"maplibre::render::graph::node"],[2788,"maplibre::render::graph::node_slot"],[2927,"maplibre::render::graph_runner"],[2970,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2980,"maplibre::render::main_graph"],[2982,"maplibre::render::main_graph::node"],[2984,"maplibre::render::main_pass"],[3021,"maplibre::render::render_commands"],[3056,"maplibre::render::render_phase"],[3135,"maplibre::render::render_phase::draw"],[3182,"maplibre::render::resource"],[3258,"maplibre::render::resource::TextureView"],[3260,"maplibre::render::resource::buffer"],[3279,"maplibre::render::resource::pipeline"],[3305,"maplibre::render::resource::shader"],[3380,"maplibre::render::resource::surface"],[3494,"maplibre::render::resource::texture"],[3538,"maplibre::render::resource::texture::TextureView"],[3540,"maplibre::render::resource::tile_pipeline"],[3568,"maplibre::render::resource::tracked_render_pass"],[3602,"maplibre::render::settings"],[4132,"maplibre::render::settings::TextureFormat"],[4134,"maplibre::render::shaders"],[4362,"maplibre::render::systems"],[4368,"maplibre::render::systems::cleanup_system"],[4369,"maplibre::render::systems::graph_runner_system"],[4388,"maplibre::render::systems::resource_system"],[4407,"maplibre::render::systems::sort_phase_system"],[4408,"maplibre::render::systems::tile_view_pattern_system"],[4409,"maplibre::render::systems::upload_system"],[4410,"maplibre::render::tile_view_pattern"],[4541,"maplibre::render::tile_view_pattern::pattern"],[4588,"maplibre::render::view_state"],[4636,"maplibre::schedule"],[4713,"maplibre::style"],[6626,"maplibre::style::layer"],[6753,"maplibre::style::raster"],[6808,"maplibre::style::source"],[6889,"maplibre::style::style"],[6920,"maplibre::tcs"],[6964,"maplibre::tcs::resources"],[7007,"maplibre::tcs::system"],[7033,"maplibre::tcs::system::function"],[7055,"maplibre::tcs::system::stage"],[7075,"maplibre::tcs::tiles"],[7194,"maplibre::tcs::world"],[7212,"maplibre::tessellation"],[7260,"maplibre::tessellation::zero_tessellator"],[7303,"maplibre::tile"],[7450,"maplibre::util"],[7484,"maplibre::util::fps_meter"],[7505,"maplibre::util::grid"],[7507,"maplibre::util::label"],[7513,"maplibre::util::math"],[7615,"maplibre::vector"],[7800,"maplibre::vector::populate_world_system"],[7820,"maplibre::vector::process_vector"],[7884,"maplibre::vector::queue_system"],[7885,"maplibre::vector::render_commands"],[7920,"maplibre::vector::request_system"],[7941,"maplibre::vector::resource"],[7942,"maplibre::vector::resource::buffer_pool"],[8112,"maplibre::vector::resource_system"],[8113,"maplibre::vector::transferables"],[8292,"maplibre::vector::upload_system"],[8294,"maplibre::window"],[8399,"core::any"],[8400,"alloc::boxed"],[8401,"alloc::rc"],[8402,"core::result"],[8403,"core::option"],[8404,"core::cmp"],[8405,"serde::de"],[8406,"core::hash"],[8407,"core::fmt"],[8408,"cgmath::point"],[8409,"alloc::sync"],[8410,"core::iter::traits::iterator"],[8411,"serde::ser"],[8412,"alloc::string"],[8413,"cgmath::matrix"],[8414,"alloc::vec"],[8415,"core::marker"],[8416,"core::clone"],[8417,"core::ops::function"],[8418,"rstar::rtree"],[8419,"geo_types"],[8420,"num_traits::bounds"],[8421,"num_traits::sign"],[8422,"geozero::error"],[8423,"geo_types::geometry::line_string"],[8424,"std::collections::hash::map"],[8425,"geo_types::geometry::polygon"],[8426,"geozero::property_processor"],[8427,"core::future::future"],[8428,"core::pin"],[8429,"reqwest_middleware::error"],[8430,"reqwest::error"],[8431,"core::error"],[8432,"std::path"],[8433,"core::convert"],[8434,"image::buffer_"],[8435,"alloc::borrow"],[8436,"wgpu"],[8437,"wgpu_types"],[8438,"cgmath::angle"],[8439,"cgmath::vector"],[8440,"raw_window_handle"],[8441,"core::iter::traits::collect"],[8442,"core::ops::range"],[8443,"bitflags::iter"],[8444,"cint"],[8445,"csscolorparser::color"],[8446,"core::default"],[8447,"lyon_tessellation::geometry_builder"],[8448,"bytemuck::pod"],[8449,"lyon_tessellation::stroke"],[8450,"lyon_tessellation::fill"],[8451,"core::ops::arith"],[8452,"lyon_tessellation"],[8453,"geozero::mvt::vector_tile::tile"],[8454,"geozero::mvt::tile_value"],[8455,"geozero::feature_processor"],[8456,"geozero::geometry_processor"],[8457,"geo_types::geometry"],[8458,"tile_grid::wmts::grid"],[8459,"cgmath::num"],[8460,"alloc::collections::vec_deque"],[8461,"std::collections::hash::set"],[8462,"raw_window_handle::borrowed"],[8463,"core::num::nonzero"],[8464,"geozero::mvt::vector_tile"]],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,376,0,0,382,382,382,382,382,382,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,34,18,18,12,12,19,14,20,21,21,17,17,16,29,34,18,12,19,14,20,21,17,16,29,12,21,17,16,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,34,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,34,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,34,18,12,19,14,20,21,17,16,29,17,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,34,18,12,19,14,20,21,17,16,29,29,19,19,34,34,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,18,12,19,14,20,21,17,16,29,34,34,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,51,52,45,51,52,45,51,52,45,51,52,45,45,0,0,45,51,51,52,45,52,52,0,51,52,45,51,52,45,51,52,45,51,45,51,52,45,51,52,45,0,0,0,52,52,51,52,45,51,52,45,51,52,45,51,52,45,0,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,448,449,0,50,0,50,66,50,0,0,50,50,64,64,64,64,64,64,64,66,64,64,64,64,64,64,64,64,64,66,64,64,64,64,64,73,0,0,0,0,450,70,450,0,73,74,73,74,73,74,73,74,450,70,73,74,73,73,74,74,73,74,73,74,73,74,73,74,73,74,73,74,70,71,73,74,73,74,73,74,73,74,73,74,0,0,391,391,0,391,391,0,0,0,391,391,0,0,0,0,91,0,79,82,82,93,93,0,0,0,0,0,80,0,79,82,0,0,93,0,82,80,92,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,79,87,87,80,89,80,89,80,87,91,86,80,92,93,82,89,90,91,91,86,92,92,93,93,82,82,87,91,86,80,92,93,82,89,86,90,94,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,80,92,89,87,91,86,80,92,93,82,89,86,87,91,86,80,92,93,82,89,87,86,87,87,79,87,87,83,89,89,80,86,86,80,89,91,92,93,82,86,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,87,91,86,80,92,93,82,89,451,451,0,0,0,0,103,112,103,112,0,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,98,97,98,103,98,103,98,97,97,107,97,98,107,112,97,98,103,98,98,97,97,98,103,107,112,97,98,103,98,98,97,97,97,97,97,107,107,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,97,97,97,97,97,97,97,107,97,97,97,112,97,97,97,98,97,97,97,107,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,107,112,97,98,103,97,452,453,0,114,0,0,114,117,114,117,114,117,114,117,114,117,114,114,114,117,114,117,114,117,114,117,117,114,117,114,88,117,114,117,114,117,114,117,114,117,114,0,0,0,0,0,118,121,68,118,121,68,118,121,68,118,121,68,118,68,118,68,118,121,68,67,118,68,121,121,118,121,121,121,68,68,118,118,121,68,118,121,68,118,68,118,121,68,118,121,68,118,68,121,118,68,121,118,121,68,118,121,68,118,121,68,118,121,68,120,0,0,120,0,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,125,126,120,125,126,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,126,125,126,125,126,120,125,126,120,125,126,120,125,126,120,125,126,120,125,126,0,0,47,47,127,47,127,47,127,47,127,47,127,127,127,47,127,47,127,127,47,127,47,127,47,127,47,127,47,127,47,47,127,127,47,47,127,47,47,47,127,47,127,47,127,47,127,127,127,127,127,0,128,0,0,454,454,128,128,128,128,454,75,128,454,75,128,454,75,128,454,75,128,75,75,454,75,128,128,128,454,75,128,128,75,454,75,128,454,75,128,128,454,75,128,75,454,75,128,75,75,75,75,75,75,75,75,128,128,454,75,128,454,75,128,454,75,128,454,75,128,75,75,75,455,455,0,0,0,0,0,0,0,134,0,133,133,133,133,133,133,133,0,133,133,133,133,133,0,0,133,0,133,133,133,133,0,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,0,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,0,0,132,456,0,0,0,139,0,139,456,0,0,0,0,0,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,141,142,141,142,144,145,138,143,138,144,145,456,143,138,144,145,456,143,144,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,143,141,142,0,0,0,0,0,0,0,144,145,141,142,0,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,138,144,145,456,143,0,0,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,0,0,148,0,150,149,148,150,149,148,150,149,148,150,149,148,149,150,150,149,148,148,148,150,149,148,150,149,148,150,149,148,150,149,150,149,148,150,149,148,149,149,149,0,148,150,149,148,150,149,148,150,149,148,150,149,148,0,0,0,0,0,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,457,458,459,0,153,153,153,153,153,0,153,153,153,153,153,153,153,153,153,153,153,153,153,153,0,0,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,154,0,0,0,0,0,165,139,0,165,139,0,0,163,164,165,165,166,163,164,165,166,165,163,164,165,166,163,164,165,166,141,142,163,164,165,166,165,166,141,142,163,164,163,164,163,164,165,166,165,165,165,165,165,165,163,164,165,163,164,165,166,165,163,163,163,164,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,163,141,142,163,164,141,142,163,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,163,164,165,166,0,0,170,170,0,0,170,170,170,170,0,0,0,0,0,172,59,172,171,170,170,169,59,172,171,170,169,170,59,172,171,170,169,59,172,171,170,169,169,0,0,170,170,169,59,171,172,172,59,172,171,170,169,0,170,170,170,170,170,170,0,0,170,59,172,171,170,169,0,0,170,172,172,172,172,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,0,0,59,59,172,172,59,0,172,0,59,172,172,0,172,0,172,0,172,59,172,59,0,0,170,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,59,172,171,170,169,0,172,183,0,183,0,0,183,0,183,182,184,131,183,182,184,131,183,182,184,131,183,182,184,131,131,131,131,183,131,183,182,184,131,183,182,184,131,182,183,182,184,131,183,182,184,131,183,182,184,131,183,182,184,131,183,183,182,184,131,131,184,182,131,131,183,182,184,131,183,182,184,131,183,182,184,131,183,183,182,184,131,182,131,131,131,0,0,0,0,0,0,0,0,0,0,0,0,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,188,185,186,185,188,189,186,188,189,186,188,188,192,190,190,185,189,189,186,188,188,189,186,185,185,185,192,190,185,189,186,188,186,186,186,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,189,192,190,185,189,186,188,188,186,186,186,185,186,185,185,186,186,186,186,186,192,189,188,186,186,186,186,186,186,189,189,186,188,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,192,190,185,189,186,188,185,185,186,186,0,0,0,0,175,175,175,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,202,0,0,200,200,200,200,200,200,200,200,200,200,202,200,200,200,200,200,200,200,200,200,200,200,200,200,210,225,218,0,199,199,0,0,0,218,0,220,211,0,60,199,199,199,207,208,206,199,207,208,206,206,220,211,0,217,0,199,0,0,0,0,60,0,0,0,0,0,0,60,210,225,217,0,0,0,0,0,206,210,225,199,199,199,199,199,199,199,199,58,0,49,58,199,199,0,216,199,199,199,199,199,199,199,0,57,216,223,223,49,216,209,57,222,199,199,199,199,199,209,216,55,0,57,216,49,0,49,223,216,57,205,57,55,215,49,199,199,199,199,216,199,460,460,461,460,460,461,462,462,462,463,463,463,464,464,465,466,465,467,466,466,464,464,467,468,468,469,468,468,469,468,469,0,207,208,206,207,208,206,206,0,0,0,0,206,209,57,206,206,207,207,208,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,206,207,208,206,207,208,206,206,206,207,207,207,208,208,208,57,206,206,207,207,208,208,209,57,206,207,208,57,57,57,57,57,57,57,209,57,209,57,206,207,208,209,57,206,207,208,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,57,57,57,57,57,57,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,209,57,206,207,208,462,462,462,463,463,463,468,468,469,468,468,469,468,469,218,0,0,218,217,217,217,217,218,218,217,218,217,218,217,218,217,217,217,218,217,218,217,218,217,217,217,218,218,218,217,217,218,217,217,217,218,217,218,217,218,217,218,217,218,217,217,218,217,218,217,218,217,218,460,460,461,460,460,461,0,49,0,49,49,49,49,222,49,222,49,222,49,222,49,49,49,222,49,49,222,49,49,49,49,49,49,49,49,49,222,49,49,222,222,49,222,49,222,49,222,49,222,49,49,49,49,49,49,49,49,49,222,49,49,49,49,222,49,49,222,49,222,49,222,49,222,49,49,49,0,0,220,60,220,0,0,0,0,0,60,0,60,223,223,58,216,224,219,219,60,60,223,220,220,58,216,224,219,60,223,220,219,58,216,224,219,60,223,220,58,216,224,219,60,223,220,219,220,219,220,219,58,219,58,58,205,216,224,219,60,223,220,205,205,205,219,60,220,219,216,219,60,220,219,219,219,60,60,60,220,220,220,216,219,60,60,223,220,58,216,224,219,60,60,60,60,223,220,220,220,220,220,223,223,223,223,219,223,216,223,205,205,223,223,216,58,216,224,219,60,223,220,58,216,224,219,60,223,220,58,216,224,219,60,223,220,58,216,224,219,60,223,220,205,58,216,224,219,60,223,220,216,216,219,216,216,216,205,205,223,223,216,219,223,223,205,224,60,219,220,60,58,216,224,219,60,223,220,58,216,224,219,60,223,220,58,216,224,219,60,223,220,216,58,216,224,219,60,223,220,205,205,216,216,210,225,211,211,210,225,0,0,0,0,0,210,225,210,225,225,211,211,55,215,210,225,211,55,215,210,225,211,55,215,210,225,211,55,215,210,225,211,55,210,225,211,55,215,210,225,211,55,215,225,211,225,211,225,225,225,211,211,211,210,225,225,211,55,215,210,210,210,210,225,211,211,211,211,211,211,55,215,215,215,215,215,210,225,211,55,215,210,225,211,55,215,225,211,55,215,210,225,211,55,215,215,210,225,211,55,215,215,215,55,55,210,55,215,210,225,211,55,225,210,225,211,55,215,210,225,211,55,215,210,225,211,55,215,210,225,211,55,215,227,227,227,227,0,0,470,227,470,227,470,227,470,227,470,227,227,227,470,227,227,470,227,470,227,470,227,470,227,470,227,470,470,227,227,470,227,470,227,470,227,470,227,471,471,472,471,473,472,471,473,472,473,0,0,0,0,0,0,228,229,228,229,228,229,228,229,228,229,228,229,228,228,229,228,229,228,229,228,229,228,229,228,228,229,228,229,228,229,228,229,228,229,228,0,0,0,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,474,475,0,0,62,0,0,0,0,0,63,62,0,231,231,151,230,231,151,230,231,151,230,231,151,230,231,231,231,151,230,0,53,63,151,230,151,230,231,151,230,151,231,151,230,231,151,230,231,231,151,230,231,231,151,230,231,234,234,235,231,231,63,151,230,151,230,151,151,231,151,230,231,151,230,231,151,230,231,151,230,0,0,62,0,0,0,63,62,62,234,62,234,62,234,62,234,62,234,53,234,63,62,234,62,234,62,234,62,234,62,234,62,234,234,234,234,235,0,63,62,234,62,234,62,234,62,234,0,0,0,0,0,246,246,0,0,0,0,214,0,0,214,0,0,0,0,0,241,241,0,240,476,243,250,237,250,236,242,243,237,250,179,247,240,237,237,250,237,250,476,247,61,0,244,237,250,250,0,244,179,156,242,243,241,0,244,242,0,476,156,244,476,244,0,0,247,250,237,250,156,247,250,238,477,477,0,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,0,0,237,237,237,237,237,236,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,0,0,0,241,241,242,242,243,241,242,243,241,241,242,243,241,242,243,243,241,242,243,241,242,243,241,242,243,242,242,243,242,242,242,242,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,242,243,241,242,241,242,243,241,242,243,241,242,243,241,242,243,241,242,243,0,0,0,246,246,0,0,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,476,244,179,247,244,476,246,179,247,244,476,246,179,179,179,244,179,179,179,247,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,179,247,244,476,246,179,247,476,247,244,179,179,244,179,244,179,244,179,244,244,179,476,244,476,244,247,244,476,246,179,247,244,476,246,179,247,244,476,246,179,247,247,244,476,246,179,247,214,0,0,214,156,214,156,214,156,214,156,214,214,156,214,214,156,214,214,214,156,156,214,156,214,156,214,156,214,156,214,156,156,214,156,156,214,156,214,156,214,156,214,156,477,477,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,258,258,158,258,257,258,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,258,258,258,258,258,257,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,258,0,257,262,262,261,258,0,261,258,257,258,258,258,0,158,261,258,258,258,258,258,257,258,0,158,158,158,158,158,158,158,158,158,158,158,158,258,258,258,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,258,257,258,258,258,258,258,258,258,258,258,258,258,258,258,158,0,258,258,258,258,258,258,258,258,258,258,258,0,258,258,258,257,0,158,257,258,258,258,261,261,257,257,258,258,260,260,158,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,158,173,257,258,257,258,257,258,257,258,257,257,258,258,257,258,257,258,158,158,158,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,260,260,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,257,258,158,158,173,257,258,257,258,261,257,258,260,173,161,174,174,173,257,258,173,261,257,258,260,158,173,262,161,174,260,260,261,257,258,260,158,261,257,258,260,158,257,258,261,257,258,260,158,261,261,261,257,257,257,258,258,258,260,260,260,158,158,158,257,258,173,261,257,257,257,257,257,258,258,258,258,258,260,158,261,257,257,258,260,158,173,262,161,174,257,258,257,257,258,258,257,258,257,258,257,258,158,158,158,158,261,257,258,260,158,257,258,257,258,257,258,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,257,258,257,258,158,158,158,158,257,258,158,161,158,261,257,258,260,158,173,262,161,174,257,258,257,258,173,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,174,257,258,158,173,174,173,257,258,158,158,158,161,257,258,158,257,258,257,258,257,258,158,158,174,261,257,258,260,158,173,262,161,174,257,258,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,261,257,258,260,158,173,262,161,174,257,258,261,257,258,260,158,173,262,161,174,260,260,478,478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,270,269,270,271,272,273,274,275,269,270,271,272,273,274,275,272,277,269,271,275,276,277,278,279,276,277,278,279,277,278,279,269,270,271,272,273,274,275,277,272,277,278,279,280,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,269,270,271,273,274,275,271,271,275,275,269,270,271,272,273,274,275,274,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,277,278,279,269,270,271,272,273,274,275,269,269,273,274,0,0,0,0,0,0,0,0,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,0,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,0,0,0,288,0,0,0,288,288,0,288,0,0,0,0,0,0,286,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,287,287,286,288,289,287,288,289,287,289,287,287,290,286,290,288,289,287,286,288,289,287,290,288,289,287,286,204,204,204,290,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,290,288,289,287,286,290,288,289,287,286,286,287,0,292,479,290,289,287,289,289,288,289,287,287,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,290,288,289,287,286,292,479,292,479,287,0,0,0,0,292,293,292,293,292,293,292,293,292,292,293,293,292,293,292,293,293,292,293,292,293,292,293,292,293,292,293,292,292,293,292,292,293,292,293,292,293,292,293,292,292,292,292,0,0,0,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,294,0,0,0,0,0,0,46,46,46,46,302,301,46,302,301,46,302,301,46,302,301,46,46,46,302,301,299,46,299,299,299,298,302,301,46,46,46,298,302,301,46,302,301,46,302,301,302,301,46,299,302,301,46,46,301,46,299,302,301,46,46,46,46,301,46,302,301,46,302,301,46,302,301,46,302,301,46,0,343,0,343,0,343,0,343,0,0,343,0,343,0,343,0,343,0,343,346,0,0,342,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,0,343,342,0,343,0,343,0,0,343,342,0,0,0,343,0,343,0,343,0,343,0,343,0,343,324,313,304,341,304,304,341,341,343,343,317,317,335,335,318,318,314,314,330,330,323,323,303,303,328,328,332,332,336,336,331,331,329,329,307,307,316,316,321,321,326,326,338,338,325,325,308,308,327,327,339,339,320,320,337,337,333,333,324,324,311,311,313,313,340,340,322,322,310,310,309,309,306,306,319,319,334,334,315,315,312,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,317,335,318,314,332,336,331,329,307,316,321,338,325,308,327,339,324,313,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,311,340,309,306,130,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,320,337,309,306,320,337,312,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,304,304,341,341,341,343,343,343,317,317,317,335,335,335,318,318,318,314,314,314,330,330,330,323,323,323,303,303,303,328,328,328,332,332,332,336,336,336,331,331,331,329,329,329,307,307,307,316,316,316,321,321,321,326,326,326,338,338,338,325,325,325,308,308,308,327,327,327,339,339,339,320,320,320,337,337,337,333,333,333,324,324,324,311,311,311,313,313,313,340,340,340,322,322,322,310,310,310,309,309,309,306,306,306,319,319,319,334,334,334,315,315,315,312,312,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,343,317,317,317,317,317,317,317,335,335,335,335,318,318,318,318,314,314,314,314,330,330,330,330,323,323,323,323,303,303,303,303,328,328,328,328,332,332,332,332,336,336,336,336,331,331,331,331,329,329,329,329,307,307,307,307,316,316,316,316,321,321,321,321,326,326,326,326,338,338,338,338,325,325,325,325,308,308,308,308,327,327,327,327,339,339,339,339,320,320,320,320,337,337,337,337,333,333,333,333,324,324,324,324,311,311,311,311,313,313,313,313,340,340,340,340,322,322,322,322,310,310,310,310,309,309,309,309,306,306,306,306,319,319,319,319,334,334,334,334,315,315,315,315,312,312,312,312,346,317,335,318,314,332,336,331,329,307,316,321,338,325,308,327,339,311,340,322,310,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,320,337,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,341,343,317,317,335,335,318,318,314,314,330,330,323,323,303,303,328,328,332,332,336,336,331,331,329,329,307,307,316,316,321,321,326,326,338,338,325,325,308,308,327,327,339,339,320,320,337,337,333,333,324,324,311,311,313,313,340,340,322,322,310,310,309,309,306,306,319,319,334,334,315,315,312,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,346,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,303,328,324,311,313,340,322,0,130,130,130,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,319,334,130,319,334,317,335,318,314,332,336,331,329,307,316,321,338,325,308,327,339,0,322,310,0,130,0,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,315,304,341,343,317,335,318,314,330,323,303,328,332,336,331,329,307,316,321,326,338,325,308,327,339,320,337,333,324,311,313,340,322,310,309,306,319,334,315,312,310,315,130,330,323,326,333,330,326,333,309,306,319,334,315,312,330,326,333,130,351,0,351,0,0,351,0,351,0,348,349,350,351,352,348,349,350,351,352,348,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,352,348,349,350,351,352,348,349,350,351,352,349,348,349,350,351,352,348,349,350,351,352,351,352,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,350,352,352,352,352,348,349,350,351,352,352,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,348,349,350,351,352,353,353,0,0,353,354,353,354,353,354,353,354,353,354,353,354,354,353,354,353,354,353,354,353,354,353,354,353,354,353,354,353,354,353,354,354,354,354,354,354,354,354,354,353,354,353,354,353,354,353,354,353,354,353,354,356,0,36,0,0,0,356,0,36,36,355,356,36,355,356,355,36,355,356,36,355,356,355,36,355,356,36,355,356,36,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,355,355,355,36,355,356,355,36,355,356,36,355,356,36,355,356,36,355,356,36,355,356,480,481,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,0,0,358,359,358,359,358,359,358,359,357,358,357,358,359,358,359,358,359,358,359,358,359,358,359,358,359,358,359,359,0,358,0,0,358,359,358,359,358,359,358,359,0,291,482,0,0,0,0,0,291,482,360,360,360,360,360,361,360,361,361,361,360,360,360,360,360,0,360,360,360,360,360,360,361,360,291,360,482,360,483,360,360,360,360,360,0,0,0,0,363,363,363,363,363,363,0,363,363,363,300,363,363,364,363,364,0,363,363,363,363,363,0,0,366,367,367,367,367,367,367,367,367,367,367,367,366,367,367,367,367,367,367,367,0,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,368,0,0,0,0,0,484,485,0,484,485,0,0,0,0,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,168,369,369,370,371,168,369,370,371,168,372,373,374,371,369,168,372,373,373,373,168,369,374,371,369,168,372,168,374,374,371,369,168,372,374,371,369,168,372,371,369,372,374,371,369,168,372,373,374,371,369,168,372,372,484,168,485,168,486,168,371,374,374,168,369,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,374,371,369,168,372,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,0,0,0,0,375,375,379,376,379,376,379,376,379,376,376,376,376,379,376,376,379,376,376,376,379,376,379,376,379,376,379,376,379,376,379,379,376,379,376,379,376,379,376,379,376,376,0,487,0,487,0,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,0,0,0,388,388,388,388,0,389,390,391,388,388,389,390,391,388,388,388,389,389,389,390,391,388,389,390,391,388,389,390,391,389,390,391,388,389,390,391,388,388,388,389,390,391,388,389,389,389,390,391,388,388,388,389,390,391,389,390,391,388,388,388,388,391,391,391,389,389,389,390,391,388,389,389,390,391,388,388,388,390,388,390,390,389,389,389,390,391,388,389,390,391,388,389,390,391,388,389,390,391,388,388,389,390,391,388,391,391,388,391,390,390,389,389,389,389,390,390,390,390,389,390,391,388,389,390,391,388,389,390,391,388,390,390,389,390,391,388,389,389,389,390,391,388,391,391,0,398,0,0,397,397,397,397,397,397,397,397,397,0,401,397,0,397,397,397,397,397,397,0,0,398,397,401,397,397,397,397,397,397,0,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,0,0,0,0,15,403,15,403,0,0,0,0,405,40,408,404,404,405,40,408,404,405,40,408,404,405,40,408,404,0,404,404,404,404,405,0,0,0,405,40,408,404,404,404,404,404,404,405,40,408,404,405,40,408,404,405,405,405,405,405,405,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,0,40,408,0,40,408,405,405,40,408,404,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,405,40,408,404,488,0,421,0,0,410,0,410,0,410,488,0,0,0,421,0,410,0,0,0,0,0,0,0,0,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,423,409,411,412,414,415,420,411,412,414,415,419,423,422,409,416,417,418,417,418,409,423,422,488,416,417,423,440,418,409,423,422,488,416,417,416,440,440,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,414,418,409,423,422,488,416,417,440,412,419,417,411,412,414,415,440,440,440,440,420,440,0,0,0,0,0,0,0,0,423,422,412,414,415,0,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,418,409,423,422,488,416,417,0,440,0,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,424,421,0,0,421,0,419,420,421,419,420,421,419,420,421,419,420,421,420,419,419,420,421,421,421,419,420,421,419,420,421,419,420,421,419,420,421,419,420,421,419,420,421,420,420,420,419,420,420,0,420,420,421,419,420,421,419,420,421,419,420,421,419,420,421,0,0,0,0,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,489,490,0,425,425,425,425,425,0,425,425,425,425,425,425,425,425,425,425,425,425,425,425,0,0,0,0,0,429,0,0,429,0,429,0,0,0,429,426,426,426,429,430,428,431,427,426,429,430,428,431,427,427,426,429,430,428,431,427,426,429,430,428,431,427,428,428,428,428,426,427,429,428,429,428,428,427,426,429,430,428,431,427,426,426,428,427,426,429,430,428,431,427,426,429,430,428,431,427,426,427,427,426,426,426,426,426,426,428,428,430,430,426,429,430,428,431,427,426,429,430,428,431,427,426,429,430,428,431,427,426,429,430,428,431,427,426,429,430,428,431,427,427,426,428,431,427,427,426,426,430,427,426,426,426,426,426,427,427,428,429,428,427,426,429,430,428,431,427,426,429,430,428,431,427,430,426,429,430,428,431,427,426,429,430,428,431,427,426,426,428,426,426,428,0,0,0,0,0,0,0,438,410,0,438,410,0,438,410,0,438,410,0,0,434,435,436,438,438,437,439,434,435,436,438,437,439,438,434,435,436,438,437,439,434,435,436,438,437,439,437,411,412,414,415,434,435,436,437,438,437,439,438,437,439,411,412,414,415,434,435,436,437,434,435,436,437,434,435,436,438,437,439,438,438,438,438,438,438,437,434,435,436,438,437,434,435,436,438,437,439,438,436,434,434,435,435,436,436,438,437,437,439,434,435,436,438,437,439,434,435,436,438,437,439,434,435,436,438,437,439,414,437,434,435,436,438,437,439,437,412,435,435,411,412,414,415,434,435,436,437,412,414,435,437,438,437,439,415,436,434,435,436,438,437,439,434,435,436,438,437,439,434,435,436,438,437,439,434,435,436,438,437,439,0,0,129,0,0,0,442,0,0,129,0,177,129,6,6,297,297,129,6,297,6,297,129,6,297,129,6,297,6,297,6,297,442,129,6,297,6,297,6,297,6,297,6,6,6,297,297,297,129,129,6,297,129,6,297,177,6,297,6,297,6,297,6,297,177,129,6,297,129,6,297,129,6,297,129,6,297,129,6,297,6,297,177,177,176,6,6,297,129,129,6,297,129,6,297,129,6,297,129,6,297,6,297,6,297,6,297],"f":"```````````````````````````````````````{cb{}}0{ce{}{}}00{cc{}}1{{{d{c}}}{{d{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}`{{jln}A`}`{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}````````````````````{{AhAj}c{}}{{AlAl}c{}};;;;;;;;;;;;;;;;;;;;;;;;{cAn{}}00{{nn}B`}<<<<<<<<<<<<<<<<<<<<{Bb{{Af{Bd}}}}{Bfn}{BdBd}{AhAh}{BfBf}{AlAl}{BhBh}{BjBj}{BbBb}{B`B`}{{ce}A`{}{}}0000000{{BdBd}Bl}{{AhAh}Bl}{{BbBb}Bl}{{ce}Bl{}{}}00{{}{{C`{Bn}}}}{{}Ah}{{}Bf}{{}Al}{{}Bh}{{}Bj}{{}Bb}{{}B`}{c{{Ab{Ah}}}Cb}{c{{Ab{Bb}}}Cb}{ce{}{}}000000000{{cAn}h{}}000{{cCd}A`{}}00{{BdBd}h}{{AhAh}h}{{BhBh}h}{{BjBj}h}{{BbBb}h}{{B`B`}h}{{ce}h{}{}}00000000000{{BdCf}Ch}{{AhCf}Ch}0{{BfCf}Ch}0{{AlCf}Ch}0{{BhCf}Ch}{{BjCf}Ch}0{{BbCf}Ch}0{{B`Cf}Ch}0{{CjCf}Ch}{cc{}}0{AjAh}11{AhAl}222{{{Cl{BnBnAh}}}Bj}{{{Cl{CnCnAh}}}Bb}44{{{Cl{nn}}}B`}{{{Cl{D`D`}}}B`}{{{Db{n}}}B`}7{{BfAl}B`}{Bb{{C`{Bb}}}}{Bb{{Af{Bb}}}}{{Ahc}A`Cd}{{Bjc}A`Cd}{{Bbc}A`Cd}{ce{}{}}000000000{BbDd}{{{d{c}}}{{d{b}}}{}}000000000{{{Df{c}}}{{Df{b}}}{}}000000000{{{f{c}}}{{f{b}}}{}}000000000{{BbDh}{{Af{Bj}}}}{{BjDh}{{Af{Bb}}}}{{B`AhAl}Bb}{{CjBb}h}{Ahh}{ch{}}{{ce}h{}{}}000000000{Cj{{`{{Dl{}{{Dj{Bb}}}}}}}}``{DdBb}0``{Bfn}0{{Bfn}n}`{{AlAlc}h{}}{{{Dn{Ah}}}Bd}{AjAh}{{nn}Bf}{nAl}{{{E`{n}}CnEbAlAh}Cj}`{{BdBd}{{Af{Bl}}}}{{AhAh}{{Af{Bl}}}}{{BbBb}{{Af{Bl}}}}{{AlAl}n}{{AlBb}n}{{AlAh}n}{{Ahc}AbEd}{{Bbc}AbEd}{BbAj}{{AhAj}c{}}{{AlAl}c{}}{ce{}{}}0000000{cEf{}}00000{{BbAl}{{Eh{n}}}}{c{{Ab{e}}}{}{}}0000000000000000000{cAd{}}000000000{c{{Af{e}}}{}{}}000000000{DdBb}0``````````{{Aln}Ah}{CjAh}````{cb{}}00000999999{{EjEl{f{{En{c}}}}F`Fb}A`Fd}``{{}Ej}{Ffc{}}<<<{FhFj}``{cc{}}00>>>{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00```{Fhc{}}`{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{jA`}`>>{ce{}{}}00:{Fl{{G`{Fn}}}}1:987{{}Fl}{{FlGbGdGfF`}{{Ab{A`Gh}}}}7765{{FlGf}A`}`````5```{cb{}}000555555??55>>==<<;;{{F`cGj}GlGn}{{F`FhGj}Gl};;;;::998`````````2277`{H`H`}{{ce}A`{}{}}{H`{{Hd{}{{Hb{c}}}}}Hf}{c{{Ab{H`}}}Cb};{cc{}}<{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{{H`c}AbEd}{{{Hd{}{{Hb{c}}}}}{{Hh{c}}}Hf}{ce{}{}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`````````{cb{}}0004444{{}c{}}{{{Hl{}{{Hj{c}}}}}c{{Hn{e}}}I`}66{{IbCf}Ch}0{{IdCf}Ch}0??88>>==<<;;{{{Hl{}{{Hj{c}}}}{If{g}}{Af{Ih}}}{{Ab{A`Id}}}{{Hn{e}}}I`Fd}{{Hnc}{{Ab{A`Ib}}}{}}{cEf{}}0::::9988```````````````````````````````````````7777777777777777;;;;;;;;;;;;;;;;`{{{In{}{{Ij{c}}{Il{e}}}}J`{Jb{gc}}}{{Ab{A`Jd}}}{JfJhJj}{{Dl{}{{Dj{Jl}}}}}Hd}{{{Jn{ce}}J`{Jb{cg}}}{{Ab{A`Jd}}}HdK`{}}`{J`J`}{KbKb}{{ce}A`{}{}}0{c{{Ab{J`}}}Cb}{ce{}{}}0000000{{KdKd}h}{{KfCf}Ch}0{{JlCf}Ch}{{KhCf}Ch}0{{KjCf}Ch}0{{JdCf}Ch}0{cc{}}0000000{{JlKd}h}{{Kdc}A`Cd}{KlJl}::::::::{{{d{c}}}{{d{b}}}{}}0000000{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}0000000{Jl{{d{c}}}{}}{{ce}h{}{}}0000000{{cH`}{{Jn{ec}}}K`Hd}{{Kd{d{b}}}Jl}``{{{In{}{{Ij{c}}{Il{e}}}}g}e{JfJhJj}{{Dl{}{{Dj{Jl}}}}}{{L`{Jl}{{Kn{h}}}}}}{{{Jn{ce}}g}iHdK`{{L`{Jl}{{Kn{h}}}}}{}}`{{Jfc}{{Ab{A`Kh}}}Kl}{{Kbc}{{Ab{A`Kh}}}Kl}`{{J`c}AbEd}{JlKd}`{ce{}{}}0{cEf{}}000`{c{{Ab{e}}}{}{}}000000000000000{cAd{}}0000000{c{{Af{e}}}{}{}}0000000```````````{cb{}}0000000005555555555`{Lb{{Lf{{Ld{n}}}}}}{{{Ld{c}}}{{Ld{c}}}{LhLjLlJj}}{{{Ln{c}}}{{Ln{c}}}{LhLjLlJj}}{{ce}A`{}{}}0{{{Ld{c}}}h{LhLjLlM`}}{{Lb{Af{Mb}}}{{Ab{A`Md}}}}{Lb{{Ab{A`Md}}}}{{}Mf}{{}Lb}{{{Ld{c}}}{}{LhLjLlM`}}?????{{{Ld{c}}}e{LhLjLlM`}{}}`{{LbIh}{{Ab{A`Md}}}}0{{{Ld{c}}Cf}Ch{LhLjLlMh}}{{{Ln{c}}Cf}Ch{LhLjLlMh}}{cc{}}0000{{{Mj{c}}{Ml{EfEf}}}{{Af{{Ld{c}}}}}{LhLjLlM`}}{{{Mn{c}}{Ml{EfEf}}}{{Af{{Ld{c}}}}}{LhLjLlM`}}``::{Lb{{G`{{Ld{n}}}}}}`{{MfBbN`}A`}{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000{{LbhEbEb}{{Ab{A`Md}}}}{{LbhEb}{{Ab{A`Md}}}}{{LbEbEb}{{Ab{A`Md}}}}{{LbEb}{{Ab{A`Md}}}}110{{}Mf}{{}Lb}22{{N`Bh}{{G`{{Ld{n}}}}}}65``{Lb{{Ab{A`Md}}}}0{{LbEbMbNb}{{Ab{hMd}}}}{{MfB`AhAl}{{Af{{G`{{Ld{n}}}}}}}}>>{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000{{LbnnEb}{{Ab{A`Md}}}}```````{cb{}}000{ce{}{}}00000{{NdCf}Ch}0{cc{}}022{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{K`e}{{Ab{A`Nd}}}{{Nf{}{{Kn{A`}}}}}{{Nh{}{{Kn{c}}}}Jh}}{{Nje}{{Ab{A`Nd}}}{{Nf{}{{Kn{A`}}}}}{{Nh{}{{Kn{c}}}}Jh}}{cEf{}}>>>>==<<`````::::::999999{{{Nl{c}}}{{Nl{c}}}{HfJj}}{{{Hh{c}}}{{Hh{c}}}{HfJj}}{{ce}A`{}{}}0<<<{{HfMb}{{Nn{{d{Nf}}}}}}{{{Nl{c}}BbO`}{{Ab{{G`{Aj}}Ob}}}Hf}{{{Hh{c}}BbO`}{{Ab{{G`{Aj}}Ob}}}Hf}{{ObCf}Ch}0>{OdOb}?{OfOb}{cc{}}``{ce{}{}}00{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{c{{Nl{c}}}Hf}{{{Nl{c}}}{{Hh{c}}}Hf}{Ob{{Af{Oh}}}}77{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00`````{cb{}}00000<<<<<<{OjOj}{OlOl}{O`O`}{{ce}A`{}{}}00{{}Oj}{{}Ol}{ce{}{}}00``{{OjBb}Ef}{{OlBb}Ef}{{O`Bb}Ef}{cc{}}00444{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00`{{MbMb}Oj}{{MbMbMb}Ol}:::{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00````{{{En{c}}}{}Fd}``{cb{}}000????{{{On{c}}}{{En{c}}}Fd}{{}{{On{c}}}Fd}{ce{}{}}0>>`00==<<;;::4``14``{{{En{c}}}HhFd}`88887766{{{On{c}}}{{On{c}}}Fd}000``````````555555222222{{{If{c}}}{{Ab{jA@`}}}Fd}0333{{A@`Cf}Ch}0{cc{}}0{A@bA@`}1{{{If{c}}}{{Ab{A`A@`}}}Fd}777{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}00{{{If{c}}}hFd}{{ce}h{}{}}00{{{If{c}}}{{f{{En{c}}}}}Fd}``{{A@d{En{c}}A@f{G`{{d{A@h}}}}}{{Ab{{If{c}}A@`}}}Fd}`{{{If{c}}}A`Fd}8`{A@`{{Af{Oh}}}}{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{{{If{c}}}{}Fd}`0``````{c{}Nf}````{cb{}}0{ce{}{}}0{H`A@j}1{cc{}}`2{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}8`{A@j{{Hh{c}}}{}}`==<;`8877`{A@lA@l}{{ce}A`{}{}}9{{A@lMb}{{Nn{{d{Nf}}}}}}8:7654{{{Af{c}}}A@l{{AA`{A@n}}}};{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`??>>{{}AAb}?=?<;:90{{AAbe}{{Ab{A`Nd}}}{{Nf{}{{Kn{A`}}}}}{{Nh{}{{Kn{c}}}}}}4432``{{A@hEl{f{{En{c}}}}F`Fb}A`Fd}`````````````{cb{}}000000000{ce{}{}}000000000{{{AAd{c}}El{f{{En{e}}}}F`Fb}A`AAfFd}{{BbEfAAh}AAj}{BbAAl}{AAjBb}{AAlBb}``{{}{{AAd{c}}}AAf}{{}AAn}77777{cc{}}0000`88888{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000`{{}Kd}0`````````{AAjAB`}{AAlABb}`{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000``{cb{}}0{ce{}{}}00<0;98`{{{ABd{ce}}}{{ABf{Mb}}}FdAAf}{{{f{{En{c}}}}}{{ABd{ce}}}Fd{}}`{{{ABd{ce}}j}A`FdAAf}7765````444444333333``333{{ABhCf}Ch}0{cc{}}00555{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{{{ABj{ce}}BbEfAAh}{{Ab{A`ABh}}}AAfJf}{c{{ABj{ec}}}JfAAf}`{{{Dn{Aj}}ABl{ABj{ce}}}{{Ab{A`ABh}}}AAfJf}{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{jA`}````{cb{}}00000{ce{}{}}00000000>>>000===<<<;;;:::{{F`cGj}GlGn}{{F`ABnGj}Gl}0777777666555`33222{{J`ce}AC`{JfJjJh}Hd}{cc{}}4{{{d{c}}}{{d{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}`{{{ACb{ce}}}{{ABf{Mb}}}FdAAf}{{{f{{En{c}}}}}{{ACb{ce}}}FdAAf}`{{{ACb{ce}}j}A`FdAAf}??>=``;;{{ACdACfBbACh}A`};;`{{ACdACjACfAClBnBnACn}ACh}<8{{ACdBb}{{Af{AD`}}}}{{ACdBbF`}h}>9{{{Df{c}}}{{Df{b}}}{}}98`{{ADbACfADd}ACd}{ACdADd}``{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}{jA`}```````````{cb{}}00000000{cAn{}}{ce{}{}}0000000{{BbEfAAh}AAj}{BbAAl}{{BbEfAAh}ADf}{BbADh}{ADjADj}{ADlADl}{{ce}A`{}{}}0{AAjBb}{AAlBb}{ADfBb}{ADhBb}``;;;;{{cAn}h{}}{{cCd}A`{}}{{ADjADj}h}{{ce}h{}{}}00{{ADfCf}Ch}{{ADhCf}Ch}{{ADjCf}Ch}{cc{}}000{{ADjc}A`Cd}`{ce{}{}}{ADfJl}{ADhJl}222{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000;;;;`{{}Kd}000{AAjAB`}{AAlABb}{ADfAB`}{ADhABb}::{c{{Ab{e}}}{}{}}0000000{cAd{}}000{c{{Af{e}}}{}{}}000{{ACdACfADnAE`A@dCj}A`}{jA`}``````````````{cb{}}0000000000{cAn{}}{ce{}{}}000000000{{AEbEl{f{{En{c}}}}F`Fb}A`Fd}``{AEdAEd}{{ce}A`{}{}}{{}AEb}`{AEfc{}}{AEhACf}`66666`{{cAn}h{}}{{cCd}A`{}}{{AEdAEd}h}{{ce}h{}{}}00``{{AEdCf}Ch}{cc{}}0000``{{AEdc}A`Cd}{{cAEjAEl}{{Ab{AEhAEn}}}{AF`AFb}}{{cAEjAEl}{{Ab{AEhAEn}}}AF`}{AEhAFd}`{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000:::::```{AFfGf}{AEhADn}`{{GfcAFd}{{Ab{A`AEn}}}{AF`AFb}}````{{AFdAEjAFh}{{Ab{{Cl{AFjACfADn}}AEn}}}}{{AEhl}A`}`````{AEhGf}{GfAFf}{AEhAFf}```;{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000`````````{cb{}}0000000????????{A@fAFl}{A@fA@f}{{ce}A`{}{}}{{}AFn}{{}A@f}{ce{}{}}000{cc{}}000{AFl{{Ab{AFnAEn}}}}2222{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000{AFn{{Af{AEh}}}}{{ce}h{}{}}0008```7{c{{Ab{e}}}{}{}}0000000{cAd{}}000{AFnAG`}{c{{Af{e}}}{}{}}000``{{A@fAEl}A@f}{{A@fAEj}A@f}````````````{cb{}}00000000000>>>>>>>>>>>>`{{AGbnnn}{{Eh{n}}}}{{AGdn}{{Eh{n}}}}{{AGbnnnn{AGf{n}}}{{Eh{n}}}}{{AGhnn}{{AGf{n}}}}{AGjAGj}{AGdAGd}{AGhAGh}{{ce}A`{}{}}00{{}AGh}{ce{}{}}{AGl{{Eh{D`}}}}111{AGj{{Eh{D`}}}}22{{AGhAGh}h}{{AGjCf}Ch}{{AGdCf}Ch}{{AGbnn}{{AGn{n}}}}{AGb{{AGn{n}}}}`{cc{}}00000{AGd{{AGn{n}}}}00999999{{{d{c}}}{{d{b}}}{}}00000{{{Df{c}}}{{Df{b}}}{}}00000{{{f{c}}}{{f{b}}}{}}00000{AGjAH`}{{ce}h{}{}}00000`{{AGd{AHb{n}}}A`}{{AGd{AGf{n}}}A`}{{AGdAGdc}h{}}{cAGb{{AA`{{AGn{n}}}}}}{{ceg}AGd{{AA`{{AGf{n}}}}}{{AA`{{AGn{n}}}}}{{AA`{{AGn{n}}}}}}{{AGb{AGf{n}}n}n}0{{AGdc}A`{{AA`{{AGn{n}}}}}}`{AGd{{AGf{n}}}}`{AGd{{AHb{n}}}}{{AH`{AHd{n}}}{{AHd{n}}}}{{AGj{AHd{n}}}{{AHd{n}}}}`4`444{{AGdn}{{Db{n}}}}{{AGj{Eh{n}}}AGl}{ce{}{}}00`{c{{Ab{e}}}{}{}}00000000000{cAd{}}00000{c{{Af{e}}}{}{}}00000{{AGbnn}n}{AGbn}<````````````{cb{}}0666{{AEnCf}Ch}0{AHfAEn}{AHhAEn}{AHjAEn}{AHlAEn}{cc{}}{AHnAEn}={{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{AEnh}{AEn{{Af{Oh}}}}{cEf{}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`````{cb{}}0{ce{}{}}0{{}{{AI`{c}}}{}}1{{{AI`{c}}Mb}c{}}?{{{AId{}{{AIb{c}}}}c}hAIf}{{{AI`{c}}BbF`}hAIh}{{{AI`{c}}e}A`{}{{Nh{}{{Kn{c}}}}}}5{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{{{AI`{c}}e}A`AId{{Nh{}{{Kn{c}}}}}}{{{AI`{c}}}{{AI`{c}}}{}}??>=``````````````````````````````````````````````````````````<<<;;````;{{cAn}h{}}``{{AHnAHn}h}444{{AHnCf}Ch}0{cc{}}``````````?9876````````````{{AIjGbGdGfF`}{{Ab{A`Gh}}}}````{cEf{}}{c{{Ab{e}}}{}{}}0{cAd{}}`{c{{Af{e}}}{}{}}````````````````````````````````````````````{cb{}}000000000000{ce{}{}}00000000000000:::{{AIlAIl}h}{{AInAIn}h}{{AJ`AJ`}h}{{ce}h{}{}}00000000{Gb{{G`{AJb}}}}{{AIlCf}Ch}0{{AInCf}Ch}0{{AJ`Cf}Ch}0?????{{Gbc}{{Ab{AJdAJ`}}}{{AA`{AJf}}}}{{Gbc}{{Ab{AJhAJ`}}}{{AA`{AJf}}}}{{Gbc}{{Ab{AJjAJ`}}}{{AA`{AJf}}}}{{Gbc}{{Ab{AJlAJ`}}}{{AA`{AJf}}}}`{GbAJn}{Gb{{Dn{AJd}}}}``>>>>>{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}0000=====`{{FbAK`{Dn{AJd}}{Dn{{Af{AJd}}}}}Gb}`5`{{Gbc{G`{AJd}}}{{Ab{A`AIl}}}{{AA`{{ABf{Mb}}}}}}`{{Gbce}{{Ab{A`AIn}}}{{AA`{AJf}}}{{AA`{AJd}}}}{cEf{}}00{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000````````````````````{cb{}}00000{ce{}{}}000{AKbAKb}{{ce}A`{}{}}22{{cAn}h{}}0{{AKbAKb}h}{{AKdAKd}h}{{ce}h{}{}}00000{{AKbCf}Ch}{cc{}}0{AKbAKf}099{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}066<{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0`````````{{Fbce}AKf{{AA`{{ABf{Mb}}}}}AIj}{{Fbce}{{Ab{A`AHn}}}{{AA`{AKh}}}{{AA`{AKh}}}}{{Fbcegi}{{Ab{A`AHn}}}{{AA`{AKh}}}{{AA`{AJf}}}{{AA`{AKh}}}{{AA`{AJf}}}}{{FbcFb}A`{{AA`{{ABf{Mb}}}}}}{cb{}}000{ce{}{}}000`{{}Fb}11{{FbCf}Ch}??{{Fbc}{{Ab{eAHn}}}{{AA`{AKh}}}AIj}{{Fbc}{{Ab{AKfAHn}}}{{AA`{AKh}}}}1{{Fbc}{{Ab{AK`AHn}}}{{AA`{AKh}}}}0{{Fbc}{{Af{Fb}}}{{AKj{Mb}}}}0{{FbAKb}h}{AKl{{G`{Fn}}}}{Fb{{Af{AK`}}}}``99{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{Fbc}{{Ab{{`{{Dl{}{{Dj{{Cl{AKbAK`}}}}}}}}AHn}}}{{AA`{AKh}}}}0{Fb{{`{{Dl{}{{Dj{AK`}}}}}}}}0{Fb{{`{{Dl{}{{Dj{{Cl{MbFb}}}}}}}}}}0``8{{Fbc}{{Ab{A`AHn}}}{{AA`{{ABf{Mb}}}}}}{{Fbce}{{Ab{A`AHn}}}{{AA`{AKh}}}{{AA`{AKh}}}}{{Fbcegi}{{Ab{A`AHn}}}{{AA`{AKh}}}{{AA`{AJf}}}{{AA`{AKh}}}{{AA`{AJf}}}}{{Fbc}A`{{AA`{{ABf{Mb}}}}}}{{AKlGbGdGfF`}{{Ab{A`Gh}}}}{{Fb{G`{Fn}}}AKf}`{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0{{FbGf}A`}{{FbAKbAKd}{{Ab{A`AHn}}}}`````````````{{AKnAKb}{{Ab{A`AHn}}}}0{cb{}}0000000000000000{cAn{}}{ce{}{}}0000000000000{AKfAKf}{AKhAKh}{{ce}A`{}{}}0{{AKfAKf}Bl}`{{ce}Bl{}{}}`5{{{d{AIj}}}{{Ab{{d{c}}{d{AIj}}}}}AIj}666666{AIj{{Af{c}}}AIj}{{{f{AIj}}}{{Ab{{f{c}}{f{AIj}}}}}AIj}1{{cAn}h{}}00{{cCd}A`{}}`{{AKfAKf}h}{{GhGh}h}{{AKhAKh}h}{{ce}h{}{}}00000000{{AK`Cf}Ch}{{AKfCf}Ch}{{GhCf}Ch}0{{AKnCf}Ch}{{AKhCf}Ch}{cc{}}000{AInGh}{AJ`Gh}{AIlGh}333{EfAKh}{AKfAKh}{MbAKh}{AKhAKh}{{AKnEb}{{Ab{AKbAHn}}}}0{{AKnAKb}h}0{{AKfc}A`Cd}{AKnAKf}``{AIj{{G`{Fn}}}}0{AKn{{Dn{AKb}}}}``{ce{}{}}000000{{{d{c}}}{{d{b}}}{}}000000{{{Df{c}}}{{Df{b}}}{}}000000{{{f{c}}}{{f{b}}}{}}000000{AIjh}{{ce}h{}{}}000000`{{AKfc}AK`AIj}{EbAKf}{AK`{{Ab{cAHn}}}AIj}`0::9``{{AKfAKf}{{Af{Bl}}}}{{AKnAKb}{{Ab{A`AHn}}}}0{{AIjGbGdGfF`}{{Ab{A`Gh}}}}{{AL`GbGdGfF`}{{Ab{A`Gh}}}}{Gh{{Af{Oh}}}}=={cEf{}}{c{{Ab{e}}}{}{}}0000000000000{cAd{}}000000`{c{{Af{e}}}{}{}}000000{{AIjGf}A`}0{AK`{{Ab{A`AHn}}}}0`````````````{cb{}}00000000000{ce{}{}}000000000{AJdAJd}{ALbALb}{AJfAJf}{FnFn}{{ce}A`{}{}}000{{}AJn}66666{{cAn}h{}}0{{ALbALb}h}{{AJfAJf}h}{{ce}h{}{}}00000{{AJdCf}Ch}{{ALbCf}Ch}0{{AJfCf}Ch}{{FnCf}Ch}{{AJnCf}Ch}{AJhAJd}{AJjAJd}{AJlAJd}{cc{}}0{AJfAJf}{{{ABf{Mb}}}AJf}2{MbAJf}{EbAJf}{EfAJf}5{cAJn{{ALd{}{{Dj{Fn}}}}}}6{{AJnc}{{Af{Fn}}}{{AA`{AJf}}}}{{AJnc}{{Af{Eb}}}{{AA`{AJf}}}}1{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}0000{AJnh}{{ce}h{}{}}0000{AJn{{`{{Dl{}{{Dj{Fn}}}}}}}}{AJnEb}`{{cALb}Fn{{AA`{{ABf{Mb}}}}}}{AJdALb}``9999{cEf{}}{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000``````{cb{}}000>>>>>>{{ALfCf}Ch}0{cc{}}0{GhALf}{ce{}{}}0{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{FbACfADnGfF`}{{Ab{A`ALf}}}}{{Fb{Af{{ABf{Mb}}}}GdGfF`{Dn{AJd}}}{{Ab{A`ALf}}}}{ALf{{Af{Oh}}}}?>>>>==<<````````````````;;;;77777799{ALh{{G`{Fn}}}}8877665544{{}ALh}{{ALhGbGdGfF`}{{Ab{A`Gh}}}}{{ALjGbGdGfF`}{{Ab{A`Gh}}}}{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0{{ALhGf}A`}```{cb{}}000{ce{}{}}00000{cc{}}011{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{F`cGj}GlGn}{{F`ALlGj}Gl}<<<<;;::```````````{{{ALn{c}}c}A`Gn}999999888888{{{ALn{c}}}A`Gn}{{}{{ALn{c}}}Gn}:::`{{FjGjF`c}A`Gn}{{{Gn{}{{AM`{c}}}}}FjAMb}{ABnFj}{ALlFj}``===`>>><<<;:::{{{ALn{c}}}eGn{}}:::```9{{{ALn{c}}}EbGn}7{{{Gn{}{{AM`{c}}}}}cAMb}{ABnc{}}{ALlc{}}````{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00````````{cb{}}000{ce{}{}}00000={{{AMd{ce}}GjF`c}A`Gn{{AMf{c}}}}={cc{}}022{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{}{{AMd{ce}}}{}{}}``{{F`cGj}GlGn}`?<<<<;;::`````````````````````````````{AMhAMj}`````````````````````````````````````````````{{AMlcAMn{Dn{Aj}}}A`{}}```;;::`:8`:7654{{cAMn}{{AN`{c}}}{}}??>=``<<;;`2;`9{{AMjACf}ADd}<9876````{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`````{cb{}}000000`{ce{}{}}00000`{ANbANb}{ANdANd}{ANfANf}{{ce}A`{}{}}00444{{cAn}h{}}``{{ANdANd}h}{{ce}h{}{}}00{{ANbCf}Ch}{{ANdCf}Ch}{{ANfCf}Ch}{cc{}}00;;;{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00777````>>>{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00```````{cb{}}000000000{ce{}{}}000000000`{{ANhACf}A`}{{AFfACf}AJl}22222:::::{{ACfcAEl}AFfAF`}{{ANjAFjcAEl}AFf{AF`AFb}}{{ANhc}h{}}{AFfANl}`0`66666=====<<<<<;;;;;{{AFfADb}h}{{ce}h{}{}}0000{lANn}```{{AFfACf}A`}{{AFfcAFd}{{Ab{A`AEn}}}{AF`AFb}}{{ANhcAFd}{{Ab{A`AEn}}}{AF`AFb}}{{AFfl}A`}{{ANhBnBnACf}A`}{AFfl}``{ANhANj}`{AFfACl}````{c{{Ab{e}}}{}{}}000000000{cAd{}}0000`{c{{Af{e}}}{}{}}0000`````{cb{}}000{ce{}{}}000{AJlc{}}11{{AJlCf}Ch}{cc{}}{AO`AJl}1{AObAJl}{{AChc}h{}}66{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{ACjACfAClBnBnADbACn}ACh}`{AJl{{Af{AO`}}}}`{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0````{cb{}}0{ce{}{}}0``{AOdAMj}1`?1;:98``{{{ABf{Mb}}AElANfANdhhhhhh}AOd}``6654````33222{{Gj{AOf{Bn}}{AOf{Bn}}}A`}{{Gj{AOf{Bn}}Cn{AOf{Bn}}}A`}{{GjAJhIh}A`}0{cc{}}{{GjMb}A`}7{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{AOhGj}`{GjA`}6{{GjEbAD`{Dn{Bn}}}A`}{{GjAOj}A`}{{GjAOlAOn}A`}{{GjB@`Bn{Dn{Aj}}}A`}{{GjADd}A`}{{GjBnBnBnBn}A`}{{GjBn}A`}{{GjEbAOl}A`}{{GjD`D`D`D`D`D`}A`}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{AClACl}{{}B@b}{{}B@d}00{cb{}}0000000000000000000000{cAn{}}0000{{AClB@f}{{Af{ACl}}}}`{{B@bB@b}B@b}{{B@dB@d}B@d}{{B@bB@b}A`}{{B@dB@d}A`}3210{B@bBn}0{B@dIh}05432{{ACl{Af{B@f}}}{{Af{Bn}}}}{ACl{{Cl{BnBn}}}}1{ce{}{}}00000000000000000{{B@hB@h}h}{{B@hB@hhc}A`{{L`{MbIhIh}}}}{B@jB@j}{B@bB@b}{B@dB@d}{B@hB@h}{AClACl}{AEjAEj}{B@lB@l}{ADbADb}{AElAEl}{{ce}A`{}{}}0000000087{AClAj}{{AClB@f}Aj}`{{B@bB@b}h}{{B@dB@d}h}{B@bh}{B@dh}{{}B@j}{{}B@b}{{}B@d}{{}B@h}{{}AEj}{{}ADb}{{}AEl}``{{B@bB@b}B@b}{{B@dB@d}B@d}`{ce{}{}}0000000066{{cAn}h{}}0000{{cCd}A`{}}0000:9{{B@jB@j}h}{{B@bB@b}h}{{B@dB@d}h}{{B@hB@h}h}{{AClACl}h}{{ce}h{}{}}00000000000000{{B@bc}A`{{ALd{}{{Dj{B@b}}}}}}{{B@dc}A`{{ALd{}{{Dj{B@d}}}}}}`{{B@jCf}{{Ab{A`B@n}}}}{{B@bCf}{{Ab{A`B@n}}}}0000{{B@dCf}{{Ab{A`B@n}}}}0000{{B@hCf}{{Ab{A`B@n}}}}{{AClCf}{{Ab{A`B@n}}}}{cc{}}{BA`B@b}11111111{Bn{{Af{B@b}}}}{Ih{{Af{B@d}}}}{BnB@b}0{IhB@d}010{cB@b{{ALd{}{{Dj{B@b}}}}}}{cB@d{{ALd{}{{Dj{B@d}}}}}}{Mb{{Af{B@b}}}}{Mb{{Af{B@d}}}}{{AClB@d}BAb}{AClh}00{{B@jc}A`Cd}{{B@bc}A`Cd}{{B@dc}A`Cd}{{B@hc}A`Cd}{{AClc}A`Cd}{{B@bB@b}A`}{{B@dB@d}A`}{{B@bB@b}B@b}{{B@dB@d}B@d}{{B@bB@b}h}{{B@dB@d}h}{ce{}{}}00000000{{{d{c}}}{{d{b}}}{}}00000000{{{Df{c}}}{{Df{b}}}{}}00000000{{{f{c}}}{{f{b}}}{}}00000000{B@b}{B@d}{B@bh}{B@dh}{AClh}0{{AClACl}h}1321{ADbh}2{{ce}h{}{}}00000000{B@b{{BAd{B@b}}}}{B@d{{BAd{B@d}}}}{B@b{{BAf{B@b}}}}{B@d{{BAf{B@d}}}}````````````````````````````````````{B@bB@b}{B@dB@d}{ACl{{Af{Bn}}}}```{{B@bB@b}A`}{{B@dB@d}A`}{AClACl}{AClB@d}{{ACl{Af{B@f}}{Af{B@d}}}{{Af{BAh}}}}`{{B@bB@bh}A`}{{B@dB@dh}A`}{ACl{{Cl{BnBn}}}}{{B@bB@b}B@b}{{B@dB@d}B@d}9810::`{ce{}{}}00000000:9{c{{Ab{e}}}{}{}}00000000000000000{cAd{}}0000000043{c{{Af{e}}}{}{}}00000000{{B@hB@h}B@h}0`````````````````{cb{}}000000000000000000055555555555555555555`{BAjBAj}{BAlBAl}{BAnBAn}{BB`BB`}{BBbBBb}{BBdBBd}{BBfBBf}{{ce}A`{}{}}000000``{{}BAj}{{}BAn}{{}BBf}{BBhANd}{BBjANd}{BBlANd}{BBnANd}{BBhANf}{BBjANf}{BBlANf}{BBnANf}{ce{}{}}000000000`{{BB`Cf}Ch}```{B`BC`}{cc{}}0000000003333333333{{{d{c}}}{{d{b}}}{}}000000000{{{Df{c}}}{{Df{b}}}{}}000000000{{{f{c}}}{{f{b}}}{}}000000000{ch{}}000000{{ce}h{}{}}000000000{{BCbBCd}BAj}{BAjBAl}{{BCfBCf}BAn}{D`BBb}{{BCbD`}BBd}{{BCfBCf}BBf}````>>>>>>>`{c{{Ab{e}}}{}{}}0000000000000000000{cAd{}}000000000{c{{Af{e}}}{}{}}000000000``````````{jA`}`{cb{}}0{ce{}{}}0{{}BCh}1{cc{}}2{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{BCh{{ABf{Mb}}}}{{BChj}A`}==<;`9988{{}BCj}9796543{BCj{{ABf{Mb}}}}{{BCjj}A`}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}{jA`}00``````````````{BClBCl}0{cb{}}000000000{ce{}{}}000000000{BCn{{Af{{AOf{AMn}}}}}}`{BClA`}{BD`BD`}{BDbBDb}{BCnBCn}{{ce}A`{}{}}00{BDbBb}{BCnBb}`{{}{{BDd{c}}}BDf}{{}BCl}:::::{{BD`Cf}Ch}{{BDbCf}Ch}{{BCnCf}Ch}{cc{}}0000{{AIhBbF`Eb}{{Af{{G`{Bb}}}}}}{{AIhBbF`}{{Af{Bb}}}}{{AIhBbF`}h}{{{BDd{c}}BbF`}hBDf}{{BClBbF`}h}{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000`{{BbAl}BCn}````{{BDbc}A`{{L`{BCn}}}}{{BCnIh}A`}``777`{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000`````````{cb{}}000;;;;{{{BDh{ec}}}c{}{{AMl{c}}}}<<{{{BDj{c}}Cf}ChMh}{cc{}}0{{{BDh{ec}}CjgAlF`}{{G`{BDb}}}{}{{AMl{c}}}AIh}``??>>==<<;;{{{BDh{ec}}}{{`{{Dl{}{{Dj{BDb}}}}}}}{}{{AMl{c}}}}{{{AN`{c}}}{{BDh{ec}}}{}{{AMl{c}}}}{{cAMn}{{BDj{c}}}{}}`::::9988{{{BDh{ec}}{G`{BDb}}}A`{}{{AMl{c}}}}{{{BDh{ec}}eAGj}A`{}{{AMl{c}}}}`````99{ce{}{}}0{BDlAGd}`0{BDln}{{BDl{AHd{n}}}{{AHd{n}}}}{BDl{{Eh{n}}}}{{BDl{AHd{n}}}{{BDn{n}}}}{{BDlAh}{{Af{Cj}}}}{BDlh}07{BDlAGh}`?{{BDln{AGf{n}}}n}{{{BDn{n}}{BDn{n}}{BDn{n}}{BDn{n}}}n}`:{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}{{lB`Alce}BDl{{AA`{{BE`{n}}}}}{{AA`{{AGn{n}}}}}}`{{BDlBEb}A`}{{BDlAGh}A`}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}{BDlA`}{{BDlAl}A`}{BDlAGj}{{BDlAH`}{{Af{{E`{n}}}}}}{BDl{{Af{{E`{n}}}}}}`{{BDl{BDn{n}}AH`}{{BDn{n}}}}{{BDl{AHb{n}}AH`h}{{Af{{AHb{n}}}}}}{{{BDn{n}}AH`nn}{{BDn{n}}}}{BDlAl}```````{{Elce}ElBEdBEf}{{Elceg}ElBEdBEdBEf}0{{Elce}ElBEdBEh}{cb{}}00000{ce{}{}}00000{ElA`}{{}El}22{{{d{BEf}}}{{Ab{{d{c}}{d{BEf}}}}}BEf}3{BEf{{Af{c}}}BEf}{{{f{BEf}}}{{Ab{{f{c}}{f{BEf}}}}}BEf}1{{BEdBEd}h}{cc{}}00{{ElBEd}{{Af{c}}}BEf}0{{BEdc}A`Cd}999{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}00{BEfh}{{ce}h{}{}}00{El{{`{{Dl{}{{Dj{{Cl{BEdBEf}}}}}}}}}}{{{C`{c}}}{{BEj{c}}}BEf}{{Elc}ElBEd}{{BEfj}A`}{{BElj}A`}{{{BEj{c}}j}A`BEf}{{Elj}A`}0{{Elcg}ElBEdBEf{{Nh{e}{{Kn{e}}}}}}```{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00``````````````````````````````````````````````````````````````````````````````````````{cb{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cAn{}}00000000000000000000000000000000000000{{{BF`{{BEn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BI`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BId{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BId{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BG`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJb{c}}}}}{{C`{c}}}BFb}{{{BGj{c}}}{{C`{c}}}{}}{{{BIn{c}}}{{C`{c}}}{}}{{{BGl{c}}}{{C`{c}}}{}}{{{BGd{c}}}{{C`{c}}}{}}{{{BId{c}}}{{C`{c}}}{}}{{{BHf{c}}}{{C`{c}}}{}}{{{BEn{c}}}{{C`{c}}}{}}{{{BI`{c}}}{{C`{c}}}{}}{{{BIh{c}}}{{C`{c}}}{}}{{{BJ`{c}}}{{C`{c}}}{}}{{{BIf{c}}}{{C`{c}}}{}}{{{BIb{c}}}{{C`{c}}}{}}{{{BFf{c}}}{{C`{c}}}{}}{{{BGh{c}}}{{C`{c}}}{}}{{{BHb{c}}}{{C`{c}}}{}}{{{BHl{c}}}{{C`{c}}}{}}{{{BJd{c}}}{{C`{c}}}{}}{{{BHj{c}}}{{C`{c}}}{}}{{{BFh{c}}}{{C`{c}}}{}}{{{BHn{c}}}{{C`{c}}}{}}{{{BJf{c}}}{{C`{c}}}{}}{{{BH`{c}}}{{C`{c}}}{}}{{{BJb{c}}}{{C`{c}}}{}}{{{BIj{c}}}{{C`{c}}}{}}{{{BHh{c}}}{{C`{c}}}{}}{{{BFn{c}}}{{C`{c}}}{}}{{{BGb{c}}}{{C`{c}}}{}}{{{BJh{c}}}{{C`{c}}}{}}{{{BHd{c}}}{{C`{c}}}{}}{{{BFl{c}}}{{C`{c}}}{}}{{{BFj{c}}}{{C`{c}}}{}}{{{BFd{c}}}{{C`{c}}}{}}{{{BGn{c}}}{{C`{c}}}{}}{{{BIl{c}}}{{C`{c}}}{}}{{{BGf{c}}}{{C`{c}}}{}}{{{BG`{c}}}{{C`{c}}}{}}{{{BF`{{BFd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BI`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BId{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BG`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BId{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIn{c}}}}}{{C`{c}}}BFb}{{{BGj{c}}}{{C`{c}}}{}}{{{BIn{c}}}{{C`{c}}}{}}{{{BGl{c}}}{{C`{c}}}{}}{{{BGd{c}}}{{C`{c}}}{}}{{{BId{c}}}{{C`{c}}}{}}{{{BHf{c}}}{{C`{c}}}{}}{{{BEn{c}}}{{C`{c}}}{}}{{{BI`{c}}}{{C`{c}}}{}}{{{BIh{c}}}{{C`{c}}}{}}{{{BJ`{c}}}{{C`{c}}}{}}{{{BIf{c}}}{{C`{c}}}{}}{{{BIb{c}}}{{C`{c}}}{}}{{{BFf{c}}}{{C`{c}}}{}}{{{BGh{c}}}{{C`{c}}}{}}{{{BHb{c}}}{{C`{c}}}{}}{{{BHl{c}}}{{C`{c}}}{}}{{{BJd{c}}}{{C`{c}}}{}}{{{BHj{c}}}{{C`{c}}}{}}{{{BFh{c}}}{{C`{c}}}{}}{{{BHn{c}}}{{C`{c}}}{}}{{{BJf{c}}}{{C`{c}}}{}}{{{BH`{c}}}{{C`{c}}}{}}{{{BJb{c}}}{{C`{c}}}{}}{{{BIj{c}}}{{C`{c}}}{}}{{{BHh{c}}}{{C`{c}}}{}}{{{BFn{c}}}{{C`{c}}}{}}{{{BGb{c}}}{{C`{c}}}{}}{{{BJh{c}}}{{C`{c}}}{}}{{{BHd{c}}}{{C`{c}}}{}}{{{BFl{c}}}{{C`{c}}}{}}{{{BFj{c}}}{{C`{c}}}{}}{{{BFd{c}}}{{C`{c}}}{}}{{{BGn{c}}}{{C`{c}}}{}}{{{BIl{c}}}{{C`{c}}}{}}{{{BGf{c}}}{{C`{c}}}{}}{{{BG`{c}}}{{C`{c}}}{}}``````````````````{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000`````{{{BF`{c}}}{{BF`{c}}}{JjBJl}}{{{BJj{c}}}{{BJj{c}}}{JjBJl}}{BJnBJn}{{{BGj{c}}}{{BGj{c}}}Jj}{{{BIn{c}}}{{BIn{c}}}Jj}{{{BGl{c}}}{{BGl{c}}}Jj}{{{BGd{c}}}{{BGd{c}}}Jj}{{{BId{c}}}{{BId{c}}}Jj}{{{BHf{c}}}{{BHf{c}}}Jj}{{{BEn{c}}}{{BEn{c}}}Jj}{{{BI`{c}}}{{BI`{c}}}Jj}{{{BIh{c}}}{{BIh{c}}}Jj}{{{BJ`{c}}}{{BJ`{c}}}Jj}{{{BIf{c}}}{{BIf{c}}}Jj}{{{BIb{c}}}{{BIb{c}}}Jj}{{{BFf{c}}}{{BFf{c}}}Jj}{{{BGh{c}}}{{BGh{c}}}Jj}{{{BHb{c}}}{{BHb{c}}}Jj}{{{BHl{c}}}{{BHl{c}}}Jj}{{{BJd{c}}}{{BJd{c}}}Jj}{{{BHj{c}}}{{BHj{c}}}Jj}{{{BFh{c}}}{{BFh{c}}}Jj}{{{BHn{c}}}{{BHn{c}}}Jj}{{{BJf{c}}}{{BJf{c}}}Jj}{{{BH`{c}}}{{BH`{c}}}Jj}{{{BJb{c}}}{{BJb{c}}}Jj}{{{BIj{c}}}{{BIj{c}}}Jj}{{{BHh{c}}}{{BHh{c}}}Jj}{{{BFn{c}}}{{BFn{c}}}Jj}{{{BGb{c}}}{{BGb{c}}}Jj}{{{BJh{c}}}{{BJh{c}}}Jj}{{{BHd{c}}}{{BHd{c}}}Jj}{{{BFl{c}}}{{BFl{c}}}Jj}{{{BFj{c}}}{{BFj{c}}}Jj}{{{BFd{c}}}{{BFd{c}}}Jj}{{{BGn{c}}}{{BGn{c}}}Jj}{{{BIl{c}}}{{BIl{c}}}Jj}{{{BGf{c}}}{{BGf{c}}}Jj}{{{BG`{c}}}{{BG`{c}}}Jj}{{ce}A`{}{}}00000000000000000000000000000000000000{{{BGj{c}}{BGj{c}}}BlAMb}{{{BIn{c}}{BIn{c}}}BlAMb}{{{BGl{c}}{BGl{c}}}BlAMb}{{{BGd{c}}{BGd{c}}}BlAMb}{{{BId{c}}{BId{c}}}BlAMb}{{{BHf{c}}{BHf{c}}}BlAMb}{{{BEn{c}}{BEn{c}}}BlAMb}{{{BI`{c}}{BI`{c}}}BlAMb}{{{BIh{c}}{BIh{c}}}BlAMb}{{{BJ`{c}}{BJ`{c}}}BlAMb}{{{BIf{c}}{BIf{c}}}BlAMb}{{{BIb{c}}{BIb{c}}}BlAMb}{{{BFf{c}}{BFf{c}}}BlAMb}{{{BGh{c}}{BGh{c}}}BlAMb}{{{BHb{c}}{BHb{c}}}BlAMb}{{{BHl{c}}{BHl{c}}}BlAMb}{{{BJd{c}}{BJd{c}}}BlAMb}{{{BHj{c}}{BHj{c}}}BlAMb}{{{BFh{c}}{BFh{c}}}BlAMb}{{{BHn{c}}{BHn{c}}}BlAMb}{{{BJf{c}}{BJf{c}}}BlAMb}{{{BH`{c}}{BH`{c}}}BlAMb}{{{BJb{c}}{BJb{c}}}BlAMb}{{{BIj{c}}{BIj{c}}}BlAMb}{{{BHh{c}}{BHh{c}}}BlAMb}{{{BFn{c}}{BFn{c}}}BlAMb}{{{BGb{c}}{BGb{c}}}BlAMb}{{{BJh{c}}{BJh{c}}}BlAMb}{{{BHd{c}}{BHd{c}}}BlAMb}{{{BFl{c}}{BFl{c}}}BlAMb}{{{BFj{c}}{BFj{c}}}BlAMb}{{{BFd{c}}{BFd{c}}}BlAMb}{{{BGn{c}}{BGn{c}}}BlAMb}{{{BIl{c}}{BIl{c}}}BlAMb}{{{BGf{c}}{BGf{c}}}BlAMb}{{{BG`{c}}{BG`{c}}}BlAMb}``{{ce}Bl{}{}}00000000000000000000000000000000000````````{ce{}{}}00000000000000000000000000000000000000{{cAn}h{}}00000000000000000000000000000000000000{{cCd}A`{}}00000000000000000000000000000000000000{{{BF`{c}}{BF`{c}}}h{I`BJl}}{{{BJj{c}}{BJj{c}}}h{I`BJl}}{{BJnBJn}h}{{{BGj{c}}{BGj{c}}}hI`}{{{BIn{c}}{BIn{c}}}hI`}{{{BGl{c}}{BGl{c}}}hI`}{{{BGd{c}}{BGd{c}}}hI`}{{{BId{c}}{BId{c}}}hI`}{{{BHf{c}}{BHf{c}}}hI`}{{{BEn{c}}{BEn{c}}}hI`}{{{BI`{c}}{BI`{c}}}hI`}{{{BIh{c}}{BIh{c}}}hI`}{{{BJ`{c}}{BJ`{c}}}hI`}{{{BIf{c}}{BIf{c}}}hI`}{{{BIb{c}}{BIb{c}}}hI`}{{{BFf{c}}{BFf{c}}}hI`}{{{BGh{c}}{BGh{c}}}hI`}{{{BHb{c}}{BHb{c}}}hI`}{{{BHl{c}}{BHl{c}}}hI`}{{{BJd{c}}{BJd{c}}}hI`}{{{BHj{c}}{BHj{c}}}hI`}{{{BFh{c}}{BFh{c}}}hI`}{{{BHn{c}}{BHn{c}}}hI`}{{{BJf{c}}{BJf{c}}}hI`}{{{BH`{c}}{BH`{c}}}hI`}{{{BJb{c}}{BJb{c}}}hI`}{{{BIj{c}}{BIj{c}}}hI`}{{{BHh{c}}{BHh{c}}}hI`}{{{BFn{c}}{BFn{c}}}hI`}{{{BGb{c}}{BGb{c}}}hI`}{{{BJh{c}}{BJh{c}}}hI`}{{{BHd{c}}{BHd{c}}}hI`}{{{BFl{c}}{BFl{c}}}hI`}{{{BFj{c}}{BFj{c}}}hI`}{{{BFd{c}}{BFd{c}}}hI`}{{{BGn{c}}{BGn{c}}}hI`}{{{BIl{c}}{BIl{c}}}hI`}{{{BGf{c}}{BGf{c}}}hI`}{{{BG`{c}}{BG`{c}}}hI`}{{ce}h{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{BF`{c}}Cf}{{Ab{A`B@n}}}{MhBJl}}{{{BJj{c}}Cf}{{Ab{A`B@n}}}{MhBJl}}{{BJnCf}{{Ab{A`B@n}}}}{{{BGj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BId{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BEn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BI`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJ`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BH`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGb{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BJh{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BHd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFj{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BFd{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGn{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BIl{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BGf{c}}Cf}{{Ab{A`B@n}}}Mh}{{{BG`{c}}Cf}{{Ab{A`B@n}}}Mh}{{{C`{c}}}{{BF`{{BFl{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGb{c}}}}}BFb}{BK`{{BF`{{BGj{n}}}}}}{{{C`{c}}}{{BF`{{BGh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BId{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIb{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJb{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIl{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIh{c}}}}}BFb}{BK`{{BF`{{BGj{D`}}}}}}{{{C`{c}}}{{BF`{{BFf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BIn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BI`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJd{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHd{c}}}}}BFb}{BK`{{BF`{BGj}}}}{{{C`{c}}}{{BF`{{BIj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJh{c}}}}}BFb}{{{C`{c}}}{{BF`{{BG`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BEn{c}}}}}BFb}{{{C`{c}}}{{BF`{{BH`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHb{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJf{c}}}}}BFb}{{{C`{c}}}{{BF`{{BJ`{c}}}}}BFb}{{{C`{c}}}{{BF`{{BGj{c}}}}}BFb}{cc{}}{{{C`{c}}}{{BF`{{BGl{c}}}}}BFb}{{{C`{c}}}{{BF`{{BFj{c}}}}}BFb}{{{C`{c}}}{{BF`{{BHl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BG`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BH`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJd{c}}}}}BFb}{{{C`{c}}}{{BJj{{BId{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BEn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHl{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGd{c}}}}}BFb}{cc{}}{{{C`{c}}}{{BJj{{BHj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGn{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BI`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJ`{c}}}}}BFb}{{{C`{c}}}{{BJj{{BGh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJb{c}}}}}BFb}{{{C`{c}}}{{BJj{{BFh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BJf{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIj{c}}}}}BFb}{{{C`{c}}}{{BJj{{BIh{c}}}}}BFb}{{{C`{c}}}{{BJj{{BHh{c}}}}}BFb}={BK`BGj}{{{BF`{{BGj{c}}}}}{{BGj{c}}}BFb}{{{C`{c}}}{{BGj{c}}}{}}{BK`{{BGj{D`}}}}{cc{}}{{{BJj{{BGj{c}}}}}{{BGj{c}}}BFb}{BK`{{BGj{n}}}}{{{BJj{{BIn{c}}}}}{{BIn{c}}}BFb}3{{{BF`{{BIn{c}}}}}{{BIn{c}}}BFb}{{{C`{c}}}{{BIn{c}}}{}}{{{BJj{{BGl{c}}}}}{{BGl{c}}}BFb}6{{{BF`{{BGl{c}}}}}{{BGl{c}}}BFb}{{{C`{c}}}{{BGl{c}}}{}}8{{{BF`{{BGd{c}}}}}{{BGd{c}}}BFb}{{{BJj{{BGd{c}}}}}{{BGd{c}}}BFb}{{{C`{c}}}{{BGd{c}}}{}};{{{BF`{{BId{c}}}}}{{BId{c}}}BFb}{{{BJj{{BId{c}}}}}{{BId{c}}}BFb}{{{C`{c}}}{{BId{c}}}{}}{{{C`{c}}}{{BHf{c}}}{}}{{{BJj{{BHf{c}}}}}{{BHf{c}}}BFb}{{{BF`{{BHf{c}}}}}{{BHf{c}}}BFb}{cc{}}{{{BF`{{BEn{c}}}}}{{BEn{c}}}BFb}1{{{C`{c}}}{{BEn{c}}}{}}{{{BJj{{BEn{c}}}}}{{BEn{c}}}BFb}3{{{BF`{{BI`{c}}}}}{{BI`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{BI`{c}}}BFb}{{{C`{c}}}{{BI`{c}}}{}}{{{BF`{{BIh{c}}}}}{{BIh{c}}}BFb}7{{{BJj{{BIh{c}}}}}{{BIh{c}}}BFb}{{{C`{c}}}{{BIh{c}}}{}}{{{BF`{{BJ`{c}}}}}{{BJ`{c}}}BFb}{{{C`{c}}}{{BJ`{c}}}{}};{{{BJj{{BJ`{c}}}}}{{BJ`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{BIf{c}}}BFb}={{{C`{c}}}{{BIf{c}}}{}}{{{BF`{{BIf{c}}}}}{{BIf{c}}}BFb}{{{C`{c}}}{{BIb{c}}}{}}{{{BF`{{BIb{c}}}}}{{BIb{c}}}BFb}{{{BJj{{BIb{c}}}}}{{BIb{c}}}BFb}{cc{}}{{{BF`{{BFf{c}}}}}{{BFf{c}}}BFb}1{{{BJj{{BFf{c}}}}}{{BFf{c}}}BFb}{{{C`{c}}}{{BFf{c}}}{}}{{{C`{c}}}{{BGh{c}}}{}}{{{BF`{{BGh{c}}}}}{{BGh{c}}}BFb}5{{{BJj{{BGh{c}}}}}{{BGh{c}}}BFb}{{{BJj{{BHb{c}}}}}{{BHb{c}}}BFb}7{{{C`{c}}}{{BHb{c}}}{}}{{{BF`{{BHb{c}}}}}{{BHb{c}}}BFb}{{{BF`{{BHl{c}}}}}{{BHl{c}}}BFb}{{{BJj{{BHl{c}}}}}{{BHl{c}}}BFb};{{{C`{c}}}{{BHl{c}}}{}}{{{BJj{{BJd{c}}}}}{{BJd{c}}}BFb}={{{C`{c}}}{{BJd{c}}}{}}{{{BF`{{BJd{c}}}}}{{BJd{c}}}BFb}{{{BJj{{BHj{c}}}}}{{BHj{c}}}BFb}{cc{}}{{{C`{c}}}{{BHj{c}}}{}}{{{BF`{{BHj{c}}}}}{{BHj{c}}}BFb}2{{{BJj{{BFh{c}}}}}{{BFh{c}}}BFb}{{{BF`{{BFh{c}}}}}{{BFh{c}}}BFb}{{{C`{c}}}{{BFh{c}}}{}}{{{C`{c}}}{{BHn{c}}}{}}{{{BF`{{BHn{c}}}}}{{BHn{c}}}BFb}7{{{BJj{{BHn{c}}}}}{{BHn{c}}}BFb}{{{BJj{{BJf{c}}}}}{{BJf{c}}}BFb}{{{C`{c}}}{{BJf{c}}}{}}:{{{BF`{{BJf{c}}}}}{{BJf{c}}}BFb};{{{C`{c}}}{{BH`{c}}}{}}{{{BJj{{BH`{c}}}}}{{BH`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{BH`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{BJb{c}}}BFb}{{{C`{c}}}{{BJb{c}}}{}}{cc{}}{{{BJj{{BJb{c}}}}}{{BJb{c}}}BFb}{{{C`{c}}}{{BIj{c}}}{}}2{{{BJj{{BIj{c}}}}}{{BIj{c}}}BFb}{{{BF`{{BIj{c}}}}}{{BIj{c}}}BFb}{{{BJj{{BHh{c}}}}}{{BHh{c}}}BFb}{{{BF`{{BHh{c}}}}}{{BHh{c}}}BFb}6{{{C`{c}}}{{BHh{c}}}{}}7{{{BJj{{BFn{c}}}}}{{BFn{c}}}BFb}{{{C`{c}}}{{BFn{c}}}{}}{{{BF`{{BFn{c}}}}}{{BFn{c}}}BFb}{{{BF`{{BGb{c}}}}}{{BGb{c}}}BFb};{{{C`{c}}}{{BGb{c}}}{}}{{{BJj{{BGb{c}}}}}{{BGb{c}}}BFb}={{{BJj{{BJh{c}}}}}{{BJh{c}}}BFb}{{{BF`{{BJh{c}}}}}{{BJh{c}}}BFb}{{{C`{c}}}{{BJh{c}}}{}}{{{BJj{{BHd{c}}}}}{{BHd{c}}}BFb}{{{C`{c}}}{{BHd{c}}}{}}{{{BF`{{BHd{c}}}}}{{BHd{c}}}BFb}{cc{}}{{{BF`{{BFl{c}}}}}{{BFl{c}}}BFb}1{{{BJj{{BFl{c}}}}}{{BFl{c}}}BFb}{{{C`{c}}}{{BFl{c}}}{}}3{{{C`{c}}}{{BFj{c}}}{}}{{{BJj{{BFj{c}}}}}{{BFj{c}}}BFb}{{{BF`{{BFj{c}}}}}{{BFj{c}}}BFb}{{{BF`{{BFd{c}}}}}{{BFd{c}}}BFb}7{{{BJj{{BFd{c}}}}}{{BFd{c}}}BFb}{{{C`{c}}}{{BFd{c}}}{}}{{{C`{c}}}{{BGn{c}}}{}}{{{BF`{{BGn{c}}}}}{{BGn{c}}}BFb}{{{BJj{{BGn{c}}}}}{{BGn{c}}}BFb}<{{{BJj{{BIl{c}}}}}{{BIl{c}}}BFb}{{{BF`{{BIl{c}}}}}{{BIl{c}}}BFb}>{{{C`{c}}}{{BIl{c}}}{}}{{{BF`{{BGf{c}}}}}{{BGf{c}}}BFb}{{{C`{c}}}{{BGf{c}}}{}}{{{BJj{{BGf{c}}}}}{{BGf{c}}}BFb}{cc{}}0{{{BJj{{BG`{c}}}}}{{BG`{c}}}BFb}{{{BF`{{BG`{c}}}}}{{BG`{c}}}BFb}{{{C`{c}}}{{BG`{c}}}{}}{c{{BKd{}{{BKb{c}}}}}AA`}````````````````````{{{BF`{c}}e}A`{BKfBJl}Cd}{{{BJj{c}}e}A`{BKfBJl}Cd}{{BJnc}A`Cd}{{{BGj{c}}e}A`BKfCd}{{{BIn{c}}e}A`BKfCd}{{{BGl{c}}e}A`BKfCd}{{{BGd{c}}e}A`BKfCd}{{{BId{c}}e}A`BKfCd}{{{BHf{c}}e}A`BKfCd}{{{BEn{c}}e}A`BKfCd}{{{BI`{c}}e}A`BKfCd}{{{BIh{c}}e}A`BKfCd}{{{BJ`{c}}e}A`BKfCd}{{{BIf{c}}e}A`BKfCd}{{{BIb{c}}e}A`BKfCd}{{{BFf{c}}e}A`BKfCd}{{{BGh{c}}e}A`BKfCd}{{{BHb{c}}e}A`BKfCd}{{{BHl{c}}e}A`BKfCd}{{{BJd{c}}e}A`BKfCd}{{{BHj{c}}e}A`BKfCd}{{{BFh{c}}e}A`BKfCd}{{{BHn{c}}e}A`BKfCd}{{{BJf{c}}e}A`BKfCd}{{{BH`{c}}e}A`BKfCd}{{{BJb{c}}e}A`BKfCd}{{{BIj{c}}e}A`BKfCd}{{{BHh{c}}e}A`BKfCd}{{{BFn{c}}e}A`BKfCd}{{{BGb{c}}e}A`BKfCd}{{{BJh{c}}e}A`BKfCd}{{{BHd{c}}e}A`BKfCd}{{{BFl{c}}e}A`BKfCd}{{{BFj{c}}e}A`BKfCd}{{{BFd{c}}e}A`BKfCd}{{{BGn{c}}e}A`BKfCd}{{{BIl{c}}e}A`BKfCd}{{{BGf{c}}e}A`BKfCd}{{{BG`{c}}e}A`BKfCd}``{{{BF`{{BI`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BH`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHl{c}}}}}{{C`{c}}}BFb}{ce{}{}}{{{BF`{{BG`{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJb{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BGd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BId{c}}}}}{{C`{c}}}BFb}{{{BF`{{BEn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIl{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFf{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHn{c}}}}}{{C`{c}}}BFb}{{{BF`{{BFh{c}}}}}{{C`{c}}}BFb}{{{BF`{{BJd{c}}}}}{{C`{c}}}BFb}{{{BF`{{BIj{c}}}}}{{C`{c}}}BFb}{{{BF`{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BId{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BI`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BG`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BEn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFn{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJ`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BGh{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHj{c}}}}}{{C`{c}}}BFb}{{{BJj{{BFd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BH`{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHl{c}}}}}{{C`{c}}}BFb}{{{BJj{{BHb{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJd{c}}}}}{{C`{c}}}BFb}{{{BJj{{BJf{c}}}}}{{C`{c}}}BFb}{{{BJj{{BIj{c}}}}}{{C`{c}}}BFb}{ce{}{}}00{{{BGj{c}}}{{C`{c}}}{}}{{{BIn{c}}}{{C`{c}}}{}}22{{{BGl{c}}}{{C`{c}}}{}}3{{{BGd{c}}}{{C`{c}}}{}}4{{{BId{c}}}{{C`{c}}}{}}{{{BHf{c}}}{{C`{c}}}{}}66{{{BEn{c}}}{{C`{c}}}{}}7{{{BI`{c}}}{{C`{c}}}{}}8{{{BIh{c}}}{{C`{c}}}{}}{{{BJ`{c}}}{{C`{c}}}{}}:{{{BIf{c}}}{{C`{c}}}{}};;{{{BIb{c}}}{{C`{c}}}{}}{{{BFf{c}}}{{C`{c}}}{}}=={{{BGh{c}}}{{C`{c}}}{}}{{{BHb{c}}}{{C`{c}}}{}}??{{{BHl{c}}}{{C`{c}}}{}}{{{BJd{c}}}{{C`{c}}}{}}{ce{}{}}0{{{BHj{c}}}{{C`{c}}}{}}{{{BFh{c}}}{{C`{c}}}{}}2{{{BHn{c}}}{{C`{c}}}{}}33{{{BJf{c}}}{{C`{c}}}{}}4{{{BH`{c}}}{{C`{c}}}{}}5{{{BJb{c}}}{{C`{c}}}{}}6{{{BIj{c}}}{{C`{c}}}{}}7{{{BHh{c}}}{{C`{c}}}{}}{{{BFn{c}}}{{C`{c}}}{}}9{{{BGb{c}}}{{C`{c}}}{}}::{{{BJh{c}}}{{C`{c}}}{}}{{{BHd{c}}}{{C`{c}}}{}}<<{{{BFl{c}}}{{C`{c}}}{}}{{{BFj{c}}}{{C`{c}}}{}}>{{{BFd{c}}}{{C`{c}}}{}}?{{{BGn{c}}}{{C`{c}}}{}}{ce{}{}}0{{{BIl{c}}}{{C`{c}}}{}}1{{{BGf{c}}}{{C`{c}}}{}}{{{BG`{c}}}{{C`{c}}}{}}3{{{d{c}}}{{d{b}}}{}}00000000000000000000000000000000000000{{{Df{c}}}{{Df{b}}}{}}00000000000000000000000000000000000000{{{f{c}}}{{f{b}}}{}}00000000000000000000000000000000000000{{{BKd{}{{BKb{c}}}}}cAA`}{{ce}h{}{}}00000000000000000000000000000000000000```````````{BJnEb}{{{BGj{c}}{BGj{c}}}{{Af{Bl}}}M`}{{{BIn{c}}{BIn{c}}}{{Af{Bl}}}M`}{{{BGl{c}}{BGl{c}}}{{Af{Bl}}}M`}{{{BGd{c}}{BGd{c}}}{{Af{Bl}}}M`}{{{BId{c}}{BId{c}}}{{Af{Bl}}}M`}{{{BHf{c}}{BHf{c}}}{{Af{Bl}}}M`}{{{BEn{c}}{BEn{c}}}{{Af{Bl}}}M`}{{{BI`{c}}{BI`{c}}}{{Af{Bl}}}M`}{{{BIh{c}}{BIh{c}}}{{Af{Bl}}}M`}{{{BJ`{c}}{BJ`{c}}}{{Af{Bl}}}M`}{{{BIf{c}}{BIf{c}}}{{Af{Bl}}}M`}{{{BIb{c}}{BIb{c}}}{{Af{Bl}}}M`}{{{BFf{c}}{BFf{c}}}{{Af{Bl}}}M`}{{{BGh{c}}{BGh{c}}}{{Af{Bl}}}M`}{{{BHb{c}}{BHb{c}}}{{Af{Bl}}}M`}{{{BHl{c}}{BHl{c}}}{{Af{Bl}}}M`}{{{BJd{c}}{BJd{c}}}{{Af{Bl}}}M`}{{{BHj{c}}{BHj{c}}}{{Af{Bl}}}M`}{{{BFh{c}}{BFh{c}}}{{Af{Bl}}}M`}{{{BHn{c}}{BHn{c}}}{{Af{Bl}}}M`}{{{BJf{c}}{BJf{c}}}{{Af{Bl}}}M`}{{{BH`{c}}{BH`{c}}}{{Af{Bl}}}M`}{{{BJb{c}}{BJb{c}}}{{Af{Bl}}}M`}{{{BIj{c}}{BIj{c}}}{{Af{Bl}}}M`}{{{BHh{c}}{BHh{c}}}{{Af{Bl}}}M`}{{{BFn{c}}{BFn{c}}}{{Af{Bl}}}M`}{{{BGb{c}}{BGb{c}}}{{Af{Bl}}}M`}{{{BJh{c}}{BJh{c}}}{{Af{Bl}}}M`}{{{BHd{c}}{BHd{c}}}{{Af{Bl}}}M`}{{{BFl{c}}{BFl{c}}}{{Af{Bl}}}M`}{{{BFj{c}}{BFj{c}}}{{Af{Bl}}}M`}{{{BFd{c}}{BFd{c}}}{{Af{Bl}}}M`}{{{BGn{c}}{BGn{c}}}{{Af{Bl}}}M`}{{{BIl{c}}{BIl{c}}}{{Af{Bl}}}M`}{{{BGf{c}}{BGf{c}}}{{Af{Bl}}}M`}{{{BG`{c}}{BG`{c}}}{{Af{Bl}}}M`}```````````````````````````{ce{}{}}00000000000000000000000000000000000000{c{{Ab{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{cAd{}}00000000000000000000000000000000000000`{c{{Af{e}}}{}{}}00000000000000000000000000000000000000`````````````````````````````{cb{}}000000000`4444444444{BKhBKh}{BKjBKj}{BKlBKl}{BKnBKn}{BL`BL`}{{ce}A`{}{}}0000{{}BL`}{c{{Ab{BKh}}}Cb}{c{{Ab{BKj}}}Cb}{c{{Ab{BKl}}}Cb}{c{{Ab{BKn}}}Cb}{c{{Ab{BL`}}}Cb}{ce{}{}}0000`{{BKhCf}Ch}{{BKjCf}Ch}{{BKlCf}Ch}{{BKnCf}Ch}{{BL`Cf}Ch}{cc{}}0000{BKn{{Af{{BF`{{BGj{D`}}}}}}}}``77777{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}0000{{{f{c}}}{{f{b}}}{}}0000{{ce}h{}{}}0000`````{{BKhc}AbEd}{{BKjc}AbEd}{{BKlc}AbEd}{{BKnc}AbEd}{{BL`c}AbEd}``{ce{}{}}0000{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000````{cb{}}0004444{BLbBLb}{BLdBLd}{{ce}A`{}{}}0{{}BLd}{c{{Ab{BLb}}}Cb}{c{{Ab{BLd}}}Cb}::{{BLbCf}Ch}{{BLdCf}Ch}{cc{}}0=={{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0````````{{BLbc}AbEd}{{BLdc}AbEd}{ce{}{}}0{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0`````````{cb{}}00000`444444`{DhDh}{BLfBLf}{BLhBLh}{{ce}A`{}{}}00{{}Dh}{c{{Ab{Dh}}}Cb}{c{{Ab{BLf}}}Cb}{c{{Ab{BLh}}}Cb}<<<{{DhCf}Ch}{{BLfCf}Ch}{{BLhCf}Ch}{cc{}}00{ce{}{}}00{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00```{{Dhc}AbEd}{{BLfc}AbEd}{{BLhc}AbEd}`777{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00```{cb{}}0;;`{A@dA@d}{{ce}A`{}{}}{{}A@d}{c{{Ab{A@d}}}Cb}?{{A@dCf}Ch}{cc{}}{ce{}{}}{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}````{{A@dc}AbEd}`5??>=`````<<<<5555{BLjcBLj}{BLlcBLj}{BLnBLj}{BLnBLl}{{}BLn}::;;::99887766`````{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0``````````{cb{}}0>>{{}BM`}{{{d{BMb}}}{{Ab{{d{c}}{d{BMb}}}}}BMb}{ce{}{}}{BMb{{Af{c}}}BMb}{{{f{BMb}}}{{Ab{{f{c}}{f{BMb}}}}}BMb}1{BM`h}{cc{}}{BM`{{Af{c}}}BMb}0{BM`c{BMbBMd}}``{BM`A`}{{BM`c}A`BMb}8{{{d{c}}}{{d{b}}}{}}{{{f{c}}}{{f{b}}}{}}{BMbh}{{ce}h{}{}}{{BM`c}{{Af{e}}}{}{}}{BM`Af}101`{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}````{cb{}}0{ce{}{}}00?`0:9{BEhBMf}{BMfBMf}9{BMh{{ABf{Mb}}}}{cBMfBMh}{{BMhj}A`}``9987```66555{cc{}}`6{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{{BMl{}{{BMj{c}}}}}cBMh}{{ce}h{}{}}{{{BMn{c}}}{{ABf{Mb}}}{{L`{j}}}}{{{BMn{c}}j}A`{{L`{j}}}}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}`{{BN`c}BN`BEh}{cb{}}0{ce{}{}}0{{}BN`}1>1=;9{{BN`j}A`}`77654``````````````33333333332222222222{AE`A`}{BNbBNb}{{ce}A`{}{}}{BNdcBNd}{BNfcBNd}``{BNhBNd}{BNhBNf}{{}AE`}{{}BNh}{{{d{BNj}}}{{Ab{{d{c}}{d{BNj}}}}}BNj}<<<<<{BNj{{Af{c}}}BNj}{{{f{BNj}}}{{Ab{{f{c}}{f{BNj}}}}}BNj}1{{AE`Bb}h}{{BNbCf}Ch}{cc{}}0000`{{BNlc}BNlBNj}{ce{}{}}0000{{{d{c}}}{{d{b}}}{}}0000{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}0000{BNjh}{{ce}h{}{}}0000`{{AE`BNbc}{{Af{e}}}{}{}}{{AE`Bb}Af}101{{AE`Bb}{{Af{BNl}}}}````8{c{{Ab{e}}}{}{}}000000000{cAd{}}0000{c{{Af{e}}}{}{}}0000`{cb{}}0<<{{}F`}=?=<:8``4432`````{BNnA`}02222>>>>`{{{BO`{ce}}}{{BO`{ce}}}JjJj}{{ce}A`{}{}}{ce{}{}}0{{}{{BO`{ce}}}{}{}}{cc{}}{{{BOb{ce}}}{{BO`{ce}}}BOdBOd}1{{eiBn}{{BO`{cg}}}{}{{ALd{}{{Dj{c}}}}}{}{{ALd{}{{Dj{g}}}}}}44{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{BOfBOh}BAn}{{BOfBOj}BAn}:{c{{Ab{e}}}{}{}}000{cAd{}}0{c{{Af{e}}}{}{}}0``````{cb{}}0>>``{{}{{BOl{c}}}{BOn{C@b{C@`}}C@d}}?{{{BOl{c}}h}A`{BOn{C@b{C@`}}C@d}}{{{BOl{c}}Ih}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}`?{ce{}{}}=;`:{{{BOl{c}}hEbEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}{{{BOl{c}}hEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}{{{BOl{c}}EbEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}{{{BOl{c}}Eb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}1010``0032{{{BOl{c}}}A`{BOn{C@b{C@`}}C@d}}0<<;:0{{{BOl{c}}nnEb}{{C@f{A`}}}{BOn{C@b{C@`}}C@d}}````````:::::::::{cAn{}}{C@hMb}{C@jh}`99999999{C@jA`}{C@lA`}{C@nA`}{C@jC@j}{C@lC@l}{C@nC@n}{C@hC@h}{{ce}A`{}{}}000{{C@hC@h}Bl}{{ce}Bl{}{}}{{}C@j}{{}C@l}{{}C@n}{{}C@h}{C@jn}`{ce{}{}}000{{cAn}h{}}{{cCd}A`{}}{C@jEb}{C@lEb}{C@nEb}{{C@jC@j}h}{{C@lC@l}h}{{C@nC@n}h}{{C@hC@h}h}{{ce}h{}{}}00{C@nBn}``{C@jD`}`{{C@jCf}{{Ab{A`B@n}}}}{{C@lCf}{{Ab{A`B@n}}}}{{C@nCf}{{Ab{A`B@n}}}}{{C@hCf}{{Ab{A`B@n}}}}{CA`C@j}{cc{}}000{Cn{{Af{C@h}}}}{Mb{{Af{C@h}}}}`{{C@hc}A`Cd}{C@lIh}`{C@jCAb}`{ce{}{}}000{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000{Cnh}{{ce}h{}{}}000``{{C@hC@h}{{Af{Bl}}}}{{C@nc}{{Ab{A`Md}}}CAd}{{C@lc}{{Ab{A`Md}}}CAf}{{C@lC@h}A`}:`{C@jMb}``{c{{Ab{CAhMd}}}{}}{{cBnnnnn}{{Ab{C@lMd}}}{}}{c{{Ab{C@lMd}}}{}}===={c{{Ab{e}}}{}{}}0000000{C@lC@h}`{cAd{}}000{C@jIh}`{c{{Af{e}}}{}{}}000``````{cb{}}0{ce{}{}}0{{}{{CAj{c}}}BMd}{{{CAj{c}}}e{}{}}0{{{CAj{c}}}h{JjCAl}}3``{cc{}}``4{{{d{c}}}{{d{b}}}{}}{{{Df{c}}}{{Df{b}}}{}}{{{f{c}}}{{f{b}}}{}}{{ce}h{}{}}``{{{CAl{}{{CAn{c}}}}ec}h{}CB`}{c{{CAj{c}}}{}}``{c{{Ab{e}}}{}{}}0?={{{CAj{c}}}A`{JjCAl}}`==<<{{}CBb}=`9=87650`22{cAd{}}{c{{Af{e}}}{}{}}{CBbA`}{{}CBd}{{CBdAj}{{G`{{Cl{AjBnBn}}}}}}``{Anb}{CBfAn}{{AnAn}h}{{CBfCd}A`}````{cb{}}00000000{ce{}{}}0000000{g{{Af{{Cl{{C`{c}}{C`{c}}}}}}}{M`BFb}{{AA`{{C`{c}}}}}{{Dl{}{{Dj{e}}}}}}{CBhCBh}{{ce}A`{}{}}{{CBhCBh}Bl}{{ce}Bl{}{}}`{{CnCn}Cn}006666{{cAn}h{}}{{CBhCBh}h}{{ce}h{}{}}00{{{CBj{c}}Cf}ChCBl}{{{E`{c}}Cf}ChCBn}{{{CC`{c}}Cf}ChCBn}{{CBhCf}Ch}{cc{}}000{{{Db{c}}{BDn{c}}}{{CBj{c}}}CBl}{{{Db{c}}{Db{c}}{Db{c}}}{{Af{{CBj{c}}}}}CBl}{{{CBj{c}}{BDn{c}}{BDn{c}}}{{Af{c}}}CBl}{{{CBj{c}}{CC`{c}}}{{G`{{BDn{c}}}}}CBl}0{ce{}{}}000{{{d{c}}}{{d{b}}}{}}000{{{Df{c}}}{{Df{b}}}{}}000{{{f{c}}}{{f{b}}}{}}000===={{cc}c{M`BFb}}``0```{{{BDn{c}}c}{{CBj{c}}}CBl}{{{AGf{c}}{AGf{c}}}{{E`{c}}}CBn}{{{Db{c}}{Db{c}}}{{CC`{c}}}CBn}{{CBhCBh}{{Af{Bl}}}}{{{E`{c}}}{{C`{{AGf{c}}}}}CBn}{{{CC`{c}}}{{C`{{Db{c}}}}}CBn}:{c{{Ab{e}}}{}{}}0000000{cAd{}}000{c{{Af{e}}}{}{}}000`````````````````````````{cb{}}0000000000000>>>>>>>>>>>>>>`{{{CCb{c}}El{f{{En{e}}}}F`Fb}A`CCdFd}{BbCCf}{{BbEf}CCh}{{Bb{BO`{BAnCCj}}{G`{Bn}}C@n}CCl}{{BbN`}CCn}`{CCfBb}{CChBb}{CClBb}{CCnBb}```{{}{{CCb{c}}}CCd}{{}CD`}{{}CDb}{CDdc{}}`{ce{}{}}000000``{cc{}}000000{{CD`BbF`}h}``2222222{{{d{c}}}{{d{b}}}{}}000000{{{Df{c}}}{{Df{b}}}{}}000000{{{f{c}}}{{f{b}}}{}}000000{CClh}{{ce}h{}{}}000000`{CChMb}``{{}Kd}000````````{{{Dn{Aj}}CDf{CDh{ce}}}{{Ab{A`CDj}}}CCdJf}```````{CChCDl}{CClCDn}{CCnN`}`{c{{Ab{e}}}{}{}}0000000000000{cAd{}}000000{c{{Af{e}}}{}{}}000000```{cb{}}0{ce{}{}}00{cc{}}1{{{d{c}}}{{d{b}}}{}}?=`{{{CE`{ce}}}{{ABf{Mb}}}FdCCd}{{{f{{En{c}}}}}{{CE`{ce}}}Fd{}}`{{{CE`{ce}}j}A`FdCCd}9987`````666666555555``555{{CDjCf}Ch}0555666444{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{{{CDh{ce}}Bb{G`{{Ld{n}}}}}{{Ab{A`CDj}}}CCdJf}{{{CDh{ce}}BbMb}{{Ab{A`CDj}}}CCdJf}{{{CDh{ce}}Bb{BO`{BAnCCj}}{G`{Bn}}C@n}{{Ab{A`CDj}}}CCdJf}`{c{{CDh{ec}}}JfCCd}`{{{Dn{Aj}}CDf{CDh{ce}}}{{Ab{A`CDj}}}CCdJf}{{{CDh{ce}}}eCCdJf}{{{CDh{ce}}Bb}{{Ab{A`CDj}}}CCdJf}{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{jA`}```{cb{}}000{ce{}{}}00000{cc{}}011{{{d{c}}}{{d{b}}}{}}0{{{Df{c}}}{{Df{b}}}{}}0{{{f{c}}}{{f{b}}}{}}0{{ce}h{}{}}0{{F`cGj}GlGn}{{F`ABnGj}Gl}<<<<;;::`88777{{J`ce}AC`{JfJjJh}Hd}78643`{{{CEb{ce}}}{{ABf{Mb}}}FdCCd}{{{f{{En{c}}}}}{{CEb{ce}}}Fd{}}`{{{CEb{ce}}j}A`FdCCd}{c{{Ab{e}}}{}{}}0{cAd{}}{c{{Af{e}}}{}{}}```````````````{{AMnAMnAMn}{{Cl{AMnAMn}}}}{{{CEd{ecgikm}}eBbBL`{BO`{gi}}k{Dn{m}}}A`{}{{AMl{c}}}BOdBOdBOdBOd}{cb{}}00000000000{CEf{{Af{CEh}}}}{ce{}{}}00000000000````{{{CEd{ecgikm}}}A`{}{{AMl{c}}}BOdBOdBOdBOd}{CEfA`}{CEjCEj}{CEhCEh}{{ce}A`{}{}}0`{{}CEf}666666{{{CEd{ecgikm}}}c{}{{AMl{c}}}BOdBOdBOdBOd}`{CEh{{AOf{AMn}}}}{{CEfCEjAMn}{{AOf{AMn}}}}{{{CEd{cegikm}}Cf}ChMhMhMhMhMhMh}{{CEjCf}Ch}{{{CEl{c}}Cf}ChMh}{{CEhCf}Ch}{{CEnCf}Ch}{{CEfCf}Ch}{cc{}}00000{ACf{{CEd{ADnAJhcegi}}}BOdBOdBOdBOd}{CEf{{Af{CEh}}}}{{CEfBb}{{Af{{CF`{CEh}}}}}}{{{CEd{ecgikm}}Bb}{{Af{{CFb{Mb}}}}}{}{{AMl{c}}}BOdBOdBOdBOd}{{{CEd{ecgikm}}BbF`}h{}{{AMl{c}}}BOdBOdBOdBOd}{{{CEd{ecgikm}}}CEf{}{{AMl{c}}}BOdBOdBOdBOd}`?`>{CEh{{AOf{Bn}}}}``{ce{}{}}00000{{{d{c}}}{{d{b}}}{}}00000{{{Df{c}}}{{Df{b}}}{}}00000{{{f{c}}}{{f{b}}}{}}00000{{ce}h{}{}}00000{CEf{{`{{Dl{}{{Dj{{`{{Dl{}{{Dj{CEh}}}}}}}}}}}}}}`{CEh{{AOf{AMn}}}}``{{CEfAMnCEjAMn}{{AOf{AMn}}}}{{{CEd{ecgikm}}}c{}{{AMl{c}}}BOdBOdBOdBOd}{{{AN`{c}}{AN`{c}}{AN`{c}}{AN`{c}}}{{CEd{ecgikm}}}{}{{AMl{c}}}BOdBOdBOdBOd}{{cAMnCEj}{{CEl{c}}}{}}{{}CEf}`````{CEf{{Af{CEh}}}}{{CEfCEh}A`}`==`{c{{Ab{e}}}{}{}}00000000000`{cAd{}}00000{c{{Af{e}}}{}{}}00000{{{CEd{ecgikm}}eCEh{Dn{m}}}A`{}{{AMl{c}}}BOdBOdBOdBOd}{{{CEd{ecgikm}}eCEhk}A`{}{{AMl{c}}}BOdBOdBOdBOd}`:`<{jA`}```````````````````{cb{}}000000000000{cAn{}}{ce{}{}}00000000000`{BbCCf}{{BbEf}CCh}{{Bb{BO`{BAnCCj}}{G`{Bn}}C@n}CCl}{{BbN`}CCn}{BbCFd}{{BbEf}CFf}{{BbN`}CFh}{{Bb{BO`{BAnCCj}}{G`{Bn}}C@n}CFj}{CFlCFl}{CFjCFj}{CFnCFn}{{ce}A`{}{}}00{CCfBb}{CChBb}{CClBb}{CCnBb}{CFdBb}{CFfBb}{CFhBb}{CFjBb}````{ce{}{}}00000{{cAn}h{}}{{cCd}A`{}}{{CFlCFl}h}{{ce}h{}{}}00`{{CFdCf}Ch}{{CFfCf}Ch}{{CFhCf}Ch}{{CFlCf}Ch}{{CFjCf}Ch}{cc{}}00000{{CFlc}A`Cd}`;{CFdJl}{CFfJl}=={CFhJl}>{CFjJl}??{{{d{c}}}{{d{b}}}{}}00000{{{Df{c}}}{{Df{b}}}{}}00000{{{f{c}}}{{f{b}}}{}}00000{CClh}{CFjh}{{ce}h{}{}}00000`{CChMb}{CFfMb}`{{}Kd}0000000{CChCDl}{CClCDn}{CFfCDl}{CFjCDn}{ce{}{}}00{CCnN`}{CFhN`}{c{{Ab{e}}}{}{}}00000000000{cAd{}}00000{c{{Af{e}}}{}{}}00000{jA`}{{CG`ACfADnAE`A@dCj}A`}``````````{cb{}}0000000{cAn{}}0999999{ll}{BEbBEb}{{ce}A`{}{}}0{{{CGd{}{{CGb{c}}}}}{{Ab{cA@b}}}AF`}==={{cAn}h{}}0{{cCd}A`{}}0{{ll}h}{{BEbBEb}h}{{ce}h{}{}}00000{{A@bCf}Ch}0{{lCf}Ch}{{BEbCf}Ch}{cc{}}00{{{AFb{}{{CGf{c}}}}}c{CGhCGjCGl}}{{lc}A`Cd}{{BEbc}A`Cd}{lBn}{BEbBn}``{lCGn}{BEbCGn}{{{AFb{}{{CGf{c}}}}}Ih{CGhCGjCGl}}{ce{}{}}00{{{d{c}}}{{d{b}}}{}}00{{{Df{c}}}{{Df{b}}}{}}00{{{f{c}}}{{f{b}}}{}}00{{ce}h{}{}}00{{BnBn}{{Af{l}}}}{{BnBn}{{Af{BEb}}}}{{{AFb{}{{CGf{c}}}}}A`{CGhCGjCGl}}{{{AFb{}{{CGf{c}}}}}n{CGhCGjCGl}}{AF`l}{{ln}BEb}::{cEf{}}{c{{Ab{e}}}{}{}}00000{cAd{}}00{c{{Af{e}}}{}{}}00{lBn}{BEbBn}``{lCGn}{BEbCGn}","D":"KMn","p":[[10,"Any",8399],[5,"Box",8400],[5,"Rc",8401],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8294],[1,"f64"],[1,"unit"],[6,"Result",8402],[5,"TypeId",8399],[6,"Option",8403],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7507],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8404],[1,"u32"],[1,"array"],[10,"Deserializer",8405],[10,"Hasher",8406],[5,"Formatter",8407],[8,"Result",8407],[5,"ViewRegion",58],[1,"tuple"],[1,"i32"],[1,"f32"],[5,"Point3",8408],[5,"AlignedWorldTileCoords",58],[5,"Arc",8409],[6,"TileAddressingScheme",6808],[17,"Item"],[10,"Iterator",8410],[1,"slice"],[5,"Aabb2",7513],[1,"usize"],[10,"Serializer",8411],[5,"String",8412],[5,"Matrix4",8413],[5,"DebugPlugin",389],[5,"Schedule",4636],[5,"Kernel",1106],[5,"World",7194],[5,"RenderGraph",2513],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3135],[5,"DebugPassNode",450],[5,"SlotInfo",2788],[5,"Vec",8414],[5,"RenderGraphContext",2308],[5,"RenderContext",2583],[5,"RenderResources",1712],[6,"NodeRunError",2583],[5,"TrackedRenderPass",3568],[6,"RenderCommandResult",3135],[10,"PhaseItem",3135],[5,"OffscreenKernelConfig",512],[17,"HttpClient"],[10,"OffscreenKernel",512],[10,"HttpClient",967],[5,"SourceClient",967],[17,"EventLoopProxy"],[10,"EventLoop",544],[10,"EventLoopProxy",544],[10,"PartialEq",8404],[6,"SendEventError",544],[5,"EventLoopError",544],[5,"Map",1157],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",605],[6,"Input",605],[8,"AsyncProcedure",605],[6,"CallError",605],[10,"Context",605],[10,"Send",8415],[10,"Clone",8416],[5,"Message",605],[5,"SchedulerAsyncProcedureCall",605],[10,"Scheduler",928],[5,"SchedulerContext",605],[10,"MessageTag",605],[6,"MessageError",605],[6,"SendError",605],[6,"ProcedureError",605],[10,"IntoMessage",605],[17,"Output"],[10,"FnMut",8417],[5,"IndexProcessor",792],[5,"IndexedGeometry",792],[5,"RTree",8418],[10,"CoordFloat",8419],[10,"Bounded",8420],[10,"Signed",8421],[6,"ExactGeometry",792],[10,"PartialOrd",8404],[1,"str"],[6,"GeozeroError",8422],[5,"GeometryIndex",792],[10,"Debug",8407],[5,"LineString",8423],[5,"HashMap",8424],[5,"Polygon",8425],[6,"TileIndex",792],[6,"ColumnValue",8426],[6,"ScheduleError",928],[10,"Future",8427],[10,"FnOnce",8417],[5,"NopScheduler",928],[5,"HttpSourceClient",967],[5,"Pin",8428],[6,"SourceType",1035],[5,"SourceFetchError",967],[6,"Error",8429],[5,"Error",8430],[10,"Error",8431],[5,"TessellateSource",1035],[5,"RasterSource",1035],[5,"KernelBuilder",1106],[6,"MapError",1157],[6,"WindowCreateError",8294],[5,"Style",6889],[5,"RendererBuilder",1857],[10,"Plugin",1304],[5,"ReqwestOffscreenKernelEnvironment",1240],[5,"ReqwestHttpClient",1262],[5,"PathBuf",8432],[10,"Into",8433],[5,"TokioScheduler",1284],[5,"RasterPlugin",1306],[10,"RasterTransferables",1599],[8,"RgbaImage",8434],[10,"LayerRaster",1599],[10,"LayerRasterMissing",1599],[5,"RasterLayersDataComponent",1306],[5,"AvailableRasterLayerData",1306],[5,"MissingRasterLayerData",1306],[5,"PopulateWorldSystem",1420],[6,"Cow",8435],[6,"ProcessRasterError",1440],[5,"ProcessRasterContext",1440],[5,"RasterTileRequest",1440],[5,"LayerItem",3056],[8,"AsyncProcedureFuture",605],[5,"RequestSystem",1550],[5,"RasterResources",1572],[5,"Device",8436],[5,"Texture",3494],[8,"Label",8436],[6,"TextureFormat",3602,8437],[5,"TextureUsages",8437],[5,"BindGroup",8436],[5,"Msaa",3602],[5,"RenderPipeline",8436],[5,"DefaultLayerRaster",1599],[5,"DefaultLayerRasterMissing",1599],[6,"RasterMessageTag",1599],[5,"DefaultRasterTransferables",1599],[5,"Queue",8436],[5,"Tiles",7075],[5,"RenderPlugin",1712],[6,"RenderStageLabel",1712],[5,"MaskPipeline",1712],[5,"Renderer",1712],[5,"WgpuSettings",3602],[5,"RendererSettings",3602],[6,"RenderError",2102],[10,"MapWindow",8294],[10,"HeadedMapWindow",8294],[5,"Instance",8436],[5,"Surface",3380],[8,"RequestAdapterOptions",8436],[5,"Adapter",8436],[5,"UninitializedRenderer",1857],[6,"InitializationResult",1857],[5,"InitializedRenderer",1857],[5,"Perspective",1941],[5,"Camera",1941],[5,"Point2",8408],[5,"EdgeInsets",1941],[5,"ViewProjection",1941],[5,"ModelViewProjection",1941],[5,"Rad",8438],[5,"InvertedViewProjection",1941],[5,"Vector2",8439],[5,"Vector4",8439],[5,"CreateSurfaceError",8436],[6,"HandleError",8440],[6,"SurfaceError",8436],[5,"RequestDeviceError",8436],[6,"RenderGraphError",2161],[6,"Eventually",2134],[17,"Criteria"],[10,"HasChanged",2134],[10,"Eq",8404],[10,"HasTile",4410],[10,"Node",2583],[6,"RunSubGraphError",2308],[6,"OutputSlotError",2308],[6,"InputSlotError",2308],[5,"RunSubGraph",2308],[6,"SlotValue",2788],[6,"SlotLabel",2788],[5,"Buffer",8436],[5,"Sampler",8436],[6,"TextureView",3494],[5,"SlotInfos",2788],[5,"NodeState",2583],[6,"Edge",2453],[6,"EdgeExistence",2453],[5,"NodeId",2583],[6,"NodeLabel",2583],[10,"AsRef",8433],[5,"GraphInputNode",2513],[5,"Edges",2583],[5,"EmptyNode",2583],[6,"SlotType",2788],[10,"IntoIterator",8441],[6,"RenderGraphRunnerError",2927],[5,"MainPassNode",2984],[5,"MainPassDriverNode",2984],[5,"TileMaskItem",3056],[5,"RenderPhase",3056],[17,"SortKey"],[10,"Ord",8404],[5,"DrawState",3135],[10,"RenderCommand",3135],[10,"RenderPipeline",3279],[5,"RenderPipelineDescriptor",3279],[10,"Queue",3182],[8,"BufferAddress",8437],[5,"BackingBufferDescriptor",3260],[5,"VertexBufferLayout",3305],[5,"FragmentState",3305],[5,"VertexState",3305],[5,"WindowHead",3380],[5,"Surface",8436],[6,"Head",3380],[5,"BufferDimensions",3380],[5,"SurfaceTexture",8436],[5,"TextureView",8436],[5,"TilePipeline",3540],[5,"Range",8442],[5,"RenderPass",8436],[5,"Color",8437],[5,"BufferSlice",8436],[6,"IndexFormat",8437],[5,"ShaderStages",8437],[5,"Backends",3602,8437],[5,"Features",3602,8437],[6,"TextureAspect",8437],[5,"Limits",3602,8437],[6,"PowerPreference",3602,8437],[6,"SurfaceType",3602],[5,"Error",8407],[6,"Backend",8437],[5,"TextureFormatFeatures",8437],[5,"Iter",8443],[5,"IterNames",8443],[6,"TextureSampleType",8437],[5,"ShaderCamera",4134],[5,"ShaderGlobals",4134],[5,"ShaderVertex",4134],[5,"ShaderFeatureStyle",4134],[5,"ShaderLayerMetadata",4134],[5,"ShaderTileMetadata",4134],[5,"ShaderTextureVertex",4134],[10,"Shader",4134],[5,"TileMaskShader",4134],[5,"VectorTileShader",4134],[5,"RasterTileShader",4134],[8,"Vec3f32",4134],[8,"Mat4x4f32",4134],[8,"Vec4f32",4134],[8,"Vec2f32",4134],[5,"GraphRunnerSystem",4369],[5,"ResourceSystem",4388],[5,"ViewTileSources",4410],[5,"TileShape",4410],[6,"SourceShapes",4410],[5,"ViewTile",4410],[5,"QueryHasTile",4410],[10,"ResourceQuery",6964],[5,"TileViewPattern",4541],[5,"BackingBuffer",4541],[5,"ViewState",4588],[5,"Vector3",8439],[5,"Deg",8438],[5,"LogicalSize",8294],[10,"StageLabel",4636],[10,"Stage",4636],[10,"IntoSystemContainer",7007],[5,"MultiStage",4636],[5,"NopStage",4636],[5,"Luminance",4713,8444],[5,"Alpha",4713,8444],[10,"Copy",8415],[5,"YPrimeCbCr",4713,8444],[5,"DisplayP3",4713,8444],[5,"Bt2100",4713,8444],[5,"YCbCr",4713,8444],[5,"Hsv",4713,8444],[5,"CieLCh",4713,8444],[5,"YCxCz",4713,8444],[5,"Oklab",4713,8444],[5,"Rec709",4713,8444],[5,"Yuv",4713,8444],[5,"EncodedDisplayP3",4713,8444],[5,"EncodedSrgb",4713,8444],[5,"EncodedRec709",4713,8444],[5,"YPbPr",4713,8444],[5,"ICtCpPQ",4713,8444],[5,"DciP3",4713,8444],[5,"Hsl",4713,8444],[5,"GenericColor1",4713,8444],[5,"CieLab",4713,8444],[5,"EncodedBt2020",4713,8444],[5,"DciXYZPrime",4713,8444],[5,"EncodedBt2100PQ",4713,8444],[5,"Luma",4713,8444],[5,"AcesCct",4713,8444],[5,"GenericColor3",4713,8444],[5,"AcesCc",4713,8444],[5,"AcesCg",4713,8444],[5,"CieXYZ",4713,8444],[5,"YPrimePbPr",4713,8444],[5,"LinearSrgb",4713,8444],[5,"Aces2065",4713,8444],[5,"ICtCpHLG",4713,8444],[5,"Bt2020",4713,8444],[5,"EncodedBt2100HLG",4713,8444],[5,"Oklch",4713,8444],[5,"PremultipliedAlpha",4713,8444],[10,"ColorType",4713,8444],[6,"Spaces",4713,8444],[5,"Color",8445],[17,"CintTy"],[10,"ColorInterop",4713,8444],[10,"Hash",8406],[5,"BackgroundPaint",6626],[5,"FillPaint",6626],[5,"LinePaint",6626],[6,"LayerPaint",6626],[5,"StyleLayer",6626],[6,"RasterResampling",6753],[5,"RasterLayer",6753],[5,"VectorSource",6808],[6,"Source",6808],[10,"QueryState",6920],[5,"EphemeralQueryState",6920],[5,"GlobalQueryState",6920],[5,"Resources",6964],[10,"Resource",6964],[10,"Default",8446],[5,"SystemContainer",7007],[10,"System",7007],[17,"System"],[10,"IntoSystem",7033],[5,"FunctionSystem",7033],[5,"SystemStage",7055],[5,"Tile",7075],[10,"QueryState",7075],[5,"EphemeralQueryState",7075],[5,"GlobalQueryState",7075],[10,"TileComponent",7075],[5,"TileSpawnResult",7075],[10,"Align",7212],[5,"OverAlignedVertexBuffer",7212],[5,"VertexBuffers",8447],[10,"Pod",8448],[5,"VertexConstructor",7212],[5,"StrokeVertex",8449],[5,"FillVertex",8450],[5,"ZeroTessellator",7260],[10,"Add",8451],[5,"VertexId",8452],[10,"From",8433],[10,"MaxIndex",8447],[8,"Result",8422],[6,"GeomType",7303,8453],[5,"Value",7303,8453],[5,"Feature",7303,8453],[5,"Layer",7303,8453],[6,"TileValue",8454],[1,"i64"],[10,"FeatureProcessor",8455],[10,"GeomProcessor",8456],[6,"Geometry",8457],[5,"ChangeObserver",7450],[10,"SignificantlyDifferent",7450],[17,"Epsilon"],[10,"Sized",8415],[5,"FPSMeter",7484],[5,"Grid",8458],[10,"DynHash",7507],[5,"FloatOrd",7513],[5,"Plane",7513],[10,"BaseFloat",8459],[10,"BaseNum",8459],[5,"Aabb3",7513],[5,"VectorPlugin",7615],[10,"VectorTransferables",8113],[10,"TileTessellated",8113],[10,"LayerMissing",8113],[8,"IndexDataType",7212],[10,"LayerTessellated",8113],[10,"LayerIndexed",8113],[5,"VectorTilesDone",7615],[5,"VectorLayersDataComponent",7615],[5,"VectorPipeline",7615],[5,"VectorTileRequest",7820],[5,"ProcessVectorContext",7820],[6,"ProcessVectorError",7820],[5,"MissingVectorLayerData",7615],[5,"AvailableVectorLayerData",7615],[5,"PopulateWorldSystem",7800],[5,"RequestSystem",7920],[5,"BufferPool",7942],[5,"RingIndex",7942],[5,"IndexEntry",7942],[6,"BackingBufferType",7942],[5,"BackingBuffer",7942],[5,"RingIndexEntry",7942],[5,"VecDeque",8460],[5,"HashSet",8461],[5,"DefaultTileTessellated",8113],[5,"DefaultLayerMissing",8113],[5,"DefaultLayerIndexed",8113],[5,"DefaultLayerTesselated",8113],[6,"VectorMessageTag",8113],[5,"DefaultVectorTransferables",8113],[8,"VectorBufferPool",7615],[17,"MapWindow"],[10,"MapWindowConfig",8294],[17,"WindowHandle"],[10,"HasWindowHandle",8462],[10,"HasDisplayHandle",8462],[10,"Sync",8415],[8,"NonZeroU32",8463],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",544],[15,"TileRequest",790],[15,"Linear",926],[15,"Spatial",926],[6,"CurrentMapContext",1157],[15,"Pending",1230],[6,"RasterLayerData",1306],[5,"SetRasterTilePipeline",1498],[5,"SetRasterViewBindGroup",1498],[5,"DrawRasterTile",1498],[15,"SlotEdge",2507],[15,"NodeEdge",2507],[15,"MismatchedSlotType",2439],[15,"MismatchedSlotType",2442],[15,"MismatchedNodeSlots",2289],[15,"UnconnectedNodeInputSlot",2289],[15,"NodeInputSlotAlreadyOccupied",2289],[15,"UnconnectedNodeOutputSlot",2289],[15,"MismatchedInputSlotType",2445],[15,"MissingInput",2445],[5,"RenderGraphRunner",2927],[15,"MismatchedInputSlotType",2970],[15,"MissingInput",2970],[15,"EmptyNodeOutputSlot",2970],[5,"SetMaskPipeline",3021],[5,"DrawMask",3021],[5,"BufferedTextureHead",3380],[15,"SurfaceTexture",3538],[15,"Astc",4132],[8,"WgpuTileViewPattern",4410],[8,"TileUrl",6808],[8,"TileJSONUrl",6808],[10,"ResourceQueryMut",6964],[10,"ResourceQueryUnsafe",6964],[10,"ComponentQuery",7075],[10,"ComponentQueryMut",7075],[10,"ComponentQueryUnsafe",7075],[8,"GeoResult",7260],[6,"VectorLayerData",7615],[5,"SetVectorTilePipeline",7885],[5,"DrawVectorTile",7885]],"r":[[19,8464],[25,7212],[26,7212],[27,7212],[30,7212],[31,7260],[1233,1240],[1236,1240],[1238,1262],[1303,1284],[1308,1599],[1309,1599],[1311,1599],[1318,1599],[1724,4134],[2164,2453],[2167,2453],[2168,2583],[2169,2583],[2171,2513],[2174,2308],[2189,2583],[2191,2583],[2193,2583],[2194,2583],[2195,2583],[2196,2308],[2198,2583],[2199,2513],[2200,2308],[2202,2308],[2203,2308],[2208,2788],[2209,2788],[2210,2788],[2211,2788],[2212,2788],[3056,3135],[3057,3135],[3060,3135],[3061,3135],[3062,3135],[3182,3260],[3183,3380],[3184,3380],[3185,3305],[3186,3380],[3190,3279],[3191,3279],[3192,3380],[3194,3494],[3195,3494],[3197,3540],[3198,3568],[3199,3305],[3200,3305],[3201,3380],[3608,8437],[3647,8437],[3653,8437],[3670,8437],[3744,8437],[4412,4541],[4420,4541],[4713,8444],[4715,8444],[4717,8444],[4719,8444],[4721,8444],[4722,8444],[4724,8444],[4726,8444],[4728,8444],[4730,8444],[4733,8444],[4734,8444],[4736,8444],[4738,8444],[4740,8444],[4742,8444],[4744,8444],[4746,8444],[4748,8444],[4750,8444],[4752,8444],[4754,8444],[4756,8444],[4758,8444],[4760,8444],[4762,8444],[4764,8444],[4766,8444],[4768,8444],[4770,8444],[4773,8444],[4775,8444],[4777,8444],[4778,8444],[4781,8444],[4782,6889],[4783,8444],[4785,8444],[4787,8444],[4789,8444],[4791,8444],[4793,8444],[7303,8453],[7304,8453],[7305,8453],[7310,8453],[7452,7484],[7618,8113],[7619,8113],[7621,8113],[7623,8113],[7627,7820],[7628,7820],[7630,8113],[7637,7820],[7639,8113],[7758,7820]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Display-for-TileCoords"],[204,"impl-Debug-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[225,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[565,"impl-Display-for-SendEventError"],[566,"impl-Debug-for-SendEventError"],[567,"impl-Display-for-EventLoopError"],[568,"impl-Debug-for-EventLoopError"],[682,"impl-Display-for-MessageError"],[683,"impl-Debug-for-MessageError"],[685,"impl-Debug-for-SendError"],[686,"impl-Display-for-SendError"],[687,"impl-Debug-for-ProcedureError"],[688,"impl-Display-for-ProcedureError"],[689,"impl-Debug-for-CallError"],[690,"impl-Display-for-CallError"],[943,"impl-Display-for-ScheduleError"],[944,"impl-Debug-for-ScheduleError"],[994,"impl-Display-for-SourceFetchError"],[995,"impl-Debug-for-SourceFetchError"],[997,"impl-From%3CError%3E-for-SourceFetchError"],[999,"impl-From%3CError%3E-for-SourceFetchError"],[1184,"impl-Display-for-MapError"],[1185,"impl-Debug-for-MapError"],[1461,"impl-Debug-for-ProcessRasterError"],[1462,"impl-Display-for-ProcessRasterError"],[2114,"impl-Debug-for-RenderError"],[2115,"impl-Display-for-RenderError"],[2116,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2117,"impl-From%3CHandleError%3E-for-RenderError"],[2118,"impl-From%3CSurfaceError%3E-for-RenderError"],[2119,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2121,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2236,"impl-Debug-for-RenderGraphError"],[2237,"impl-Display-for-RenderGraphError"],[2365,"impl-Debug-for-RunSubGraphError"],[2366,"impl-Display-for-RunSubGraphError"],[2367,"impl-Display-for-OutputSlotError"],[2368,"impl-Debug-for-OutputSlotError"],[2369,"impl-Debug-for-InputSlotError"],[2370,"impl-Display-for-InputSlotError"],[2668,"impl-Display-for-NodeRunError"],[2669,"impl-Debug-for-NodeRunError"],[2676,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2677,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2678,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2682,"impl-From%3CString%3E-for-NodeLabel"],[2683,"impl-From%3CNodeId%3E-for-NodeLabel"],[2684,"impl-From%3C%26str%3E-for-NodeLabel"],[2685,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2848,"impl-Debug-for-SlotType"],[2849,"impl-Display-for-SlotType"],[2853,"impl-From%3CBuffer%3E-for-SlotValue"],[2854,"impl-From%3CSampler%3E-for-SlotValue"],[2855,"impl-From%3CTextureView%3E-for-SlotValue"],[2858,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2859,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2861,"impl-From%3C%26str%3E-for-SlotLabel"],[2862,"impl-From%3Cusize%3E-for-SlotLabel"],[2863,"impl-From%3CString%3E-for-SlotLabel"],[2943,"impl-Display-for-RenderGraphRunnerError"],[2944,"impl-Debug-for-RenderGraphRunnerError"],[3511,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3513,"impl-From%3CTextureView%3E-for-TextureView"],[3793,"impl-Flags-for-Backends"],[3794,"impl-Backends"],[3795,"impl-Flags-for-Features"],[3796,"impl-Features"],[3910,"impl-Octal-for-Backends"],[3911,"impl-UpperHex-for-Backends"],[3912,"impl-LowerHex-for-Backends"],[3913,"impl-Binary-for-Backends"],[3914,"impl-Debug-for-Backends"],[3915,"impl-Binary-for-Features"],[3916,"impl-UpperHex-for-Features"],[3917,"impl-LowerHex-for-Features"],[3918,"impl-Octal-for-Features"],[3919,"impl-Debug-for-Features"],[3934,"impl-Flags-for-Backends"],[3935,"impl-Backends"],[3936,"impl-Flags-for-Features"],[3937,"impl-Features"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23186%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23786%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23330%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4958,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4959,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23762%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4960,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23738%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4961,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23642%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4962,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23882%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4963,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23666%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4964,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23114%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4965,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23858%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4966,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23354%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4967,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4968,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2390%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4969,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23810%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4970,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4971,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23378%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4972,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23714%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4973,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23162%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4974,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4975,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4976,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23402%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4977,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4978,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23210%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4979,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23306%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4980,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23138%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4981,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23282%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4982,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23234%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4983,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4984,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23834%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4985,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2366%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4986,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23258%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4987,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4988,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4989,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23522%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4990,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23690%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4991,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4992,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23431%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4993,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23887%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4994,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23503%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4995,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23791%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4996,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23479%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4997,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23455%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4998,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4999,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23167%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5000,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23335%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5001,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23263%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5002,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5003,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23191%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5004,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23767%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5005,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5006,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23215%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5007,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23239%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23359%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5010,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23287%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5011,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5012,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5013,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23527%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5014,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23383%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5015,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23407%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5016,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23647%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5018,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23815%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5019,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5020,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5021,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23311%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5022,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5023,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23839%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5024,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5025,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23863%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5026,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23785%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23809%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23113%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5066,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23305%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5067,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23257%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5068,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2389%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5069,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23689%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5070,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23233%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5071,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23281%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5072,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5073,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5074,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23761%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5075,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23833%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5076,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23617%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5077,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23881%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5078,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23161%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5079,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23641%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5080,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23377%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5081,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5082,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23665%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5083,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5084,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23713%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5085,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5086,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23497%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5087,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23329%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5088,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5089,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23857%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5090,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23737%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5091,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5092,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23353%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5093,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5094,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5095,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23209%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5096,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5097,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2365%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5098,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23185%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5099,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5100,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23406%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5101,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23358%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5102,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23214%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5103,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23886%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5104,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5105,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23166%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5106,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5107,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23478%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5108,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23766%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5109,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23142%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5110,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5111,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23262%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5112,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5113,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5114,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23382%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5115,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23622%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5116,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23502%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5117,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23430%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5118,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23310%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5119,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23862%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5120,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23838%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5121,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5122,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5123,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23790%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5124,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23334%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5125,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23814%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5126,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23742%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5127,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23286%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5128,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5129,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23238%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5130,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23190%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5131,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5132,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5133,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23454%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5134,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23735%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23807%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23663%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23783%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23279%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23135%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5752,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23303%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5753,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23567%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5754,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23831%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5755,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5756,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23231%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5757,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5758,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23327%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5759,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23855%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5760,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23639%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5761,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23159%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5762,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23615%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5763,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5764,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23447%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5765,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2363%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5766,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23207%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5767,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23111%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5768,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5769,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23711%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5770,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5771,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23591%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5772,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23687%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5773,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23879%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5774,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23183%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5775,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5776,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5777,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5778,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23255%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5779,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5781,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2387%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5782,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23759%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5783,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5784,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23284%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5785,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5786,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5787,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2392%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5788,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23884%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5789,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23788%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5790,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23332%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5791,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5792,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23740%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5793,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23692%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5794,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23716%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5795,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23836%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5796,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23164%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5797,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23428%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5798,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23140%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5799,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23380%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5800,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23188%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5801,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5802,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5803,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23764%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5804,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23404%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5805,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5806,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23116%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5808,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23452%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5809,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23812%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5810,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23308%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5811,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23860%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5812,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23212%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5813,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23260%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5814,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23356%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5815,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23572%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5816,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5817,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5818,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5819,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23236%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5820,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5822,"impl-From%3CColor%3E-for-EncodedSrgb"],[5823,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5824,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5825,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5827,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5828,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5829,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5831,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5836,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5838,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5839,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5840,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5842,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5844,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5846,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5847,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5849,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5851,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5852,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5854,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5855,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5856,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5859,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5860,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5865,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5868,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5869,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5870,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5871,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5876,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5877,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5878,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5880,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5885,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5886,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5888,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5889,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5892,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5893,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5895,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5899,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5900,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5901,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5902,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5904,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5905,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5906,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5908,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5910,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5911,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5912,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5913,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5914,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5916,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5917,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5919,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5920,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5921,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5922,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5924,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5926,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5927,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5928,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5929,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5931,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5932,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5934,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5935,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5936,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5937,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5938,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5939,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5941,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5943,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5944,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5946,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5947,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5948,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5949,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5951,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5952,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5953,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5954,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5955,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5957,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5958,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5960,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5961,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5962,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5963,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5966,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5967,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5968,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23208%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23232%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23352%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23856%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23256%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[6036,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23664%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[6037,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23808%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[6038,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6039,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23688%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[6040,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23304%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[6041,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2364%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6042,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23640%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[6043,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2388%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6044,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23280%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[6045,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23784%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6046,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6047,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6048,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23736%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[6049,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23616%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[6050,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6052,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23880%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[6053,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23760%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[6054,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6055,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6056,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23160%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[6057,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23112%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[6058,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23136%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[6059,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23184%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[6060,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23832%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6061,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23712%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[6062,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23328%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[6063,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6064,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23472%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[6065,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[6066,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23592%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[6067,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[6068,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23141%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6069,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23477%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6070,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6071,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6072,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23237%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6073,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23309%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6074,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6075,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23765%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6076,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6077,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23213%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6078,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6079,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23813%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6080,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23741%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6081,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23885%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6082,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23285%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6083,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23117%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6084,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23189%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6085,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6086,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6087,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6088,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23261%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6089,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23861%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6090,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23357%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6091,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23717%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6092,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23837%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6093,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23333%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6094,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23453%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6095,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23789%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6096,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6097,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6098,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23165%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6099,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23405%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6100,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23381%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6101,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23429%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6102,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6103,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23597%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[7247,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7248,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7842,"impl-Display-for-ProcessVectorError"],[7843,"impl-Debug-for-ProcessVectorError"],[8340,"impl-Debug-for-WindowCreateError"],[8341,"impl-Display-for-WindowCreateError"]],"c":"OjAAAAEAAAAAAAAAEAAAANwO","e":"OzAAAAEAAOAaAQICAAAABAAAAAYAAQAJAAIADQABABAAAAASAAAAFgAAAB0AAQAhAAUAKAAEAC8ACwA+AAIAQgABAEUAAABKAAAATAAyAIEAUQDVAAAA2AAAANwAAQDgAAIA5AAAAOcAAgD0AB4AFQESACkBCgA1AQcAPgEPAE8BMwCEAQAAhgEYAKYBCgC0AQ4AxAEEAMoBAADMAR0A7gETAAMCEAAWAgoAIgIBACUCAwAqAg8APgITAFMCAABYAgAAWwIAAGACAgBkAgMAagIAAGwCAABuAisAmwIYALwCAgDHAh8A6AIBAOsCLQAdAwMAIgMaAD8DCQBLAwEAUgMDAFgDAgBgAyMAhgMdAKUDDAC2AxEAzAMYAOYDAADoAwAA6gMBAO8DHQAPBAAAEQQbADMEHwBVBA4AZgQAAGkEIwCOBBQApQQAAKcEAACrBA8AvAQUANIEAADVBAAA1wQIAOEEAADjBBUA+wQDAAAFBAAGBQUADgUJABkFMABPBQAAVQUYAG8FAABxBQAAcwUYAI0FBQCVBQ0ApAUTAL4FLwD0BSEAGAYMACYGAQApBgQALwYBADIGRQB8BgEAfwYBAIQGLACzBgEAuQYBALwGGgDYBgsA5QYIAPMGAAD1BgAA9wYCAP8GFAAVBwQAGwcAAB0HAAAfBwAAIQcAACMHBQArBzYAawdSAL8HFADaBwIA4wdlAEoIAABMCAsAWQgJAGQIAgBoCAkAdAgAAHYIAgB7CAAAfQgQAJEIAACTCAAAlQgBAJoIAACcCAEApggAAKkIFQDACAkAywgPANwIBwDlCCgAEAksAD4JBQBNCQAAUAkBAFcJEgBrCQAAbQkAAG8JAABxCSUAmAkBAJwJGAC7CRYA2QkMAPAJAADyCQEA9gkHAAQKAgALCgAADQoIABoKAgAgCgAAIgoAACQKAAAnCigAUQoFAFoKFgB1CgIAewoDAIMKAACFCgEAigoBAJMKFACpCgcAsgoAALQKAAC5CgIAvwoZANoKBgDnCgEA8go2ACsLAQAuCwIAMgsAADwLDQBLCwQAUgsBAFULLACECwAAhwstALcLAAC6CyAA3wsRAPILAgD3CwAA+gsBAP0LEQAQDAQAGAwAABwMDQArDAAALgwRAEEMAQBFDAAARwwKAFQMAABZDAoAZQwAAGcMCgBzDAYAewwAAH4MAACBDAEAhQwAAIcMAACMDAAAkAwCAJYMAACYDAMAnQwAAJ8MAQCiDAIAqQwAAKwMBACzDAAAtgwLAMMMAADHDA4A1wwBANsMAADdDAMA5QwDAOwMAADuDAYA9gwFAP0MCQAJDQYAFg0LACYNMQBdDQYAaQ09AKgNAACrDQsAuA0AALoNAQC+DQkAyQ0QANwNAgDhDQwA7w0BAPINBAD+DQMAAw4AAAcOAAAPDgMAQg4BAGcOAACVDgAArA4bAMkOAADSDgAA1A4AAN0OEQDxDhEADA8IABgPCAAjDwkALw8TAEYPDABUDwAAXw8AAGEPAABtDwQAgQ8cAKcPAACpDwgA2Q8AAN0PAADyDwgA/Q8aABoQCAAnEGIAnhBtAA4RAAAREQAAExEFABsREAAuEQkAOREBAD0RAQBBEQAARxEtAHoRBACEETwAwhELANARAADVESIA+xEFAAISAgAGEg0AFxIAABsSBAAhEgAAJxIPADgSAAA8EgAAQhIAAEYSBwBPEgIAUxIBAFYSAgBbEg4AfRIAAIASAAClEgAArRIAAMAScwFGFE0AmBRyAA0VIwA5FVsBlhYZALEWDAC/FgMAxBYCAMgWAgDMFgEAzxYCANMWBQDaFgAA3BYBAN8WAwDkFgMA6RYBAOwWBADyFgAA9BYDAPkWAQD8FgMAARcBAAQXAgAIFwEACxcEABEXAgAVFwAAFxcEAB0XAQAgFwMAJRcAACcXAwAsFwEALxcFADYXAAA4FwEAOxcDAEAXBABGFwEASRcDAE8XAgBnFyYAkBcTAKUXMwDcFwEA4BcAAOIXAADkFwEA6BcAAOoXAADsFwEA7xcAAPIXAQD2FwEA+hcBAP4XAQABGAAABBgAAAYYAAAIGAAAChgAAAwYAQAPGAAAEhgBABYYAQAZGAAAGxgAAB4YAAAgGAEAIxh0AJkYJgDIGCcA8hgAAAkZAAALGZsAqBkmANEZAADiGQQA6BkCAOwZLwAhGgIAKRpPAH0aHgCfGgAAoRoGAKkaBQCwGg8AxhoLANQaAwDZGhAA6xoKAPgaIgAfGyMARBsAAEgbAABKGwYAUhsBAFUbCgBhGwAAYxsFAGobAABsGwQAchsIAHwbBQCDGwAAhRsCAIkbDgCaGxQAsBsgANIbBADaGwEA4RsBAOgbDAD2GysAJBwKADIcDwBDHAAARRwAAEgcEwBeHAAAYRwKAG4cGQCLHAMAkBwJAJwcGQC3HBAAzBwFANkcAADbHAAA3RwAAOIcCwDvHAMA9BwDAPocAAD+HA4ADx0DABQdBAAbHQEAHh0LACsdAQAuHQMAMx0AADUdBwA+HQYARx0LAFQdBQBeHRUAdR0PAIsdAACNHQAAkh0QAKUdAACsHQAArx0SAMMdCgDPHQYA1x03ABAeAAAYHgIAIh4tAFMeAABVHiEAeB4GAIEeCwCOHgEAkh4SAKseLwDfHhgA+h4LAAcfAQAKHwoAFx80AFIfCgBlH6AAByAEABIgAQAVIAEAGSAAABsgAAAeIEkAaSAAAGsgAABuICoAnCAJAKkgJgA="}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js index 7875f009d..1e30e3e96 100644 --- a/docs/api/trait.impl/serde/de/trait.Deserialize.js +++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"maplibre":[["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for OffscreenKernelConfig"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for Style"]] +"maplibre":[["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for OffscreenKernelConfig"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["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/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js index 06dca7fbc..7c1ce98e3 100644 --- a/docs/api/trait.impl/serde/ser/trait.Serialize.js +++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"maplibre":[["impl Serialize for Input"],["impl Serialize for LayerPaint"],["impl Serialize for RasterResampling"],["impl Serialize for Source"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for OffscreenKernelConfig"],["impl Serialize for BackgroundPaint"],["impl Serialize for FillPaint"],["impl Serialize for LinePaint"],["impl Serialize for StyleLayer"],["impl Serialize for RasterLayer"],["impl Serialize for VectorSource"],["impl Serialize for Style"]] +"maplibre":[["impl Serialize for Input"],["impl Serialize for LayerPaint"],["impl Serialize for RasterResampling"],["impl Serialize for Source"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for OffscreenKernelConfig"],["impl Serialize for BackgroundPaint"],["impl Serialize for FillPaint"],["impl Serialize for LinePaint"],["impl Serialize for StyleLayer"],["impl Serialize for RasterLayer"],["impl Serialize for VectorSource"],["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/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js index b182a66c4..5daf6a07f 100644 --- a/docs/api/type.impl/alloc/boxed/struct.Box.js +++ b/docs/api/type.impl/alloc/boxed/struct.Box.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"maplibre":[["
1.64.0 · source§

impl<T> AsFd for Box<T>
where\n T: AsFd + ?Sized,

source§

fn as_fd(&self) -> BorrowedFd<'_>

Borrows the file descriptor. Read more
","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.5.0 · source§

impl<T, A> AsMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_mut(&mut self) -> &mut T

Converts this type into a mutable reference of the (usually inferred) input type.
","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.63.0 · source§

impl<T> AsRawFd for Box<T>
where\n T: AsRawFd,

source§

fn as_raw_fd(&self) -> i32

Extracts the raw file descriptor. Read more
","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.5.0 · source§

impl<T, A> AsRef<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_ref(&self) -> &T

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<Args, F, A> AsyncFn<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn async_call(\n &self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFn, returning a future which may borrow from the called closure.
","AsyncFn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<Args, F, A> AsyncFnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnMut<Args> + ?Sized,\n A: Allocator,

§

type CallRefFuture<'a> = <F as AsyncFnMut<Args>>::CallRefFuture<'a>\nwhere\n Box<F, A>: 'a

🔬This is a nightly-only experimental API. (async_fn_traits)
source§

extern "rust-call" fn async_call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnMut, returning a future which may borrow from the called closure.
","AsyncFnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<Args, F, A> AsyncFnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as AsyncFnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (async_fn_traits)
Output type of the called closure’s future.
§

type CallOnceFuture = <F as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Future returned by AsyncFnOnce::async_call_once.
source§

extern "rust-call" fn async_call_once(\n self,\n args: Args\n) -> <Box<F, A> as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnOnce, returning a future which may move out of the called closure.
","AsyncFnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<S> AsyncIterator for Box<S>
where\n S: AsyncIterator + Unpin + ?Sized,

§

type Item = <S as AsyncIterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>

🔬This is a nightly-only experimental API. (async_iterator)
Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

🔬This is a nightly-only experimental API. (async_iterator)
Returns the bounds on the remaining length of the async iterator. Read more
","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

Attempts to read from the AsyncRead into buf. Read more
","AsyncRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into buf. Read more
§

fn poll_read_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
","AsyncRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn poll_seek(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

Attempt to seek to an offset, in bytes, in a stream. Read more
","AsyncSeek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn start_seek(self: Pin<&mut Box<T>>, pos: SeekFrom) -> Result<(), Error>

Attempts to seek to an offset, in bytes, in a stream. Read more
§

fn poll_complete(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

Waits for a seek operation to complete. Read more
","AsyncSeek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_close(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to close the object. Read more
","AsyncWrite","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers. Read more
§

fn is_write_vectored(&self) -> bool

Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
","AsyncWrite","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Body for Box<T>
where\n T: Body + Unpin + ?Sized,

§

type Data = <T as Body>::Data

Values yielded by the Body.
§

type Error = <T as Body>::Error

The error type this Body might generate.
§

fn poll_frame(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<Frame<<Box<T> as Body>::Data>, <Box<T> as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
","Body","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.1.0 · source§

impl<T, A> Borrow<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.1.0 · source§

impl<T, A> BorrowMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Box<T>

1.0.0 · source

pub fn new(x: T) -> Box<T>

Allocates memory on the heap and then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
let five = Box::new(5);
\n
source

pub fn new_uninit() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new box with uninitialized contents.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn new_zeroed() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
1.33.0 · source

pub fn pin(x: T) -> Pin<Box<T>>

Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.

\n
source

pub fn try_new(x: T) -> Result<Box<T>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\n
source

pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Box<T>
where\n T: ?Sized,

1.4.0 · source

pub unsafe fn from_raw(raw: *mut T) -> Box<T>

Constructs a box from a raw pointer.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n

The safety conditions are described in the memory layout section.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:

\n\n
let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manually create a Box from scratch by using the global allocator:

\n\n
use std::alloc::{alloc, Layout};\n\nunsafe {\n    let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw(ptr);\n}
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,

source

pub fn new_in(x: T, alloc: A) -> Box<T, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\n
source

pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\n
source

pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
source

pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
source

pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>
where\n A: 'static + Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.

\n
source

pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>

🔬This is a nightly-only experimental API. (box_into_boxed_slice)

Converts a Box<T> into a Box<[T]>

\n

This conversion does not allocate on the heap and happens in place.

\n
source

pub fn into_inner(boxed: Box<T, A>) -> T

🔬This is a nightly-only experimental API. (box_into_inner)

Consumes the Box, returning the wrapped value.

\n
§Examples
\n
#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,\n T: ?Sized,

const: unstable · source

pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a box from a raw pointer in the given allocator.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manually create a Box from scratch by using the system allocator:

\n\n
#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n    let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw_in(ptr, System);\n}
\n
1.4.0 · source

pub fn into_raw(b: Box<T, A>) -> *mut T

Consumes the Box, returning a wrapped raw pointer.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
use std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\n

Note: This is equivalent to the following:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    drop(Box::from_raw(ptr));\n}
\n
source

pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)

🔬This is a nightly-only experimental API. (allocator_api)

Consumes the Box, returning a wrapped raw pointer and the allocator.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    let non_null = NonNull::new_unchecked(ptr);\n    alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\n
const: unstable · source

pub fn allocator(b: &Box<T, A>) -> &A

🔬This is a nightly-only experimental API. (allocator_api)

Returns a reference to the underlying allocator.

\n

Note: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
1.26.0 · source

pub fn leak<'a>(b: Box<T, A>) -> &'a mut T
where\n A: 'a,

Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.

\n

This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.

\n

Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Simple usage:

\n\n
let x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\n

Unsized data:

\n\n
let x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n
1.63.0 (const: unstable) · source

pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>
where\n A: 'static,

Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

\n

This conversion does not allocate on the heap and happens in place.

\n

This is also available via From.

\n

Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

\n
§Notes
\n

It’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.

\n\n
struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n    fn from(_: Box<()>) -> Pin<Foo> {\n        Pin::new(Foo)\n    }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Buf for Box<T>
where\n T: Buf + ?Sized,

§

fn remaining(&self) -> usize

Returns the number of bytes between the current position and the end of\nthe buffer. Read more
§

fn chunk(&self) -> &[u8]

Returns a slice starting at the current position and of length between 0\nand Buf::remaining(). Note that this can return shorter slice (this allows\nnon-continuous internal representation). Read more
§

fn chunks_vectored<'b>(&'b self, dst: &mut [IoSlice<'b>]) -> usize

Fills dst with potentially multiple slices starting at self’s\ncurrent position. Read more
§

fn advance(&mut self, cnt: usize)

Advance the internal cursor of the Buf Read more
§

fn has_remaining(&self) -> bool

Returns true if there are any more bytes to consume Read more
§

fn copy_to_slice(&mut self, dst: &mut [u8])

Copies bytes from self into dst. Read more
§

fn get_u8(&mut self) -> u8

Gets an unsigned 8 bit integer from self. Read more
§

fn get_i8(&mut self) -> i8

Gets a signed 8 bit integer from self. Read more
§

fn get_u16(&mut self) -> u16

Gets an unsigned 16 bit integer from self in big-endian byte order. Read more
§

fn get_u16_le(&mut self) -> u16

Gets an unsigned 16 bit integer from self in little-endian byte order. Read more
§

fn get_u16_ne(&mut self) -> u16

Gets an unsigned 16 bit integer from self in native-endian byte order. Read more
§

fn get_i16(&mut self) -> i16

Gets a signed 16 bit integer from self in big-endian byte order. Read more
§

fn get_i16_le(&mut self) -> i16

Gets a signed 16 bit integer from self in little-endian byte order. Read more
§

fn get_i16_ne(&mut self) -> i16

Gets a signed 16 bit integer from self in native-endian byte order. Read more
§

fn get_u32(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the big-endian byte order. Read more
§

fn get_u32_le(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the little-endian byte order. Read more
§

fn get_u32_ne(&mut self) -> u32

Gets an unsigned 32 bit integer from self in native-endian byte order. Read more
§

fn get_i32(&mut self) -> i32

Gets a signed 32 bit integer from self in big-endian byte order. Read more
§

fn get_i32_le(&mut self) -> i32

Gets a signed 32 bit integer from self in little-endian byte order. Read more
§

fn get_i32_ne(&mut self) -> i32

Gets a signed 32 bit integer from self in native-endian byte order. Read more
§

fn get_u64(&mut self) -> u64

Gets an unsigned 64 bit integer from self in big-endian byte order. Read more
§

fn get_u64_le(&mut self) -> u64

Gets an unsigned 64 bit integer from self in little-endian byte order. Read more
§

fn get_u64_ne(&mut self) -> u64

Gets an unsigned 64 bit integer from self in native-endian byte order. Read more
§

fn get_i64(&mut self) -> i64

Gets a signed 64 bit integer from self in big-endian byte order. Read more
§

fn get_i64_le(&mut self) -> i64

Gets a signed 64 bit integer from self in little-endian byte order. Read more
§

fn get_i64_ne(&mut self) -> i64

Gets a signed 64 bit integer from self in native-endian byte order. Read more
§

fn get_uint(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in big-endian byte order. Read more
§

fn get_uint_le(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in little-endian byte order. Read more
§

fn get_uint_ne(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in native-endian byte order. Read more
§

fn get_int(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in big-endian byte order. Read more
§

fn get_int_le(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in little-endian byte order. Read more
§

fn get_int_ne(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in native-endian byte order. Read more
§

fn copy_to_bytes(&mut self, len: usize) -> Bytes

Consumes len bytes inside self and returns new instance of Bytes\nwith this data. Read more
§

fn get_u128(&mut self) -> u128

Gets an unsigned 128 bit integer from self in big-endian byte order. Read more
§

fn get_u128_le(&mut self) -> u128

Gets an unsigned 128 bit integer from self in little-endian byte order. Read more
§

fn get_u128_ne(&mut self) -> u128

Gets an unsigned 128 bit integer from self in native-endian byte order. Read more
§

fn get_i128(&mut self) -> i128

Gets a signed 128 bit integer from self in big-endian byte order. Read more
§

fn get_i128_le(&mut self) -> i128

Gets a signed 128 bit integer from self in little-endian byte order. Read more
§

fn get_i128_ne(&mut self) -> i128

Gets a signed 128 bit integer from self in native-endian byte order. Read more
§

fn get_f32(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f32_le(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f32_ne(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn get_f64(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f64_le(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f64_ne(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn take(self, limit: usize) -> Take<Self>
where\n Self: Sized,

Creates an adaptor which will read at most limit bytes from self. Read more
§

fn chain<U>(self, next: U) -> Chain<Self, U>
where\n U: Buf,\n Self: Sized,

Creates an adaptor which will chain this buffer with another. Read more
§

fn reader(self) -> Reader<Self>
where\n Self: Sized,

Creates an adaptor which implements the Read trait for self. Read more
","Buf","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> BufMut for Box<T>
where\n T: BufMut + ?Sized,

§

fn remaining_mut(&self) -> usize

Returns the number of bytes that can be written from the current\nposition until the end of the buffer is reached. Read more
§

fn chunk_mut(&mut self) -> &mut UninitSlice

Returns a mutable slice starting at the current BufMut position and of\nlength between 0 and BufMut::remaining_mut(). Note that this can be shorter than the\nwhole remainder of the buffer (this allows non-continuous implementation). Read more
§

unsafe fn advance_mut(&mut self, cnt: usize)

Advance the internal cursor of the BufMut Read more
§

fn put_slice(&mut self, src: &[u8])

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_u8(&mut self, n: u8)

Writes an unsigned 8 bit integer to self. Read more
§

fn put_i8(&mut self, n: i8)

Writes a signed 8 bit integer to self. Read more
§

fn put_u16(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in big-endian byte order. Read more
§

fn put_u16_le(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in little-endian byte order. Read more
§

fn put_u16_ne(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in native-endian byte order. Read more
§

fn put_i16(&mut self, n: i16)

Writes a signed 16 bit integer to self in big-endian byte order. Read more
§

fn put_i16_le(&mut self, n: i16)

Writes a signed 16 bit integer to self in little-endian byte order. Read more
§

fn put_i16_ne(&mut self, n: i16)

Writes a signed 16 bit integer to self in native-endian byte order. Read more
§

fn put_u32(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in big-endian byte order. Read more
§

fn put_u32_le(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in little-endian byte order. Read more
§

fn put_u32_ne(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in native-endian byte order. Read more
§

fn put_i32(&mut self, n: i32)

Writes a signed 32 bit integer to self in big-endian byte order. Read more
§

fn put_i32_le(&mut self, n: i32)

Writes a signed 32 bit integer to self in little-endian byte order. Read more
§

fn put_i32_ne(&mut self, n: i32)

Writes a signed 32 bit integer to self in native-endian byte order. Read more
§

fn put_u64(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in the big-endian byte order. Read more
§

fn put_u64_le(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in little-endian byte order. Read more
§

fn put_u64_ne(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in native-endian byte order. Read more
§

fn put_i64(&mut self, n: i64)

Writes a signed 64 bit integer to self in the big-endian byte order. Read more
§

fn put_i64_le(&mut self, n: i64)

Writes a signed 64 bit integer to self in little-endian byte order. Read more
§

fn put_i64_ne(&mut self, n: i64)

Writes a signed 64 bit integer to self in native-endian byte order. Read more
§

fn has_remaining_mut(&self) -> bool

Returns true if there is space in self for more bytes. Read more
§

fn put<T>(&mut self, src: T)
where\n T: Buf,\n Self: Sized,

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_bytes(&mut self, val: u8, cnt: usize)

Put cnt bytes val into self. Read more
§

fn put_u128(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in the big-endian byte order. Read more
§

fn put_u128_le(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in little-endian byte order. Read more
§

fn put_u128_ne(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in native-endian byte order. Read more
§

fn put_i128(&mut self, n: i128)

Writes a signed 128 bit integer to self in the big-endian byte order. Read more
§

fn put_i128_le(&mut self, n: i128)

Writes a signed 128 bit integer to self in little-endian byte order. Read more
§

fn put_i128_ne(&mut self, n: i128)

Writes a signed 128 bit integer to self in native-endian byte order. Read more
§

fn put_uint(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in big-endian byte order. Read more
§

fn put_uint_le(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the little-endian byte order. Read more
§

fn put_uint_ne(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the native-endian byte order. Read more
§

fn put_int(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in big-endian byte order. Read more
§

fn put_int_le(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in little-endian byte order. Read more
§

fn put_int_ne(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in native-endian byte order. Read more
§

fn put_f32(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f32_le(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f32_ne(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn put_f64(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f64_le(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f64_ne(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn limit(self, limit: usize) -> Limit<Self>
where\n Self: Sized,

Creates an adaptor which can write at most limit bytes to self. Read more
§

fn writer(self) -> Writer<Self>
where\n Self: Sized,

Creates an adaptor which implements the Write trait for self. Read more
§

fn chain_mut<U>(self, next: U) -> Chain<Self, U>
where\n U: BufMut,\n Self: Sized,

Creates an adapter which will chain this buffer with another. Read more
","BufMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<B> BufRead for Box<B>
where\n B: BufRead + ?Sized,

source§

fn fill_buf(&mut self) -> Result<&[u8], Error>

Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
source§

fn consume(&mut self, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read more
source§

fn read_until(&mut self, byte: u8, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes into buf until the delimiter byte or EOF is reached. Read more
source§

fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read more
source§

fn has_data_left(&mut self) -> Result<bool, Error>

🔬This is a nightly-only experimental API. (buf_read_has_data_left)
Check if the underlying Read has any data left to be read. Read more
source§

fn skip_until(&mut self, byte: u8) -> Result<usize, Error>

🔬This is a nightly-only experimental API. (bufread_skip_until)
Skip all bytes until the delimiter byte or EOF is reached. Read more
1.0.0 · source§

fn split(self, byte: u8) -> Split<Self>
where\n Self: Sized,

Returns an iterator over the contents of this reader split on the byte\nbyte. Read more
1.0.0 · source§

fn lines(self) -> Lines<Self>
where\n Self: Sized,

Returns an iterator over the lines of this reader. Read more
","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Clone for Box<T, A>
where\n T: Clone,\n A: Allocator + Clone,

source§

fn clone(&self) -> Box<T, A>

Returns a new box with a clone() of this box’s contents.

\n
§Examples
\n
let x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\n
source§

fn clone_from(&mut self, source: &Box<T, A>)

Copies source’s contents into self without creating a new allocation.

\n
§Examples
\n
let x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n
","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl Clone for Box<dyn StageLabel>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","maplibre::schedule::BoxedStageLabel"],["
source§

impl<G, R, A> Coroutine<R> for Box<G, A>
where\n G: Coroutine<R> + Unpin + ?Sized,\n A: Allocator,

§

type Yield = <G as Coroutine<R>>::Yield

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine yields. Read more
§

type Return = <G as Coroutine<R>>::Return

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine returns. Read more
source§

fn resume(\n self: Pin<&mut Box<G, A>>,\n arg: R\n) -> CoroutineState<<Box<G, A> as Coroutine<R>>::Yield, <Box<G, A> as Coroutine<R>>::Return>

🔬This is a nightly-only experimental API. (coroutine_trait)
Resumes the execution of this coroutine. Read more
","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Cross for Box<T>
where\n T: Cross,

§

type Scalar = <T as Cross>::Scalar

Scalar used the coordinates.
§

fn line(&self) -> LineOrPoint<<Box<T> as Cross>::Scalar>

The geometry associated with this type. Use a Line with the\nstart and end coordinates to represent a point.
","Cross","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Debug for Box<T, A>
where\n T: Debug + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T> Default for Box<T>
where\n T: Default,

source§

fn default() -> Box<T>

Creates a Box<T>, with the Default value for T.

\n
","Default","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Deref for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.
","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> DerefMut for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn deref_mut(&mut self) -> &mut T

Mutably dereferences the value.
","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<'de, T> Deserialize<'de> for Box<T>
where\n T: Deserialize<'de>,

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<'de, T, U> DeserializeAs<'de, Box<T>> for Box<U>
where\n U: DeserializeAs<'de, T>,

source§

fn deserialize_as<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer.
","DeserializeAs<'de, Box>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Display for Box<T, A>
where\n T: Display + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<I, A> DoubleEndedIterator for Box<I, A>
where\n I: DoubleEndedIterator + ?Sized,\n A: Allocator,

source§

fn next_back(&mut self) -> Option<<I as Iterator>::Item>

Removes and returns an element from the end of the iterator. Read more
source§

fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element from the end of the iterator. Read more
source§

fn advance_back_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator from the back by n elements. Read more
1.27.0 · source§

fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more
1.27.0 · source§

fn rfold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

An iterator method that reduces the iterator’s elements to a single,\nfinal value, starting from the back. Read more
1.27.0 · source§

fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator from the back that satisfies a predicate. Read more
","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Drop for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.8.0 · source§

impl<T> Error for Box<T>
where\n T: Error,

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
source§

fn provide<'b>(&'b self, request: &mut Request<'b>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<I, A> ExactSizeIterator for Box<I, A>
where\n I: ExactSizeIterator + ?Sized,\n A: Allocator,

source§

fn len(&self) -> usize

Returns the exact remaining length of the iterator. Read more
source§

fn is_empty(&self) -> bool

🔬This is a nightly-only experimental API. (exact_size_is_empty)
Returns true if the iterator is empty. Read more
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.35.0 · source§

impl<Args, F, A> Fn<Args> for Box<F, A>
where\n Args: Tuple,\n F: Fn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call(\n &self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.35.0 · source§

impl<Args, F, A> FnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnMut<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.35.0 · source§

impl<Args, F, A> FnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as FnOnce<Args>>::Output

The returned type after the call operator is used.
source§

extern "rust-call" fn call_once(\n self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.6.0 · source§

impl<T> From<T> for Box<T>

source§

fn from(t: T) -> Box<T>

Converts a T into a Box<T>

\n

The conversion allocates on the heap and moves t\nfrom the stack into it.

\n
§Examples
\n
let x = 5;\nlet boxed = Box::new(5);\n\nassert_eq!(Box::from(x), boxed);
\n
","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<F> FusedFuture for Box<F>
where\n F: FusedFuture + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the underlying future should no longer be polled.
","FusedFuture","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S> FusedStream for Box<S>
where\n S: FusedStream + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the stream should no longer be polled.
","FusedStream","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.36.0 · source§

impl<F, A> Future for Box<F, A>
where\n F: Future + Unpin + ?Sized,\n A: Allocator,

§

type Output = <F as Future>::Output

The type of value produced on completion.
source§

fn poll(\n self: Pin<&mut Box<F, A>>,\n cx: &mut Context<'_>\n) -> Poll<<Box<F, A> as Future>::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<H> HasDisplayHandle for Box<H>
where\n H: HasDisplayHandle + ?Sized,

§

fn display_handle(&self) -> Result<DisplayHandle<'_>, HandleError>

Get a handle to the display controller of the windowing system.
","HasDisplayHandle","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<H> HasWindowHandle for Box<H>
where\n H: HasWindowHandle + ?Sized,

§

fn window_handle(&self) -> Result<WindowHandle<'_>, HandleError>

Get a handle to the window.
","HasWindowHandle","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Hash for Box<T, A>
where\n T: Hash + ?Sized,\n A: Allocator,

source§

fn hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.22.0 · source§

impl<T, A> Hasher for Box<T, A>
where\n T: Hasher + ?Sized,\n A: Allocator,

source§

fn finish(&self) -> u64

Returns the hash value for the values written so far. Read more
source§

fn write(&mut self, bytes: &[u8])

Writes some data into this Hasher. Read more
source§

fn write_u8(&mut self, i: u8)

Writes a single u8 into this hasher.
source§

fn write_u16(&mut self, i: u16)

Writes a single u16 into this hasher.
source§

fn write_u32(&mut self, i: u32)

Writes a single u32 into this hasher.
source§

fn write_u64(&mut self, i: u64)

Writes a single u64 into this hasher.
source§

fn write_u128(&mut self, i: u128)

Writes a single u128 into this hasher.
source§

fn write_usize(&mut self, i: usize)

Writes a single usize into this hasher.
source§

fn write_i8(&mut self, i: i8)

Writes a single i8 into this hasher.
source§

fn write_i16(&mut self, i: i16)

Writes a single i16 into this hasher.
source§

fn write_i32(&mut self, i: i32)

Writes a single i32 into this hasher.
source§

fn write_i64(&mut self, i: i64)

Writes a single i64 into this hasher.
source§

fn write_i128(&mut self, i: i128)

Writes a single i128 into this hasher.
source§

fn write_isize(&mut self, i: isize)

Writes a single isize into this hasher.
source§

fn write_length_prefix(&mut self, len: usize)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a length prefix into this hasher, as part of being prefix-free. Read more
source§

fn write_str(&mut self, s: &str)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a single str into this hasher. Read more
","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> ImageDecoder for Box<T>
where\n T: ImageDecoder + ?Sized,

§

fn dimensions(&self) -> (u32, u32)

Returns a tuple containing the width and height of the image
§

fn color_type(&self) -> ColorType

Returns the color type of the image data produced by this decoder
§

fn original_color_type(&self) -> ExtendedColorType

Returns the color type of the image file before decoding
§

fn icc_profile(&mut self) -> Result<Option<Vec<u8>>, ImageError>

Returns the ICC color profile embedded in the image, or Ok(None) if the image does not have one. Read more
§

fn total_bytes(&self) -> u64

Returns the total number of bytes in the decoded image. Read more
§

fn read_image(self, buf: &mut [u8]) -> Result<(), ImageError>
where\n Box<T>: Sized,

Returns all the bytes in the image. Read more
§

fn read_image_boxed(self: Box<Box<T>>, buf: &mut [u8]) -> Result<(), ImageError>

Use read_image instead; this method is an implementation detail needed so the trait can\nbe object safe. Read more
§

fn set_limits(&mut self, limits: Limits) -> Result<(), ImageError>

Set the decoder to have the specified limits. See Limits for the different kinds of\nlimits that is possible to set. Read more
","ImageDecoder","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<I, A> Iterator for Box<I, A>
where\n I: Iterator + ?Sized,\n A: Allocator,

§

type Item = <I as Iterator>::Item

The type of the elements being iterated over.
source§

fn next(&mut self) -> Option<<I as Iterator>::Item>

Advances the iterator and returns the next value. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the iterator. Read more
source§

fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element of the iterator. Read more
source§

fn last(self) -> Option<<I as Iterator>::Item>

Consumes the iterator, returning the last element. Read more
source§

fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_next_chunk)
Advances the iterator and returns an array containing the next N values. Read more
1.0.0 · source§

fn count(self) -> usize
where\n Self: Sized,

Consumes the iterator, counting the number of iterations and returning it. Read more
source§

fn advance_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator by n elements. Read more
1.28.0 · source§

fn step_by(self, step: usize) -> StepBy<Self>
where\n Self: Sized,

Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more
1.0.0 · source§

fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator<Item = Self::Item>,

Takes two iterators and creates a new iterator over both in sequence. Read more
1.0.0 · source§

fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator,

‘Zips up’ two iterators into a single iterator of pairs. Read more
source§

fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
where\n Self: Sized,\n G: FnMut() -> Self::Item,

🔬This is a nightly-only experimental API. (iter_intersperse)
Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more
1.0.0 · source§

fn map<B, F>(self, f: F) -> Map<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> B,

Takes a closure and creates an iterator which calls that closure on each\nelement. Read more
1.21.0 · source§

fn for_each<F>(self, f: F)
where\n Self: Sized,\n F: FnMut(Self::Item),

Calls a closure on each element of an iterator. Read more
1.0.0 · source§

fn filter<P>(self, predicate: P) -> Filter<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more
1.0.0 · source§

fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both filters and maps. Read more
1.0.0 · source§

fn enumerate(self) -> Enumerate<Self>
where\n Self: Sized,

Creates an iterator which gives the current iteration count as well as\nthe next value. Read more
1.0.0 · source§

fn peekable(self) -> Peekable<Self>
where\n Self: Sized,

Creates an iterator which can use the peek and peek_mut methods\nto look at the next element of the iterator without consuming it. See\ntheir documentation for more information. Read more
1.0.0 · source§

fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that skips elements based on a predicate. Read more
1.0.0 · source§

fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that yields elements based on a predicate. Read more
1.57.0 · source§

fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
where\n Self: Sized,\n P: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both yields elements based on a predicate and maps. Read more
1.0.0 · source§

fn skip(self, n: usize) -> Skip<Self>
where\n Self: Sized,

Creates an iterator that skips the first n elements. Read more
1.0.0 · source§

fn take(self, n: usize) -> Take<Self>
where\n Self: Sized,

Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more
1.0.0 · source§

fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F>
where\n Self: Sized,\n F: FnMut(&mut St, Self::Item) -> Option<B>,

An iterator adapter which, like fold, holds internal state, but\nunlike fold, produces a new iterator. Read more
1.0.0 · source§

fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
where\n Self: Sized,\n U: IntoIterator,\n F: FnMut(Self::Item) -> U,

Creates an iterator that works like map, but flattens nested structure. Read more
source§

fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
where\n Self: Sized,\n F: FnMut(&[Self::Item; N]) -> R,

🔬This is a nightly-only experimental API. (iter_map_windows)
Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more
1.0.0 · source§

fn fuse(self) -> Fuse<Self>
where\n Self: Sized,

Creates an iterator which ends after the first None. Read more
1.0.0 · source§

fn inspect<F>(self, f: F) -> Inspect<Self, F>
where\n Self: Sized,\n F: FnMut(&Self::Item),

Does something with each element of an iterator, passing the value on. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Borrows an iterator, rather than consuming it. Read more
1.0.0 · source§

fn collect<B>(self) -> B
where\n B: FromIterator<Self::Item>,\n Self: Sized,

Transforms an iterator into a collection. Read more
source§

fn collect_into<E>(self, collection: &mut E) -> &mut E
where\n E: Extend<Self::Item>,\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_collect_into)
Collects all the items from an iterator into a collection. Read more
1.0.0 · source§

fn partition<B, F>(self, f: F) -> (B, B)
where\n Self: Sized,\n B: Default + Extend<Self::Item>,\n F: FnMut(&Self::Item) -> bool,

Consumes an iterator, creating two collections from it. Read more
source§

fn is_partitioned<P>(self, predicate: P) -> bool
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_is_partitioned)
Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more
1.27.0 · source§

fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more
1.27.0 · source§

fn try_for_each<F, R>(&mut self, f: F) -> R
where\n Self: Sized,\n F: FnMut(Self::Item) -> R,\n R: Try<Output = ()>,

An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more
1.0.0 · source§

fn fold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more
1.51.0 · source§

fn reduce<F>(self, f: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> Self::Item,

Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read more
source§

fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> R,\n R: Try<Output = Self::Item>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (iterator_try_reduce)
Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more
1.0.0 · source§

fn all<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if every element of the iterator matches a predicate. Read more
1.0.0 · source§

fn any<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if any element of the iterator matches a predicate. Read more
1.0.0 · source§

fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator that satisfies a predicate. Read more
1.30.0 · source§

fn find_map<B, F>(&mut self, f: F) -> Option<B>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Applies function to the elements of iterator and returns\nthe first non-none result. Read more
source§

fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
where\n Self: Sized,\n F: FnMut(&Self::Item) -> R,\n R: Try<Output = bool>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (try_find)
Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more
1.0.0 · source§

fn position<P>(&mut self, predicate: P) -> Option<usize>
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

Searches for an element in an iterator, returning its index. Read more
1.6.0 · source§

fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the maximum value from the\nspecified function. Read more
1.15.0 · source§

fn max_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more
1.6.0 · source§

fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the minimum value from the\nspecified function. Read more
1.15.0 · source§

fn min_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more
1.0.0 · source§

fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
where\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n Self: Sized + Iterator<Item = (A, B)>,

Converts an iterator of pairs into a pair of containers. Read more
1.36.0 · source§

fn copied<'a, T>(self) -> Copied<Self>
where\n T: 'a + Copy,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which copies all of its elements. Read more
1.0.0 · source§

fn cloned<'a, T>(self) -> Cloned<Self>
where\n T: 'a + Clone,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which clones all of its elements. Read more
source§

fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_array_chunks)
Returns an iterator over N elements of the iterator at a time. Read more
1.11.0 · source§

fn sum<S>(self) -> S
where\n Self: Sized,\n S: Sum<Self::Item>,

Sums the elements of an iterator. Read more
1.11.0 · source§

fn product<P>(self) -> P
where\n Self: Sized,\n P: Product<Self::Item>,

Iterates over the entire iterator, multiplying all the elements Read more
source§

fn cmp_by<I, F>(self, other: I, cmp: F) -> Ordering
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn partial_cmp<I>(self, other: I) -> Option<Ordering>
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read more
source§

fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn eq<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are equal to those of\nanother. Read more
source§

fn eq_by<I, F>(self, other: I, eq: F) -> bool
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_order_by)
Determines if the elements of this Iterator are equal to those of\nanother with respect to the specified equality function. Read more
1.5.0 · source§

fn ne<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are not equal to those of\nanother. Read more
1.5.0 · source§

fn lt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more
1.5.0 · source§

fn le<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more
1.5.0 · source§

fn gt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more
1.5.0 · source§

fn ge<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read more
source§

fn is_sorted_by<F>(self, compare: F) -> bool
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> bool,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given comparator function. Read more
source§

fn is_sorted_by_key<F, K>(self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> K,\n K: PartialOrd,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more
","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<Sp> LocalSpawn for Box<Sp>
where\n Sp: LocalSpawn + ?Sized,

§

fn spawn_local_obj(\n &self,\n future: LocalFutureObj<'static, ()>\n) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status_local(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","LocalSpawn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Log for Box<T>
where\n T: Log + ?Sized,

source§

fn enabled(&self, metadata: &Metadata<'_>) -> bool

Determines if a log message with the specified metadata would be\nlogged. Read more
source§

fn log(&self, record: &Record<'_>)

Logs the Record. Read more
source§

fn flush(&self)

Flushes any buffered records. Read more
","Log","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<M> Message for Box<M>
where\n M: Message,

source§

fn encoded_len(&self) -> usize

Returns the encoded length of the message without a length delimiter.
source§

fn clear(&mut self)

Clears the message, resetting all fields to their default.
source§

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message to a buffer. Read more
source§

fn encode_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message to a newly allocated buffer.
source§

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message with a length-delimiter to a buffer. Read more
source§

fn encode_length_delimited_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message with a length-delimiter to a newly allocated buffer.
source§

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes an instance of the message from a buffer, and merges it into self. Read more
source§

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes a length-delimited instance of the message from buffer, and\nmerges it into self.
","Message","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Ord for Box<T, A>
where\n T: Ord + ?Sized,\n A: Allocator,

source§

fn cmp(&self, other: &Box<T, A>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> PartialEq for Box<T, A>
where\n T: PartialEq + ?Sized,\n A: Allocator,

source§

fn eq(&self, other: &Box<T, A>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Box<T, A>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> PartialOrd for Box<T, A>
where\n T: PartialOrd + ?Sized,\n A: Allocator,

source§

fn partial_cmp(&self, other: &Box<T, A>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
source§

fn lt(&self, other: &Box<T, A>) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
source§

fn le(&self, other: &Box<T, A>) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
source§

fn ge(&self, other: &Box<T, A>) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
source§

fn gt(&self, other: &Box<T, A>) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Pointer for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter.
","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<R> Read for Box<R>
where\n R: Read + ?Sized,

source§

fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>

Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read more
source§

fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Pull some bytes from this source into the specified buffer. Read more
source§

fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>

Like read, except that it reads into a slice of buffers. Read more
source§

fn is_read_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Reader has an efficient read_vectored\nimplementation. Read more
source§

fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes until EOF in this source, placing them into buf. Read more
source§

fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until EOF in this source, appending them to buf. Read more
source§

fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>

Read the exact number of bytes required to fill buf. Read more
source§

fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Read the exact number of bytes required to fill cursor. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adaptor for this instance of Read. Read more
1.0.0 · source§

fn bytes(self) -> Bytes<Self>
where\n Self: Sized,

Transforms this Read instance to an Iterator over its bytes. Read more
1.0.0 · source§

fn chain<R>(self, next: R) -> Chain<Self, R>
where\n R: Read,\n Self: Sized,

Creates an adapter which will chain this stream with another. Read more
1.0.0 · source§

fn take(self, limit: u64) -> Take<Self>
where\n Self: Sized,

Creates an adapter which will read at most limit bytes from it. Read more
","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Read for Box<T>
where\n T: Read + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: ReadBufCursor<'_>\n) -> Poll<Result<(), Error>>

Attempts to read bytes into the buf. Read more
","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<S> Seek for Box<S>
where\n S: Seek + ?Sized,

source§

fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>

Seek to an offset, in bytes, in a stream. Read more
source§

fn stream_position(&mut self) -> Result<u64, Error>

Returns the current seek position from the start of the stream. Read more
1.55.0 · source§

fn rewind(&mut self) -> Result<(), Error>

Rewind to the beginning of a stream. Read more
source§

fn stream_len(&mut self) -> Result<u64, Error>

🔬This is a nightly-only experimental API. (seek_stream_len)
Returns the length of this stream (in bytes). Read more
source§

fn seek_relative(&mut self, offset: i64) -> Result<(), Error>

🔬This is a nightly-only experimental API. (seek_seek_relative)
Seeks relative to the current position. Read more
","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Serialize for Box<T>
where\n T: Serialize + ?Sized,

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, U> SerializeAs<Box<T>> for Box<U>
where\n U: SerializeAs<T>,

source§

fn serialize_as<S>(\n source: &Box<T>,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer.
","SerializeAs>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<Request, S> Service<Request> for Box<S>
where\n S: Service<Request> + ?Sized,

§

type Response = <S as Service<Request>>::Response

Responses given by the service.
§

type Error = <S as Service<Request>>::Error

Errors produced by the service.
§

type Future = <S as Service<Request>>::Future

The future response value.
§

fn call(&self, req: Request) -> <Box<S> as Service<Request>>::Future

Process the request and return the response asynchronously.\ncall takes &self instead of mut &self because: Read more
","Service","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S, Request> Service<Request> for Box<S>
where\n S: Service<Request> + ?Sized,

§

type Response = <S as Service<Request>>::Response

Responses given by the service.
§

type Error = <S as Service<Request>>::Error

Errors produced by the service.
§

type Future = <S as Service<Request>>::Future

The future response value.
§

fn poll_ready(\n &mut self,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <S as Service<Request>>::Error>>

Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
§

fn call(&mut self, request: Request) -> <S as Service<Request>>::Future

Process the request and return the response asynchronously. Read more
","Service","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S, Item> Sink<Item> for Box<S>
where\n S: Sink<Item> + Unpin + ?Sized,

§

type Error = <S as Sink<Item>>::Error

The type of value produced by the sink when an error occurs.
§

fn poll_ready(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Attempts to prepare the Sink to receive a value. Read more
§

fn start_send(\n self: Pin<&mut Box<S>>,\n item: Item\n) -> Result<(), <Box<S> as Sink<Item>>::Error>

Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
§

fn poll_flush(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output from this sink. Read more
§

fn poll_close(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output and close this sink, if necessary. Read more
","Sink","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Source for Box<T>
where\n T: Source + ?Sized,

§

fn register(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Register self with the given Registry instance. Read more
§

fn reregister(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Re-register self with the given Registry instance. Read more
§

fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

Deregister self from the given Registry instance. Read more
","Source","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<Sp> Spawn for Box<Sp>
where\n Sp: Spawn + ?Sized,

§

fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","Spawn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S> Stream for Box<S>
where\n S: Stream + Unpin + ?Sized,

§

type Item = <S as Stream>::Item

Values yielded by the stream.
§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as Stream>::Item>>

Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more
","Stream","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S> Subscriber for Box<S>
where\n S: Subscriber + ?Sized,

§

fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest

Registers a new callsite with this subscriber, returning whether or not\nthe subscriber is interested in being notified about the callsite. Read more
§

fn enabled(&self, metadata: &Metadata<'_>) -> bool

Returns true if a span or event with the specified metadata would be\nrecorded. Read more
§

fn max_level_hint(&self) -> Option<LevelFilter>

Returns the highest verbosity level that this Subscriber will\nenable, or None, if the subscriber does not implement level-based\nfiltering or chooses not to implement this method. Read more
§

fn new_span(&self, span: &Attributes<'_>) -> Id

Visit the construction of a new span, returning a new span ID for the\nspan being constructed. Read more
§

fn record(&self, span: &Id, values: &Record<'_>)

Record a set of values on a span. Read more
§

fn record_follows_from(&self, span: &Id, follows: &Id)

Adds an indication that span follows from the span with the id\nfollows. Read more
§

fn event_enabled(&self, event: &Event<'_>) -> bool

Determine if an [Event] should be recorded. Read more
§

fn event(&self, event: &Event<'_>)

Records that an Event has occurred. Read more
§

fn enter(&self, span: &Id)

Records that a span has been entered. Read more
§

fn exit(&self, span: &Id)

Records that a span has been exited. Read more
§

fn clone_span(&self, id: &Id) -> Id

Notifies the subscriber that a span ID has been cloned. Read more
§

fn try_close(&self, id: Id) -> bool

Notifies the subscriber that a span ID has been dropped, and returns\ntrue if there are now 0 IDs that refer to that span. Read more
§

fn drop_span(&self, id: Id)

👎Deprecated since 0.1.2: use Subscriber::try_close instead
This method is deprecated. Read more
§

fn current_span(&self) -> Current

Returns a type representing this subscriber’s view of the current span. Read more
§

unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()>

If self is the same type as the provided TypeId, returns an untyped\n*const pointer to that type. Otherwise, returns None. Read more
§

fn on_register_dispatch(&self, subscriber: &Dispatch)

Invoked when this subscriber becomes a [Dispatch]. Read more
","Subscriber","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
where\n F: Future<Output = T> + 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Value for Box<T>
where\n T: Value + ?Sized,

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
","Value","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Write for Box<T>
where\n T: Write + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the destination. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers.
§

fn is_write_vectored(&self) -> bool

Returns whether this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object. Read more
§

fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to shut down this writer.
","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<W> Write for Box<W>
where\n W: Write + ?Sized,

source§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored\nimplementation. Read more
source§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error\nencountered. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> WriteColor for Box<T>
where\n T: WriteColor + ?Sized,

§

fn supports_color(&self) -> bool

Returns true if and only if the underlying writer supports colors.
§

fn supports_hyperlinks(&self) -> bool

Returns true if and only if the underlying writer supports hyperlinks. Read more
§

fn set_color(&mut self, spec: &ColorSpec) -> Result<(), Error>

Set the color settings of the writer. Read more
§

fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> Result<(), Error>

Set the current hyperlink of the writer. Read more
§

fn reset(&mut self) -> Result<(), Error>

Reset the current color settings to their original settings. Read more
§

fn is_synchronous(&self) -> bool

Returns true if and only if the underlying writer must synchronously\ninteract with an end user’s device in order to control colors. By\ndefault, this always returns false. Read more
","WriteColor","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
where\n T: Unsize<U> + ?Sized,\n A: Allocator,\n U: ?Sized,

","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, A> DerefPure for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","DerefPure","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
where\n T: Unsize<U> + ?Sized,\n U: ?Sized,

","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Eq for Box<T, A>
where\n T: Eq + ?Sized,\n A: Allocator,

","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.26.0 · source§

impl<I, A> FusedIterator for Box<I, A>
where\n I: FusedIterator + ?Sized,\n A: Allocator,

","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.33.0 · source§

impl<T, A> Unpin for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> ZeroableInOption for Box<T>
where\n T: ?Sized,

","ZeroableInOption","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"]] +"maplibre":[["
1.64.0 · source§

impl<T> AsFd for Box<T>
where\n T: AsFd + ?Sized,

source§

fn as_fd(&self) -> BorrowedFd<'_>

Borrows the file descriptor. Read more
","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.5.0 · source§

impl<T, A> AsMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_mut(&mut self) -> &mut T

Converts this type into a mutable reference of the (usually inferred) input type.
","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.63.0 · source§

impl<T> AsRawFd for Box<T>
where\n T: AsRawFd,

source§

fn as_raw_fd(&self) -> i32

Extracts the raw file descriptor. Read more
","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.5.0 · source§

impl<T, A> AsRef<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_ref(&self) -> &T

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<Args, F, A> AsyncFn<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn async_call(\n &self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFn, returning a future which may borrow from the called closure.
","AsyncFn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<Args, F, A> AsyncFnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnMut<Args> + ?Sized,\n A: Allocator,

§

type CallRefFuture<'a> = <F as AsyncFnMut<Args>>::CallRefFuture<'a>\nwhere\n Box<F, A>: 'a

🔬This is a nightly-only experimental API. (async_fn_traits)
source§

extern "rust-call" fn async_call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnMut, returning a future which may borrow from the called closure.
","AsyncFnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<Args, F, A> AsyncFnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as AsyncFnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (async_fn_traits)
Output type of the called closure’s future.
§

type CallOnceFuture = <F as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Future returned by AsyncFnOnce::async_call_once.
source§

extern "rust-call" fn async_call_once(\n self,\n args: Args\n) -> <Box<F, A> as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnOnce, returning a future which may move out of the called closure.
","AsyncFnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<S> AsyncIterator for Box<S>
where\n S: AsyncIterator + Unpin + ?Sized,

§

type Item = <S as AsyncIterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>

🔬This is a nightly-only experimental API. (async_iterator)
Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

🔬This is a nightly-only experimental API. (async_iterator)
Returns the bounds on the remaining length of the async iterator. Read more
","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

Attempts to read from the AsyncRead into buf. Read more
","AsyncRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into buf. Read more
§

fn poll_read_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
","AsyncRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn poll_seek(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

Attempt to seek to an offset, in bytes, in a stream. Read more
","AsyncSeek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn start_seek(self: Pin<&mut Box<T>>, pos: SeekFrom) -> Result<(), Error>

Attempts to seek to an offset, in bytes, in a stream. Read more
§

fn poll_complete(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

Waits for a seek operation to complete. Read more
","AsyncSeek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_close(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to close the object. Read more
","AsyncWrite","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers. Read more
§

fn is_write_vectored(&self) -> bool

Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
","AsyncWrite","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Body for Box<T>
where\n T: Body + Unpin + ?Sized,

§

type Data = <T as Body>::Data

Values yielded by the Body.
§

type Error = <T as Body>::Error

The error type this Body might generate.
§

fn poll_frame(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<Frame<<Box<T> as Body>::Data>, <Box<T> as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
","Body","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.1.0 · source§

impl<T, A> Borrow<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.1.0 · source§

impl<T, A> BorrowMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Box<T>

1.0.0 · source

pub fn new(x: T) -> Box<T>

Allocates memory on the heap and then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
let five = Box::new(5);
\n
source

pub fn new_uninit() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new box with uninitialized contents.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn new_zeroed() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
1.33.0 · source

pub fn pin(x: T) -> Pin<Box<T>>

Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.

\n
source

pub fn try_new(x: T) -> Result<Box<T>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\n
source

pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Box<T>
where\n T: ?Sized,

1.4.0 · source

pub unsafe fn from_raw(raw: *mut T) -> Box<T>

Constructs a box from a raw pointer.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n

The safety conditions are described in the memory layout section.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:

\n\n
let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manually create a Box from scratch by using the global allocator:

\n\n
use std::alloc::{alloc, Layout};\n\nunsafe {\n    let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw(ptr);\n}
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,

source

pub fn new_in(x: T, alloc: A) -> Box<T, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\n
source

pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\n
source

pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
source

pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
source

pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>
where\n A: 'static + Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.

\n
source

pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>

🔬This is a nightly-only experimental API. (box_into_boxed_slice)

Converts a Box<T> into a Box<[T]>

\n

This conversion does not allocate on the heap and happens in place.

\n
source

pub fn into_inner(boxed: Box<T, A>) -> T

🔬This is a nightly-only experimental API. (box_into_inner)

Consumes the Box, returning the wrapped value.

\n
§Examples
\n
#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,\n T: ?Sized,

const: unstable · source

pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a box from a raw pointer in the given allocator.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manually create a Box from scratch by using the system allocator:

\n\n
#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n    let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw_in(ptr, System);\n}
\n
1.4.0 · source

pub fn into_raw(b: Box<T, A>) -> *mut T

Consumes the Box, returning a wrapped raw pointer.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
use std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\n

Note: This is equivalent to the following:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    drop(Box::from_raw(ptr));\n}
\n
source

pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)

🔬This is a nightly-only experimental API. (allocator_api)

Consumes the Box, returning a wrapped raw pointer and the allocator.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    let non_null = NonNull::new_unchecked(ptr);\n    alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\n
const: unstable · source

pub fn allocator(b: &Box<T, A>) -> &A

🔬This is a nightly-only experimental API. (allocator_api)

Returns a reference to the underlying allocator.

\n

Note: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
1.26.0 · source

pub fn leak<'a>(b: Box<T, A>) -> &'a mut T
where\n A: 'a,

Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.

\n

This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.

\n

Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Simple usage:

\n\n
let x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\n

Unsized data:

\n\n
let x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n
1.63.0 (const: unstable) · source

pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>
where\n A: 'static,

Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

\n

This conversion does not allocate on the heap and happens in place.

\n

This is also available via From.

\n

Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

\n
§Notes
\n

It’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.

\n\n
struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n    fn from(_: Box<()>) -> Pin<Foo> {\n        Pin::new(Foo)\n    }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n
",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Buf for Box<T>
where\n T: Buf + ?Sized,

§

fn remaining(&self) -> usize

Returns the number of bytes between the current position and the end of\nthe buffer. Read more
§

fn chunk(&self) -> &[u8]

Returns a slice starting at the current position and of length between 0\nand Buf::remaining(). Note that this can return shorter slice (this allows\nnon-continuous internal representation). Read more
§

fn chunks_vectored<'b>(&'b self, dst: &mut [IoSlice<'b>]) -> usize

Fills dst with potentially multiple slices starting at self’s\ncurrent position. Read more
§

fn advance(&mut self, cnt: usize)

Advance the internal cursor of the Buf Read more
§

fn has_remaining(&self) -> bool

Returns true if there are any more bytes to consume Read more
§

fn copy_to_slice(&mut self, dst: &mut [u8])

Copies bytes from self into dst. Read more
§

fn get_u8(&mut self) -> u8

Gets an unsigned 8 bit integer from self. Read more
§

fn get_i8(&mut self) -> i8

Gets a signed 8 bit integer from self. Read more
§

fn get_u16(&mut self) -> u16

Gets an unsigned 16 bit integer from self in big-endian byte order. Read more
§

fn get_u16_le(&mut self) -> u16

Gets an unsigned 16 bit integer from self in little-endian byte order. Read more
§

fn get_u16_ne(&mut self) -> u16

Gets an unsigned 16 bit integer from self in native-endian byte order. Read more
§

fn get_i16(&mut self) -> i16

Gets a signed 16 bit integer from self in big-endian byte order. Read more
§

fn get_i16_le(&mut self) -> i16

Gets a signed 16 bit integer from self in little-endian byte order. Read more
§

fn get_i16_ne(&mut self) -> i16

Gets a signed 16 bit integer from self in native-endian byte order. Read more
§

fn get_u32(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the big-endian byte order. Read more
§

fn get_u32_le(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the little-endian byte order. Read more
§

fn get_u32_ne(&mut self) -> u32

Gets an unsigned 32 bit integer from self in native-endian byte order. Read more
§

fn get_i32(&mut self) -> i32

Gets a signed 32 bit integer from self in big-endian byte order. Read more
§

fn get_i32_le(&mut self) -> i32

Gets a signed 32 bit integer from self in little-endian byte order. Read more
§

fn get_i32_ne(&mut self) -> i32

Gets a signed 32 bit integer from self in native-endian byte order. Read more
§

fn get_u64(&mut self) -> u64

Gets an unsigned 64 bit integer from self in big-endian byte order. Read more
§

fn get_u64_le(&mut self) -> u64

Gets an unsigned 64 bit integer from self in little-endian byte order. Read more
§

fn get_u64_ne(&mut self) -> u64

Gets an unsigned 64 bit integer from self in native-endian byte order. Read more
§

fn get_i64(&mut self) -> i64

Gets a signed 64 bit integer from self in big-endian byte order. Read more
§

fn get_i64_le(&mut self) -> i64

Gets a signed 64 bit integer from self in little-endian byte order. Read more
§

fn get_i64_ne(&mut self) -> i64

Gets a signed 64 bit integer from self in native-endian byte order. Read more
§

fn get_uint(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in big-endian byte order. Read more
§

fn get_uint_le(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in little-endian byte order. Read more
§

fn get_uint_ne(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in native-endian byte order. Read more
§

fn get_int(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in big-endian byte order. Read more
§

fn get_int_le(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in little-endian byte order. Read more
§

fn get_int_ne(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in native-endian byte order. Read more
§

fn copy_to_bytes(&mut self, len: usize) -> Bytes

Consumes len bytes inside self and returns new instance of Bytes\nwith this data. Read more
§

fn get_u128(&mut self) -> u128

Gets an unsigned 128 bit integer from self in big-endian byte order. Read more
§

fn get_u128_le(&mut self) -> u128

Gets an unsigned 128 bit integer from self in little-endian byte order. Read more
§

fn get_u128_ne(&mut self) -> u128

Gets an unsigned 128 bit integer from self in native-endian byte order. Read more
§

fn get_i128(&mut self) -> i128

Gets a signed 128 bit integer from self in big-endian byte order. Read more
§

fn get_i128_le(&mut self) -> i128

Gets a signed 128 bit integer from self in little-endian byte order. Read more
§

fn get_i128_ne(&mut self) -> i128

Gets a signed 128 bit integer from self in native-endian byte order. Read more
§

fn get_f32(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f32_le(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f32_ne(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn get_f64(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f64_le(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f64_ne(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn take(self, limit: usize) -> Take<Self>
where\n Self: Sized,

Creates an adaptor which will read at most limit bytes from self. Read more
§

fn chain<U>(self, next: U) -> Chain<Self, U>
where\n U: Buf,\n Self: Sized,

Creates an adaptor which will chain this buffer with another. Read more
§

fn reader(self) -> Reader<Self>
where\n Self: Sized,

Creates an adaptor which implements the Read trait for self. Read more
","Buf","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> BufMut for Box<T>
where\n T: BufMut + ?Sized,

§

fn remaining_mut(&self) -> usize

Returns the number of bytes that can be written from the current\nposition until the end of the buffer is reached. Read more
§

fn chunk_mut(&mut self) -> &mut UninitSlice

Returns a mutable slice starting at the current BufMut position and of\nlength between 0 and BufMut::remaining_mut(). Note that this can be shorter than the\nwhole remainder of the buffer (this allows non-continuous implementation). Read more
§

unsafe fn advance_mut(&mut self, cnt: usize)

Advance the internal cursor of the BufMut Read more
§

fn put_slice(&mut self, src: &[u8])

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_u8(&mut self, n: u8)

Writes an unsigned 8 bit integer to self. Read more
§

fn put_i8(&mut self, n: i8)

Writes a signed 8 bit integer to self. Read more
§

fn put_u16(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in big-endian byte order. Read more
§

fn put_u16_le(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in little-endian byte order. Read more
§

fn put_u16_ne(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in native-endian byte order. Read more
§

fn put_i16(&mut self, n: i16)

Writes a signed 16 bit integer to self in big-endian byte order. Read more
§

fn put_i16_le(&mut self, n: i16)

Writes a signed 16 bit integer to self in little-endian byte order. Read more
§

fn put_i16_ne(&mut self, n: i16)

Writes a signed 16 bit integer to self in native-endian byte order. Read more
§

fn put_u32(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in big-endian byte order. Read more
§

fn put_u32_le(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in little-endian byte order. Read more
§

fn put_u32_ne(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in native-endian byte order. Read more
§

fn put_i32(&mut self, n: i32)

Writes a signed 32 bit integer to self in big-endian byte order. Read more
§

fn put_i32_le(&mut self, n: i32)

Writes a signed 32 bit integer to self in little-endian byte order. Read more
§

fn put_i32_ne(&mut self, n: i32)

Writes a signed 32 bit integer to self in native-endian byte order. Read more
§

fn put_u64(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in the big-endian byte order. Read more
§

fn put_u64_le(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in little-endian byte order. Read more
§

fn put_u64_ne(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in native-endian byte order. Read more
§

fn put_i64(&mut self, n: i64)

Writes a signed 64 bit integer to self in the big-endian byte order. Read more
§

fn put_i64_le(&mut self, n: i64)

Writes a signed 64 bit integer to self in little-endian byte order. Read more
§

fn put_i64_ne(&mut self, n: i64)

Writes a signed 64 bit integer to self in native-endian byte order. Read more
§

fn has_remaining_mut(&self) -> bool

Returns true if there is space in self for more bytes. Read more
§

fn put<T>(&mut self, src: T)
where\n T: Buf,\n Self: Sized,

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_bytes(&mut self, val: u8, cnt: usize)

Put cnt bytes val into self. Read more
§

fn put_u128(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in the big-endian byte order. Read more
§

fn put_u128_le(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in little-endian byte order. Read more
§

fn put_u128_ne(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in native-endian byte order. Read more
§

fn put_i128(&mut self, n: i128)

Writes a signed 128 bit integer to self in the big-endian byte order. Read more
§

fn put_i128_le(&mut self, n: i128)

Writes a signed 128 bit integer to self in little-endian byte order. Read more
§

fn put_i128_ne(&mut self, n: i128)

Writes a signed 128 bit integer to self in native-endian byte order. Read more
§

fn put_uint(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in big-endian byte order. Read more
§

fn put_uint_le(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the little-endian byte order. Read more
§

fn put_uint_ne(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the native-endian byte order. Read more
§

fn put_int(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in big-endian byte order. Read more
§

fn put_int_le(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in little-endian byte order. Read more
§

fn put_int_ne(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in native-endian byte order. Read more
§

fn put_f32(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f32_le(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f32_ne(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn put_f64(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f64_le(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f64_ne(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn limit(self, limit: usize) -> Limit<Self>
where\n Self: Sized,

Creates an adaptor which can write at most limit bytes to self. Read more
§

fn writer(self) -> Writer<Self>
where\n Self: Sized,

Creates an adaptor which implements the Write trait for self. Read more
§

fn chain_mut<U>(self, next: U) -> Chain<Self, U>
where\n U: BufMut,\n Self: Sized,

Creates an adapter which will chain this buffer with another. Read more
","BufMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<B> BufRead for Box<B>
where\n B: BufRead + ?Sized,

source§

fn fill_buf(&mut self) -> Result<&[u8], Error>

Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
source§

fn consume(&mut self, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read more
source§

fn read_until(&mut self, byte: u8, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes into buf until the delimiter byte or EOF is reached. Read more
source§

fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read more
source§

fn has_data_left(&mut self) -> Result<bool, Error>

🔬This is a nightly-only experimental API. (buf_read_has_data_left)
Check if the underlying Read has any data left to be read. Read more
source§

fn skip_until(&mut self, byte: u8) -> Result<usize, Error>

🔬This is a nightly-only experimental API. (bufread_skip_until)
Skip all bytes until the delimiter byte or EOF is reached. Read more
1.0.0 · source§

fn split(self, byte: u8) -> Split<Self>
where\n Self: Sized,

Returns an iterator over the contents of this reader split on the byte\nbyte. Read more
1.0.0 · source§

fn lines(self) -> Lines<Self>
where\n Self: Sized,

Returns an iterator over the lines of this reader. Read more
","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Clone for Box<T, A>
where\n T: Clone,\n A: Allocator + Clone,

source§

fn clone(&self) -> Box<T, A>

Returns a new box with a clone() of this box’s contents.

\n
§Examples
\n
let x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\n
source§

fn clone_from(&mut self, source: &Box<T, A>)

Copies source’s contents into self without creating a new allocation.

\n
§Examples
\n
let x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n
","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl Clone for Box<dyn StageLabel>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","maplibre::schedule::BoxedStageLabel"],["
source§

impl<G, R, A> Coroutine<R> for Box<G, A>
where\n G: Coroutine<R> + Unpin + ?Sized,\n A: Allocator,

§

type Yield = <G as Coroutine<R>>::Yield

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine yields. Read more
§

type Return = <G as Coroutine<R>>::Return

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine returns. Read more
source§

fn resume(\n self: Pin<&mut Box<G, A>>,\n arg: R\n) -> CoroutineState<<Box<G, A> as Coroutine<R>>::Yield, <Box<G, A> as Coroutine<R>>::Return>

🔬This is a nightly-only experimental API. (coroutine_trait)
Resumes the execution of this coroutine. Read more
","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Cross for Box<T>
where\n T: Cross,

§

type Scalar = <T as Cross>::Scalar

Scalar used the coordinates.
§

fn line(&self) -> LineOrPoint<<Box<T> as Cross>::Scalar>

The geometry associated with this type. Use a Line with the\nstart and end coordinates to represent a point.
","Cross","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Debug for Box<T, A>
where\n T: Debug + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T> Default for Box<T>
where\n T: Default,

source§

fn default() -> Box<T>

Creates a Box<T>, with the Default value for T.

\n
","Default","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Deref for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.
","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> DerefMut for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn deref_mut(&mut self) -> &mut T

Mutably dereferences the value.
","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<'de, T> Deserialize<'de> for Box<T>
where\n T: Deserialize<'de>,

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<'de, T, U> DeserializeAs<'de, Box<T>> for Box<U>
where\n U: DeserializeAs<'de, T>,

source§

fn deserialize_as<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer.
","DeserializeAs<'de, Box>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Display for Box<T, A>
where\n T: Display + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<I, A> DoubleEndedIterator for Box<I, A>
where\n I: DoubleEndedIterator + ?Sized,\n A: Allocator,

source§

fn next_back(&mut self) -> Option<<I as Iterator>::Item>

Removes and returns an element from the end of the iterator. Read more
source§

fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element from the end of the iterator. Read more
source§

fn advance_back_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator from the back by n elements. Read more
1.27.0 · source§

fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more
1.27.0 · source§

fn rfold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

An iterator method that reduces the iterator’s elements to a single,\nfinal value, starting from the back. Read more
1.27.0 · source§

fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator from the back that satisfies a predicate. Read more
","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Drop for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.8.0 · source§

impl<T> Error for Box<T>
where\n T: Error,

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
source§

fn provide<'b>(&'b self, request: &mut Request<'b>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<I, A> ExactSizeIterator for Box<I, A>
where\n I: ExactSizeIterator + ?Sized,\n A: Allocator,

source§

fn len(&self) -> usize

Returns the exact remaining length of the iterator. Read more
source§

fn is_empty(&self) -> bool

🔬This is a nightly-only experimental API. (exact_size_is_empty)
Returns true if the iterator is empty. Read more
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.35.0 · source§

impl<Args, F, A> Fn<Args> for Box<F, A>
where\n Args: Tuple,\n F: Fn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call(\n &self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.35.0 · source§

impl<Args, F, A> FnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnMut<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.35.0 · source§

impl<Args, F, A> FnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as FnOnce<Args>>::Output

The returned type after the call operator is used.
source§

extern "rust-call" fn call_once(\n self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.6.0 · source§

impl<T> From<T> for Box<T>

source§

fn from(t: T) -> Box<T>

Converts a T into a Box<T>

\n

The conversion allocates on the heap and moves t\nfrom the stack into it.

\n
§Examples
\n
let x = 5;\nlet boxed = Box::new(5);\n\nassert_eq!(Box::from(x), boxed);
\n
","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<F> FusedFuture for Box<F>
where\n F: FusedFuture + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the underlying future should no longer be polled.
","FusedFuture","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S> FusedStream for Box<S>
where\n S: FusedStream + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the stream should no longer be polled.
","FusedStream","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.36.0 · source§

impl<F, A> Future for Box<F, A>
where\n F: Future + Unpin + ?Sized,\n A: Allocator,

§

type Output = <F as Future>::Output

The type of value produced on completion.
source§

fn poll(\n self: Pin<&mut Box<F, A>>,\n cx: &mut Context<'_>\n) -> Poll<<Box<F, A> as Future>::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<H> HasDisplayHandle for Box<H>
where\n H: HasDisplayHandle + ?Sized,

§

fn display_handle(&self) -> Result<DisplayHandle<'_>, HandleError>

Get a handle to the display controller of the windowing system.
","HasDisplayHandle","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<H> HasWindowHandle for Box<H>
where\n H: HasWindowHandle + ?Sized,

§

fn window_handle(&self) -> Result<WindowHandle<'_>, HandleError>

Get a handle to the window.
","HasWindowHandle","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Hash for Box<T, A>
where\n T: Hash + ?Sized,\n A: Allocator,

source§

fn hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.22.0 · source§

impl<T, A> Hasher for Box<T, A>
where\n T: Hasher + ?Sized,\n A: Allocator,

source§

fn finish(&self) -> u64

Returns the hash value for the values written so far. Read more
source§

fn write(&mut self, bytes: &[u8])

Writes some data into this Hasher. Read more
source§

fn write_u8(&mut self, i: u8)

Writes a single u8 into this hasher.
source§

fn write_u16(&mut self, i: u16)

Writes a single u16 into this hasher.
source§

fn write_u32(&mut self, i: u32)

Writes a single u32 into this hasher.
source§

fn write_u64(&mut self, i: u64)

Writes a single u64 into this hasher.
source§

fn write_u128(&mut self, i: u128)

Writes a single u128 into this hasher.
source§

fn write_usize(&mut self, i: usize)

Writes a single usize into this hasher.
source§

fn write_i8(&mut self, i: i8)

Writes a single i8 into this hasher.
source§

fn write_i16(&mut self, i: i16)

Writes a single i16 into this hasher.
source§

fn write_i32(&mut self, i: i32)

Writes a single i32 into this hasher.
source§

fn write_i64(&mut self, i: i64)

Writes a single i64 into this hasher.
source§

fn write_i128(&mut self, i: i128)

Writes a single i128 into this hasher.
source§

fn write_isize(&mut self, i: isize)

Writes a single isize into this hasher.
source§

fn write_length_prefix(&mut self, len: usize)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a length prefix into this hasher, as part of being prefix-free. Read more
source§

fn write_str(&mut self, s: &str)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a single str into this hasher. Read more
","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> ImageDecoder for Box<T>
where\n T: ImageDecoder + ?Sized,

§

fn dimensions(&self) -> (u32, u32)

Returns a tuple containing the width and height of the image
§

fn color_type(&self) -> ColorType

Returns the color type of the image data produced by this decoder
§

fn original_color_type(&self) -> ExtendedColorType

Returns the color type of the image file before decoding
§

fn icc_profile(&mut self) -> Result<Option<Vec<u8>>, ImageError>

Returns the ICC color profile embedded in the image, or Ok(None) if the image does not have one. Read more
§

fn total_bytes(&self) -> u64

Returns the total number of bytes in the decoded image. Read more
§

fn read_image(self, buf: &mut [u8]) -> Result<(), ImageError>
where\n Box<T>: Sized,

Returns all the bytes in the image. Read more
§

fn read_image_boxed(self: Box<Box<T>>, buf: &mut [u8]) -> Result<(), ImageError>

Use read_image instead; this method is an implementation detail needed so the trait can\nbe object safe. Read more
§

fn set_limits(&mut self, limits: Limits) -> Result<(), ImageError>

Set the decoder to have the specified limits. See Limits for the different kinds of\nlimits that is possible to set. Read more
","ImageDecoder","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<I, A> Iterator for Box<I, A>
where\n I: Iterator + ?Sized,\n A: Allocator,

§

type Item = <I as Iterator>::Item

The type of the elements being iterated over.
source§

fn next(&mut self) -> Option<<I as Iterator>::Item>

Advances the iterator and returns the next value. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the iterator. Read more
source§

fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element of the iterator. Read more
source§

fn last(self) -> Option<<I as Iterator>::Item>

Consumes the iterator, returning the last element. Read more
source§

fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_next_chunk)
Advances the iterator and returns an array containing the next N values. Read more
1.0.0 · source§

fn count(self) -> usize
where\n Self: Sized,

Consumes the iterator, counting the number of iterations and returning it. Read more
source§

fn advance_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator by n elements. Read more
1.28.0 · source§

fn step_by(self, step: usize) -> StepBy<Self>
where\n Self: Sized,

Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more
1.0.0 · source§

fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator<Item = Self::Item>,

Takes two iterators and creates a new iterator over both in sequence. Read more
1.0.0 · source§

fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator,

‘Zips up’ two iterators into a single iterator of pairs. Read more
source§

fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
where\n Self: Sized,\n G: FnMut() -> Self::Item,

🔬This is a nightly-only experimental API. (iter_intersperse)
Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more
1.0.0 · source§

fn map<B, F>(self, f: F) -> Map<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> B,

Takes a closure and creates an iterator which calls that closure on each\nelement. Read more
1.21.0 · source§

fn for_each<F>(self, f: F)
where\n Self: Sized,\n F: FnMut(Self::Item),

Calls a closure on each element of an iterator. Read more
1.0.0 · source§

fn filter<P>(self, predicate: P) -> Filter<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more
1.0.0 · source§

fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both filters and maps. Read more
1.0.0 · source§

fn enumerate(self) -> Enumerate<Self>
where\n Self: Sized,

Creates an iterator which gives the current iteration count as well as\nthe next value. Read more
1.0.0 · source§

fn peekable(self) -> Peekable<Self>
where\n Self: Sized,

Creates an iterator which can use the peek and peek_mut methods\nto look at the next element of the iterator without consuming it. See\ntheir documentation for more information. Read more
1.0.0 · source§

fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that skips elements based on a predicate. Read more
1.0.0 · source§

fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that yields elements based on a predicate. Read more
1.57.0 · source§

fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
where\n Self: Sized,\n P: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both yields elements based on a predicate and maps. Read more
1.0.0 · source§

fn skip(self, n: usize) -> Skip<Self>
where\n Self: Sized,

Creates an iterator that skips the first n elements. Read more
1.0.0 · source§

fn take(self, n: usize) -> Take<Self>
where\n Self: Sized,

Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more
1.0.0 · source§

fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F>
where\n Self: Sized,\n F: FnMut(&mut St, Self::Item) -> Option<B>,

An iterator adapter which, like fold, holds internal state, but\nunlike fold, produces a new iterator. Read more
1.0.0 · source§

fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
where\n Self: Sized,\n U: IntoIterator,\n F: FnMut(Self::Item) -> U,

Creates an iterator that works like map, but flattens nested structure. Read more
source§

fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
where\n Self: Sized,\n F: FnMut(&[Self::Item; N]) -> R,

🔬This is a nightly-only experimental API. (iter_map_windows)
Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more
1.0.0 · source§

fn fuse(self) -> Fuse<Self>
where\n Self: Sized,

Creates an iterator which ends after the first None. Read more
1.0.0 · source§

fn inspect<F>(self, f: F) -> Inspect<Self, F>
where\n Self: Sized,\n F: FnMut(&Self::Item),

Does something with each element of an iterator, passing the value on. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Borrows an iterator, rather than consuming it. Read more
1.0.0 · source§

fn collect<B>(self) -> B
where\n B: FromIterator<Self::Item>,\n Self: Sized,

Transforms an iterator into a collection. Read more
source§

fn collect_into<E>(self, collection: &mut E) -> &mut E
where\n E: Extend<Self::Item>,\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_collect_into)
Collects all the items from an iterator into a collection. Read more
1.0.0 · source§

fn partition<B, F>(self, f: F) -> (B, B)
where\n Self: Sized,\n B: Default + Extend<Self::Item>,\n F: FnMut(&Self::Item) -> bool,

Consumes an iterator, creating two collections from it. Read more
source§

fn is_partitioned<P>(self, predicate: P) -> bool
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_is_partitioned)
Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more
1.27.0 · source§

fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more
1.27.0 · source§

fn try_for_each<F, R>(&mut self, f: F) -> R
where\n Self: Sized,\n F: FnMut(Self::Item) -> R,\n R: Try<Output = ()>,

An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more
1.0.0 · source§

fn fold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more
1.51.0 · source§

fn reduce<F>(self, f: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> Self::Item,

Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read more
source§

fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> R,\n R: Try<Output = Self::Item>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (iterator_try_reduce)
Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more
1.0.0 · source§

fn all<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if every element of the iterator matches a predicate. Read more
1.0.0 · source§

fn any<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if any element of the iterator matches a predicate. Read more
1.0.0 · source§

fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator that satisfies a predicate. Read more
1.30.0 · source§

fn find_map<B, F>(&mut self, f: F) -> Option<B>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Applies function to the elements of iterator and returns\nthe first non-none result. Read more
source§

fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
where\n Self: Sized,\n F: FnMut(&Self::Item) -> R,\n R: Try<Output = bool>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (try_find)
Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more
1.0.0 · source§

fn position<P>(&mut self, predicate: P) -> Option<usize>
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

Searches for an element in an iterator, returning its index. Read more
1.6.0 · source§

fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the maximum value from the\nspecified function. Read more
1.15.0 · source§

fn max_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more
1.6.0 · source§

fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the minimum value from the\nspecified function. Read more
1.15.0 · source§

fn min_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more
1.0.0 · source§

fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
where\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n Self: Sized + Iterator<Item = (A, B)>,

Converts an iterator of pairs into a pair of containers. Read more
1.36.0 · source§

fn copied<'a, T>(self) -> Copied<Self>
where\n T: 'a + Copy,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which copies all of its elements. Read more
1.0.0 · source§

fn cloned<'a, T>(self) -> Cloned<Self>
where\n T: 'a + Clone,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which clones all of its elements. Read more
source§

fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_array_chunks)
Returns an iterator over N elements of the iterator at a time. Read more
1.11.0 · source§

fn sum<S>(self) -> S
where\n Self: Sized,\n S: Sum<Self::Item>,

Sums the elements of an iterator. Read more
1.11.0 · source§

fn product<P>(self) -> P
where\n Self: Sized,\n P: Product<Self::Item>,

Iterates over the entire iterator, multiplying all the elements Read more
source§

fn cmp_by<I, F>(self, other: I, cmp: F) -> Ordering
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn partial_cmp<I>(self, other: I) -> Option<Ordering>
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read more
source§

fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn eq<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are equal to those of\nanother. Read more
source§

fn eq_by<I, F>(self, other: I, eq: F) -> bool
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_order_by)
Determines if the elements of this Iterator are equal to those of\nanother with respect to the specified equality function. Read more
1.5.0 · source§

fn ne<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are not equal to those of\nanother. Read more
1.5.0 · source§

fn lt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more
1.5.0 · source§

fn le<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more
1.5.0 · source§

fn gt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more
1.5.0 · source§

fn ge<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read more
source§

fn is_sorted_by<F>(self, compare: F) -> bool
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> bool,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given comparator function. Read more
source§

fn is_sorted_by_key<F, K>(self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> K,\n K: PartialOrd,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more
","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<Sp> LocalSpawn for Box<Sp>
where\n Sp: LocalSpawn + ?Sized,

§

fn spawn_local_obj(\n &self,\n future: LocalFutureObj<'static, ()>\n) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status_local(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","LocalSpawn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Log for Box<T>
where\n T: Log + ?Sized,

source§

fn enabled(&self, metadata: &Metadata<'_>) -> bool

Determines if a log message with the specified metadata would be\nlogged. Read more
source§

fn log(&self, record: &Record<'_>)

Logs the Record. Read more
source§

fn flush(&self)

Flushes any buffered records. Read more
","Log","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<M> Message for Box<M>
where\n M: Message,

source§

fn encoded_len(&self) -> usize

Returns the encoded length of the message without a length delimiter.
source§

fn clear(&mut self)

Clears the message, resetting all fields to their default.
source§

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message to a buffer. Read more
source§

fn encode_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message to a newly allocated buffer.
source§

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message with a length-delimiter to a buffer. Read more
source§

fn encode_length_delimited_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message with a length-delimiter to a newly allocated buffer.
source§

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes an instance of the message from a buffer, and merges it into self. Read more
source§

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes a length-delimited instance of the message from buffer, and\nmerges it into self.
","Message","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Ord for Box<T, A>
where\n T: Ord + ?Sized,\n A: Allocator,

source§

fn cmp(&self, other: &Box<T, A>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> PartialEq for Box<T, A>
where\n T: PartialEq + ?Sized,\n A: Allocator,

source§

fn eq(&self, other: &Box<T, A>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Box<T, A>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> PartialOrd for Box<T, A>
where\n T: PartialOrd + ?Sized,\n A: Allocator,

source§

fn partial_cmp(&self, other: &Box<T, A>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
source§

fn lt(&self, other: &Box<T, A>) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
source§

fn le(&self, other: &Box<T, A>) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
source§

fn ge(&self, other: &Box<T, A>) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
source§

fn gt(&self, other: &Box<T, A>) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Pointer for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter.
","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<R> Read for Box<R>
where\n R: Read + ?Sized,

source§

fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>

Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read more
source§

fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Pull some bytes from this source into the specified buffer. Read more
source§

fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>

Like read, except that it reads into a slice of buffers. Read more
source§

fn is_read_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Reader has an efficient read_vectored\nimplementation. Read more
source§

fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes until EOF in this source, placing them into buf. Read more
source§

fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until EOF in this source, appending them to buf. Read more
source§

fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>

Read the exact number of bytes required to fill buf. Read more
source§

fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Read the exact number of bytes required to fill cursor. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adaptor for this instance of Read. Read more
1.0.0 · source§

fn bytes(self) -> Bytes<Self>
where\n Self: Sized,

Transforms this Read instance to an Iterator over its bytes. Read more
1.0.0 · source§

fn chain<R>(self, next: R) -> Chain<Self, R>
where\n R: Read,\n Self: Sized,

Creates an adapter which will chain this stream with another. Read more
1.0.0 · source§

fn take(self, limit: u64) -> Take<Self>
where\n Self: Sized,

Creates an adapter which will read at most limit bytes from it. Read more
","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Read for Box<T>
where\n T: Read + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: ReadBufCursor<'_>\n) -> Poll<Result<(), Error>>

Attempts to read bytes into the buf. Read more
","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<S> Seek for Box<S>
where\n S: Seek + ?Sized,

source§

fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>

Seek to an offset, in bytes, in a stream. Read more
source§

fn stream_position(&mut self) -> Result<u64, Error>

Returns the current seek position from the start of the stream. Read more
1.55.0 · source§

fn rewind(&mut self) -> Result<(), Error>

Rewind to the beginning of a stream. Read more
source§

fn stream_len(&mut self) -> Result<u64, Error>

🔬This is a nightly-only experimental API. (seek_stream_len)
Returns the length of this stream (in bytes). Read more
source§

fn seek_relative(&mut self, offset: i64) -> Result<(), Error>

🔬This is a nightly-only experimental API. (seek_seek_relative)
Seeks relative to the current position. Read more
","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T> Serialize for Box<T>
where\n T: Serialize + ?Sized,

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, U> SerializeAs<Box<T>> for Box<U>
where\n U: SerializeAs<T>,

source§

fn serialize_as<S>(\n source: &Box<T>,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer.
","SerializeAs>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<Request, S> Service<Request> for Box<S>
where\n S: Service<Request> + ?Sized,

§

type Response = <S as Service<Request>>::Response

Responses given by the service.
§

type Error = <S as Service<Request>>::Error

Errors produced by the service.
§

type Future = <S as Service<Request>>::Future

The future response value.
§

fn call(&self, req: Request) -> <Box<S> as Service<Request>>::Future

Process the request and return the response asynchronously.\ncall takes &self instead of mut &self because: Read more
","Service","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S, Request> Service<Request> for Box<S>
where\n S: Service<Request> + ?Sized,

§

type Response = <S as Service<Request>>::Response

Responses given by the service.
§

type Error = <S as Service<Request>>::Error

Errors produced by the service.
§

type Future = <S as Service<Request>>::Future

The future response value.
§

fn poll_ready(\n &mut self,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <S as Service<Request>>::Error>>

Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
§

fn call(&mut self, request: Request) -> <S as Service<Request>>::Future

Process the request and return the response asynchronously. Read more
","Service","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S, Item> Sink<Item> for Box<S>
where\n S: Sink<Item> + Unpin + ?Sized,

§

type Error = <S as Sink<Item>>::Error

The type of value produced by the sink when an error occurs.
§

fn poll_ready(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Attempts to prepare the Sink to receive a value. Read more
§

fn start_send(\n self: Pin<&mut Box<S>>,\n item: Item\n) -> Result<(), <Box<S> as Sink<Item>>::Error>

Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
§

fn poll_flush(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output from this sink. Read more
§

fn poll_close(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output and close this sink, if necessary. Read more
","Sink","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Source for Box<T>
where\n T: Source + ?Sized,

§

fn register(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Register self with the given Registry instance. Read more
§

fn reregister(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Re-register self with the given Registry instance. Read more
§

fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

Deregister self from the given Registry instance. Read more
","Source","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<Sp> Spawn for Box<Sp>
where\n Sp: Spawn + ?Sized,

§

fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","Spawn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S> Stream for Box<S>
where\n S: Stream + Unpin + ?Sized,

§

type Item = <S as Stream>::Item

Values yielded by the stream.
§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as Stream>::Item>>

Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more
","Stream","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<S> Subscriber for Box<S>
where\n S: Subscriber + ?Sized,

§

fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest

Registers a new callsite with this subscriber, returning whether or not\nthe subscriber is interested in being notified about the callsite. Read more
§

fn enabled(&self, metadata: &Metadata<'_>) -> bool

Returns true if a span or event with the specified metadata would be\nrecorded. Read more
§

fn max_level_hint(&self) -> Option<LevelFilter>

Returns the highest verbosity level that this Subscriber will\nenable, or None, if the subscriber does not implement level-based\nfiltering or chooses not to implement this method. Read more
§

fn new_span(&self, span: &Attributes<'_>) -> Id

Visit the construction of a new span, returning a new span ID for the\nspan being constructed. Read more
§

fn record(&self, span: &Id, values: &Record<'_>)

Record a set of values on a span. Read more
§

fn record_follows_from(&self, span: &Id, follows: &Id)

Adds an indication that span follows from the span with the id\nfollows. Read more
§

fn event_enabled(&self, event: &Event<'_>) -> bool

Determine if an [Event] should be recorded. Read more
§

fn event(&self, event: &Event<'_>)

Records that an Event has occurred. Read more
§

fn enter(&self, span: &Id)

Records that a span has been entered. Read more
§

fn exit(&self, span: &Id)

Records that a span has been exited. Read more
§

fn clone_span(&self, id: &Id) -> Id

Notifies the subscriber that a span ID has been cloned. Read more
§

fn try_close(&self, id: Id) -> bool

Notifies the subscriber that a span ID has been dropped, and returns\ntrue if there are now 0 IDs that refer to that span. Read more
§

fn drop_span(&self, id: Id)

👎Deprecated since 0.1.2: use Subscriber::try_close instead
This method is deprecated. Read more
§

fn current_span(&self) -> Current

Returns a type representing this subscriber’s view of the current span. Read more
§

unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()>

If self is the same type as the provided TypeId, returns an untyped\n*const pointer to that type. Otherwise, returns None. Read more
§

fn on_register_dispatch(&self, subscriber: &Dispatch)

Invoked when this subscriber becomes a [Dispatch]. Read more
","Subscriber","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
where\n F: Future<Output = T> + 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Value for Box<T>
where\n T: Value + ?Sized,

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
","Value","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> Write for Box<T>
where\n T: Write + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the destination. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers.
§

fn is_write_vectored(&self) -> bool

Returns whether this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object. Read more
§

fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to shut down this writer.
","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<W> Write for Box<W>
where\n W: Write + ?Sized,

source§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored\nimplementation. Read more
source§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error\nencountered. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> WriteColor for Box<T>
where\n T: WriteColor + ?Sized,

§

fn supports_color(&self) -> bool

Returns true if and only if the underlying writer supports colors.
§

fn supports_hyperlinks(&self) -> bool

Returns true if and only if the underlying writer supports hyperlinks. Read more
§

fn set_color(&mut self, spec: &ColorSpec) -> Result<(), Error>

Set the color settings of the writer. Read more
§

fn set_hyperlink(&mut self, link: &HyperlinkSpec<'_>) -> Result<(), Error>

Set the current hyperlink of the writer. Read more
§

fn reset(&mut self) -> Result<(), Error>

Reset the current color settings to their original settings. Read more
§

fn is_synchronous(&self) -> bool

Returns true if and only if the underlying writer must synchronously\ninteract with an end user’s device in order to control colors. By\ndefault, this always returns false. Read more
","WriteColor","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
where\n T: Unsize<U> + ?Sized,\n A: Allocator,\n U: ?Sized,

","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, A> DerefPure for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","DerefPure","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
source§

impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
where\n T: Unsize<U> + ?Sized,\n U: ?Sized,

","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.0.0 · source§

impl<T, A> Eq for Box<T, A>
where\n T: Eq + ?Sized,\n A: Allocator,

","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.26.0 · source§

impl<I, A> FusedIterator for Box<I, A>
where\n I: FusedIterator + ?Sized,\n A: Allocator,

","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
1.33.0 · source§

impl<T, A> Unpin for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
§

impl<T> ZeroableInOption for Box<T>
where\n T: ?Sized,

","ZeroableInOption","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/api/type.impl/alloc/string/struct.String.js b/docs/api/type.impl/alloc/string/struct.String.js index b5d28a525..4da025179 100644 --- a/docs/api/type.impl/alloc/string/struct.String.js +++ b/docs/api/type.impl/alloc/string/struct.String.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"maplibre":[["
1.0.0 · source§

impl Add<&str> for String

Implements the + operator for concatenating two strings.

\n

This consumes the String on the left-hand side and re-uses its buffer (growing it if\nnecessary). This is done to avoid allocating a new String and copying the entire contents on\nevery operation, which would lead to O(n^2) running time when building an n-byte string by\nrepeated concatenation.

\n

The string on the right-hand side is only borrowed; its contents are copied into the returned\nString.

\n

§Examples

\n

Concatenating two Strings takes the first by value and borrows the second:

\n\n
let a = String::from(\"hello\");\nlet b = String::from(\" world\");\nlet c = a + &b;\n// `a` is moved and can no longer be used here.
\n

If you want to keep using the first String, you can clone it and append to the clone instead:

\n\n
let a = String::from(\"hello\");\nlet b = String::from(\" world\");\nlet c = a.clone() + &b;\n// `a` is still valid here.
\n

Concatenating &str slices can be done by converting the first to a String:

\n\n
let a = \"hello\";\nlet b = \" world\";\nlet c = a.to_string() + b;
\n
§

type Output = String

The resulting type after applying the + operator.
source§

fn add(self, other: &str) -> String

Performs the + operation. Read more
","Add<&str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.12.0 · source§

impl AddAssign<&str> for String

Implements the += operator for appending to a String.

\n

This has the same behavior as the push_str method.

\n
source§

fn add_assign(&mut self, other: &str)

Performs the += operation. Read more
","AddAssign<&str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Arg for String

§

fn as_str(&self) -> Result<&str, Errno>

Returns a view of this string as a string slice.
§

fn to_string_lossy(&self) -> Cow<'_, str>

Returns a potentially-lossy rendering of this string as a\nCow<'_, str>.
§

fn as_cow_c_str(&self) -> Result<Cow<'_, CStr>, Errno>

Returns a view of this string as a maybe-owned CStr.
§

fn into_c_str<'b>(self) -> Result<Cow<'b, CStr>, Errno>
where\n String: 'b,

Consumes self and returns a view of this string as a maybe-owned\nCStr.
§

fn into_with_c_str<T, F>(self, f: F) -> Result<T, Errno>
where\n String: Sized,\n F: FnOnce(&CStr) -> Result<T, Errno>,

Runs a closure with self passed in as a &CStr.
","Arg","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.43.0 · source§

impl AsMut<str> for String

source§

fn as_mut(&mut self) -> &mut str

Converts this type into a mutable reference of the (usually inferred) input type.
","AsMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<[u8]> for String

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef<[u8]>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<OsStr> for String

source§

fn as_ref(&self) -> &OsStr

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<Path> for String

source§

fn as_ref(&self) -> &Path

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<str> for String

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Body for String

§

type Data = Bytes

Values yielded by the Body.
§

type Error = Infallible

The error type this Body might generate.
§

fn poll_frame(\n self: Pin<&mut String>,\n _cx: &mut Context<'_>\n) -> Poll<Option<Result<Frame<<String as Body>::Data>, <String as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
","Body","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Borrow<str> for String

source§

fn borrow(&self) -> &str

Immutably borrows from an owned value. Read more
","Borrow","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.36.0 · source§

impl BorrowMut<str> for String

source§

fn borrow_mut(&mut self) -> &mut str

Mutably borrows from an owned value. Read more
","BorrowMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Clone for String

source§

fn clone_from(&mut self, source: &String)

Clones the contents of source into self.

\n

This method is preferred over simply assigning source.clone() to self,\nas it avoids reallocation if possible.

\n
source§

fn clone(&self) -> String

Returns a copy of the value. Read more
","Clone","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Debug for String

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Default for String

source§

fn default() -> String

Creates an empty String.

\n
","Default","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Deref for String

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &str

Dereferences the value.
","Deref","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.3.0 · source§

impl DerefMut for String

source§

fn deref_mut(&mut self) -> &mut str

Mutably dereferences the value.
","DerefMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl<'de> Deserialize<'de> for String

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<String, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Display for String

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.2.0 · source§

impl<'a> Extend<&'a char> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = &'a char>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, _: &'a char)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend<&'a char>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a> Extend<&'a str> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = &'a str>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, s: &'a str)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend<&'a str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.45.0 · source§

impl Extend<Box<str>> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = Box<str>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl<A> Extend<Box<str, A>> for String
where\n A: Allocator,

§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = Box<str, A>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.19.0 · source§

impl<'a> Extend<Cow<'a, str>> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = Cow<'a, str>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, s: Cow<'a, str>)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.4.0 · source§

impl Extend<String> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = String>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, s: String)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Extend<char> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = char>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, c: char)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl FmtConst for String

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Print a const expression representing this value.
","FmtConst","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.35.0 · source§

impl From<&String> for String

source§

fn from(s: &String) -> String

Converts a &String into a String.

\n

This clones s and returns the clone.

\n
","From<&String>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.44.0 · source§

impl From<&mut str> for String

source§

fn from(s: &mut str) -> String

Converts a &mut str into a String.

\n

The result is allocated on the heap.

\n
","From<&mut str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl From<&str> for String

source§

fn from(s: &str) -> String

Converts a &str into a String.

\n

The result is allocated on the heap.

\n
","From<&str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.18.0 · source§

impl From<Box<str>> for String

source§

fn from(s: Box<str>) -> String

Converts the given boxed str slice to a String.\nIt is notable that the str slice is owned.

\n
§Examples
\n
let s1: String = String::from(\"hello world\");\nlet s2: Box<str> = s1.into_boxed_str();\nlet s3: String = String::from(s2);\n\nassert_eq!(\"hello world\", s3)
\n
","From>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.14.0 · source§

impl<'a> From<Cow<'a, str>> for String

source§

fn from(s: Cow<'a, str>) -> String

Converts a clone-on-write string to an owned\ninstance of String.

\n

This extracts the owned string,\nclones the string if it is not already owned.

\n
§Example
\n
// If the string is not owned...\nlet cow: Cow<'_, str> = Cow::Borrowed(\"eggplant\");\n// It will allocate on the heap and copy the string.\nlet owned: String = String::from(cow);\nassert_eq!(&owned[..], \"eggplant\");
\n
","From>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl From<Url> for String

String conversion.

\n
source§

fn from(value: Url) -> String

Converts to this type from the input type.
","From","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.46.0 · source§

impl From<char> for String

source§

fn from(c: char) -> String

Allocates an owned String from a single character.

\n
§Example
\n
let c: char = 'a';\nlet s: String = String::from(c);\nassert_eq!(\"a\", &s[..]);
\n
","From","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.17.0 · source§

impl<'a> FromIterator<&'a char> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = &'a char>,

Creates a value from an iterator. Read more
","FromIterator<&'a char>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a> FromIterator<&'a str> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = &'a str>,

Creates a value from an iterator. Read more
","FromIterator<&'a str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.45.0 · source§

impl FromIterator<Box<str>> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = Box<str>>,

Creates a value from an iterator. Read more
","FromIterator>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.19.0 · source§

impl<'a> FromIterator<Cow<'a, str>> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = Cow<'a, str>>,

Creates a value from an iterator. Read more
","FromIterator>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.4.0 · source§

impl FromIterator<String> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = String>,

Creates a value from an iterator. Read more
","FromIterator","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl FromIterator<char> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = char>,

Creates a value from an iterator. Read more
","FromIterator","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl FromStr for String

§

type Err = Infallible

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<String, <String as FromStr>::Err>

Parses a string s to return a value of this type. Read more
","FromStr","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Hash for String

source§

fn hash<H>(&self, hasher: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<I> Index<I> for String
where\n I: SliceIndex<str>,

§

type Output = <I as SliceIndex<str>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &<I as SliceIndex<str>>::Output

Performs the indexing (container[index]) operation. Read more
","Index","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<I> IndexMut<I> for String
where\n I: SliceIndex<str>,

source§

fn index_mut(&mut self, index: I) -> &mut <I as SliceIndex<str>>::Output

Performs the mutable indexing (container[index]) operation. Read more
","IndexMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl<'de, E> IntoDeserializer<'de, E> for String
where\n E: Error,

§

type Deserializer = StringDeserializer<E>

The type of the deserializer being converted into.
source§

fn into_deserializer(self) -> StringDeserializer<E>

Convert this value into a deserializer.
","IntoDeserializer<'de, E>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Message for String

google.protobuf.StringValue

\n
source§

fn encoded_len(&self) -> usize

Returns the encoded length of the message without a length delimiter.
source§

fn clear(&mut self)

Clears the message, resetting all fields to their default.
source§

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message to a buffer. Read more
source§

fn encode_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message to a newly allocated buffer.
source§

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message with a length-delimiter to a buffer. Read more
source§

fn encode_length_delimited_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message with a length-delimiter to a newly allocated buffer.
source§

fn decode<B>(buf: B) -> Result<Self, DecodeError>
where\n B: Buf,\n Self: Default,

Decodes an instance of the message from a buffer. Read more
source§

fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
where\n B: Buf,\n Self: Default,

Decodes a length-delimited instance of the message from the buffer.
source§

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes an instance of the message from a buffer, and merges it into self. Read more
source§

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes a length-delimited instance of the message from buffer, and\nmerges it into self.
","Message","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Ord for String

source§

fn cmp(&self, other: &String) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a, 'b> PartialEq<&'a str> for String

source§

fn eq(&self, other: &&'a str) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &&'a str) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq<&'a str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<Authority> for String

§

fn eq(&self, other: &Authority) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<Bytes> for String

§

fn eq(&self, other: &Bytes) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<BytesMut> for String

§

fn eq(&self, other: &BytesMut) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a, 'b> PartialEq<Cow<'a, str>> for String

source§

fn eq(&self, other: &Cow<'a, str>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Cow<'a, str>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<HeaderValue> for String

§

fn eq(&self, other: &HeaderValue) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<PathAndQuery> for String

§

fn eq(&self, other: &PathAndQuery) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl PartialEq<Value> for String

source§

fn eq(&self, other: &Value) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a, 'b> PartialEq<str> for String

source§

fn eq(&self, other: &str) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &str) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl PartialEq for String

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<Authority> for String

§

fn partial_cmp(&self, other: &Authority) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<Bytes> for String

§

fn partial_cmp(&self, other: &Bytes) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<BytesMut> for String

§

fn partial_cmp(&self, other: &BytesMut) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<HeaderValue> for String

§

fn partial_cmp(&self, other: &HeaderValue) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<PathAndQuery> for String

§

fn partial_cmp(&self, other: &PathAndQuery) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl PartialOrd for String

source§

fn partial_cmp(&self, other: &String) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl PhfBorrow<str> for String

source§

fn borrow(&self) -> &str

Convert a reference to self to a reference to the borrowed type.
","PhfBorrow","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl PhfHash for String

source§

fn phf_hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds the value into the state given, updating the hasher as necessary.
source§

fn phf_hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the state provided.
","PhfHash","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PropertyReadType for String

§

fn get_value(v: &ColumnValue<'_>) -> Result<String, GeozeroError>

Get property value as Rust type.
","PropertyReadType","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Serialize for String

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl SourceCode for String

§

fn read_span<'a>(\n &'a self,\n span: &SourceSpan,\n context_lines_before: usize,\n context_lines_after: usize\n) -> Result<Box<dyn SpanContents<'a> + 'a>, MietteError>

Read the bytes for a specific span from this SourceCode, keeping a\ncertain number of lines before and after the span as context.
","SourceCode","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl StrConsumer for String

Pushes the str onto the end of the String

\n
§

fn consume(&mut self, buf: &str)

Consume the base64 encoded data in buf
","StrConsumer","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl StrConsumer for String

Pushes the str onto the end of the String

\n
§

fn consume(&mut self, buf: &str)

Consume the base64 encoded data in buf
","StrConsumer","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl String

1.0.0 (const: 1.39.0) · source

pub const fn new() -> String

Creates a new empty String.

\n

Given that the String is empty, this will not allocate any initial\nbuffer. While that means that this initial operation is very\ninexpensive, it may cause excessive allocation later when you add\ndata. If you have an idea of how much data the String will hold,\nconsider the with_capacity method to prevent excessive\nre-allocation.

\n
§Examples
\n
let s = String::new();
\n
1.0.0 · source

pub fn with_capacity(capacity: usize) -> String

Creates a new empty String with at least the specified capacity.

\n

Strings have an internal buffer to hold their data. The capacity is\nthe length of that buffer, and can be queried with the capacity\nmethod. This method creates an empty String, but one with an initial\nbuffer that can hold at least capacity bytes. This is useful when you\nmay be appending a bunch of data to the String, reducing the number of\nreallocations it needs to do.

\n

If the given capacity is 0, no allocation will occur, and this method\nis identical to the new method.

\n
§Examples
\n
let mut s = String::with_capacity(10);\n\n// The String contains no chars, even though it has capacity for more\nassert_eq!(s.len(), 0);\n\n// These are all done without reallocating...\nlet cap = s.capacity();\nfor _ in 0..10 {\n    s.push('a');\n}\n\nassert_eq!(s.capacity(), cap);\n\n// ...but this may make the string reallocate\ns.push('a');
\n
source

pub fn try_with_capacity(capacity: usize) -> Result<String, TryReserveError>

🔬This is a nightly-only experimental API. (try_with_capacity)

Creates a new empty String with at least the specified capacity.

\n
§Errors
\n

Returns Err if the capacity exceeds isize::MAX bytes,\nor if the memory allocator reports failure.

\n
1.0.0 · source

pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error>

Converts a vector of bytes to a String.

\n

A string (String) is made of bytes (u8), and a vector of bytes\n(Vec<u8>) is made of bytes, so this function converts between the\ntwo. Not all byte slices are valid Strings, however: String\nrequires that it is valid UTF-8. from_utf8() checks to ensure that\nthe bytes are valid UTF-8, and then does the conversion.

\n

If you are sure that the byte slice is valid UTF-8, and you don’t want\nto incur the overhead of the validity check, there is an unsafe version\nof this function, from_utf8_unchecked, which has the same behavior\nbut skips the check.

\n

This method will take care to not copy the vector, for efficiency’s\nsake.

\n

If you need a &str instead of a String, consider\nstr::from_utf8.

\n

The inverse of this method is into_bytes.

\n
§Errors
\n

Returns Err if the slice is not UTF-8 with a description as to why the\nprovided bytes are not UTF-8. The vector you moved in is also included.

\n
§Examples
\n

Basic usage:

\n\n
// some bytes, in a vector\nlet sparkle_heart = vec![240, 159, 146, 150];\n\n// We know these bytes are valid, so we'll use `unwrap()`.\nlet sparkle_heart = String::from_utf8(sparkle_heart).unwrap();\n\nassert_eq!(\"💖\", sparkle_heart);
\n

Incorrect bytes:

\n\n
// some invalid bytes, in a vector\nlet sparkle_heart = vec![0, 159, 146, 150];\n\nassert!(String::from_utf8(sparkle_heart).is_err());
\n

See the docs for FromUtf8Error for more details on what you can do\nwith this error.

\n
1.0.0 · source

pub fn from_utf8_lossy(v: &[u8]) -> Cow<'_, str>

Converts a slice of bytes to a string, including invalid characters.

\n

Strings are made of bytes (u8), and a slice of bytes\n(&[u8]) is made of bytes, so this function converts\nbetween the two. Not all byte slices are valid strings, however: strings\nare required to be valid UTF-8. During this conversion,\nfrom_utf8_lossy() will replace any invalid UTF-8 sequences with\nU+FFFD REPLACEMENT CHARACTER, which looks like this: �

\n

If you are sure that the byte slice is valid UTF-8, and you don’t want\nto incur the overhead of the conversion, there is an unsafe version\nof this function, from_utf8_unchecked, which has the same behavior\nbut skips the checks.

\n

This function returns a Cow<'a, str>. If our byte slice is invalid\nUTF-8, then we need to insert the replacement characters, which will\nchange the size of the string, and hence, require a String. But if\nit’s already valid UTF-8, we don’t need a new allocation. This return\ntype allows us to handle both cases.

\n
§Examples
\n

Basic usage:

\n\n
// some bytes, in a vector\nlet sparkle_heart = vec![240, 159, 146, 150];\n\nlet sparkle_heart = String::from_utf8_lossy(&sparkle_heart);\n\nassert_eq!(\"💖\", sparkle_heart);
\n

Incorrect bytes:

\n\n
// some invalid bytes\nlet input = b\"Hello \\xF0\\x90\\x80World\";\nlet output = String::from_utf8_lossy(input);\n\nassert_eq!(\"Hello �World\", output);
\n
1.0.0 · source

pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error>

Decode a UTF-16–encoded vector v into a String, returning Err\nif v contains any invalid data.

\n
§Examples
\n
// 𝄞music\nlet v = &[0xD834, 0xDD1E, 0x006d, 0x0075,\n          0x0073, 0x0069, 0x0063];\nassert_eq!(String::from(\"𝄞music\"),\n           String::from_utf16(v).unwrap());\n\n// 𝄞mu<invalid>ic\nlet v = &[0xD834, 0xDD1E, 0x006d, 0x0075,\n          0xD800, 0x0069, 0x0063];\nassert!(String::from_utf16(v).is_err());
\n
1.0.0 · source

pub fn from_utf16_lossy(v: &[u16]) -> String

Decode a UTF-16–encoded slice v into a String, replacing\ninvalid data with the replacement character (U+FFFD).

\n

Unlike from_utf8_lossy which returns a Cow<'a, str>,\nfrom_utf16_lossy returns a String since the UTF-16 to UTF-8\nconversion requires a memory allocation.

\n
§Examples
\n
// 𝄞mus<invalid>ic<invalid>\nlet v = &[0xD834, 0xDD1E, 0x006d, 0x0075,\n          0x0073, 0xDD1E, 0x0069, 0x0063,\n          0xD834];\n\nassert_eq!(String::from(\"𝄞mus\\u{FFFD}ic\\u{FFFD}\"),\n           String::from_utf16_lossy(v));
\n
source

pub fn from_utf16le(v: &[u8]) -> Result<String, FromUtf16Error>

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16LE–encoded vector v into a String, returning Err\nif v contains any invalid data.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞music\nlet v = &[0x34, 0xD8, 0x1E, 0xDD, 0x6d, 0x00, 0x75, 0x00,\n          0x73, 0x00, 0x69, 0x00, 0x63, 0x00];\nassert_eq!(String::from(\"𝄞music\"),\n           String::from_utf16le(v).unwrap());\n\n// 𝄞mu<invalid>ic\nlet v = &[0x34, 0xD8, 0x1E, 0xDD, 0x6d, 0x00, 0x75, 0x00,\n          0x00, 0xD8, 0x69, 0x00, 0x63, 0x00];\nassert!(String::from_utf16le(v).is_err());
\n
source

pub fn from_utf16le_lossy(v: &[u8]) -> String

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16LE–encoded slice v into a String, replacing\ninvalid data with the replacement character (U+FFFD).

\n

Unlike from_utf8_lossy which returns a Cow<'a, str>,\nfrom_utf16le_lossy returns a String since the UTF-16 to UTF-8\nconversion requires a memory allocation.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞mus<invalid>ic<invalid>\nlet v = &[0x34, 0xD8, 0x1E, 0xDD, 0x6d, 0x00, 0x75, 0x00,\n          0x73, 0x00, 0x1E, 0xDD, 0x69, 0x00, 0x63, 0x00,\n          0x34, 0xD8];\n\nassert_eq!(String::from(\"𝄞mus\\u{FFFD}ic\\u{FFFD}\"),\n           String::from_utf16le_lossy(v));
\n
source

pub fn from_utf16be(v: &[u8]) -> Result<String, FromUtf16Error>

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16BE–encoded vector v into a String, returning Err\nif v contains any invalid data.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞music\nlet v = &[0xD8, 0x34, 0xDD, 0x1E, 0x00, 0x6d, 0x00, 0x75,\n          0x00, 0x73, 0x00, 0x69, 0x00, 0x63];\nassert_eq!(String::from(\"𝄞music\"),\n           String::from_utf16be(v).unwrap());\n\n// 𝄞mu<invalid>ic\nlet v = &[0xD8, 0x34, 0xDD, 0x1E, 0x00, 0x6d, 0x00, 0x75,\n          0xD8, 0x00, 0x00, 0x69, 0x00, 0x63];\nassert!(String::from_utf16be(v).is_err());
\n
source

pub fn from_utf16be_lossy(v: &[u8]) -> String

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16BE–encoded slice v into a String, replacing\ninvalid data with the replacement character (U+FFFD).

\n

Unlike from_utf8_lossy which returns a Cow<'a, str>,\nfrom_utf16le_lossy returns a String since the UTF-16 to UTF-8\nconversion requires a memory allocation.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞mus<invalid>ic<invalid>\nlet v = &[0xD8, 0x34, 0xDD, 0x1E, 0x00, 0x6d, 0x00, 0x75,\n          0x00, 0x73, 0xDD, 0x1E, 0x00, 0x69, 0x00, 0x63,\n          0xD8, 0x34];\n\nassert_eq!(String::from(\"𝄞mus\\u{FFFD}ic\\u{FFFD}\"),\n           String::from_utf16be_lossy(v));
\n
source

pub fn into_raw_parts(self) -> (*mut u8, usize, usize)

🔬This is a nightly-only experimental API. (vec_into_raw_parts)

Decomposes a String into its raw components: (pointer, length, capacity).

\n

Returns the raw pointer to the underlying data, the length of\nthe string (in bytes), and the allocated capacity of the data\n(in bytes). These are the same arguments in the same order as\nthe arguments to from_raw_parts.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the String. The only way to do\nthis is to convert the raw pointer, length, and capacity back\ninto a String with the from_raw_parts function, allowing\nthe destructor to perform the cleanup.

\n
§Examples
\n
#![feature(vec_into_raw_parts)]\nlet s = String::from(\"hello\");\n\nlet (ptr, len, cap) = s.into_raw_parts();\n\nlet rebuilt = unsafe { String::from_raw_parts(ptr, len, cap) };\nassert_eq!(rebuilt, \"hello\");
\n
1.0.0 · source

pub unsafe fn from_raw_parts(\n buf: *mut u8,\n length: usize,\n capacity: usize\n) -> String

Creates a new String from a pointer, a length and a capacity.

\n
§Safety
\n

This is highly unsafe, due to the number of invariants that aren’t\nchecked:

\n
    \n
  • The memory at buf needs to have been previously allocated by the\nsame allocator the standard library uses, with a required alignment of exactly 1.
  • \n
  • length needs to be less than or equal to capacity.
  • \n
  • capacity needs to be the correct value.
  • \n
  • The first length bytes at buf need to be valid UTF-8.
  • \n
\n

Violating these may cause problems like corrupting the allocator’s\ninternal data structures. For example, it is normally not safe to\nbuild a String from a pointer to a C char array containing UTF-8\nunless you are certain that array was originally allocated by the\nRust standard library’s allocator.

\n

The ownership of buf is effectively transferred to the\nString which may then deallocate, reallocate or change the\ncontents of memory pointed to by the pointer at will. Ensure\nthat nothing else uses the pointer after calling this\nfunction.

\n
§Examples
\n
use std::mem;\n\nunsafe {\n    let s = String::from(\"hello\");\n\n    // Prevent automatically dropping the String's data\n    let mut s = mem::ManuallyDrop::new(s);\n\n    let ptr = s.as_mut_ptr();\n    let len = s.len();\n    let capacity = s.capacity();\n\n    let s = String::from_raw_parts(ptr, len, capacity);\n\n    assert_eq!(String::from(\"hello\"), s);\n}
\n
1.0.0 · source

pub unsafe fn from_utf8_unchecked(bytes: Vec<u8>) -> String

Converts a vector of bytes to a String without checking that the\nstring contains valid UTF-8.

\n

See the safe version, from_utf8, for more details.

\n
§Safety
\n

This function is unsafe because it does not check that the bytes passed\nto it are valid UTF-8. If this constraint is violated, it may cause\nmemory unsafety issues with future users of the String, as the rest of\nthe standard library assumes that Strings are valid UTF-8.

\n
§Examples
\n
// some bytes, in a vector\nlet sparkle_heart = vec![240, 159, 146, 150];\n\nlet sparkle_heart = unsafe {\n    String::from_utf8_unchecked(sparkle_heart)\n};\n\nassert_eq!(\"💖\", sparkle_heart);
\n
1.0.0 · source

pub fn into_bytes(self) -> Vec<u8>

Converts a String into a byte vector.

\n

This consumes the String, so we do not need to copy its contents.

\n
§Examples
\n
let s = String::from(\"hello\");\nlet bytes = s.into_bytes();\n\nassert_eq!(&[104, 101, 108, 108, 111][..], &bytes[..]);
\n
1.7.0 · source

pub fn as_str(&self) -> &str

Extracts a string slice containing the entire String.

\n
§Examples
\n
let s = String::from(\"foo\");\n\nassert_eq!(\"foo\", s.as_str());
\n
1.7.0 · source

pub fn as_mut_str(&mut self) -> &mut str

Converts a String into a mutable string slice.

\n
§Examples
\n
let mut s = String::from(\"foobar\");\nlet s_mut_str = s.as_mut_str();\n\ns_mut_str.make_ascii_uppercase();\n\nassert_eq!(\"FOOBAR\", s_mut_str);
\n
1.0.0 · source

pub fn push_str(&mut self, string: &str)

Appends a given string slice onto the end of this String.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.push_str(\"bar\");\n\nassert_eq!(\"foobar\", s);
\n
source

pub fn extend_from_within<R>(&mut self, src: R)
where\n R: RangeBounds<usize>,

🔬This is a nightly-only experimental API. (string_extend_from_within)

Copies elements from src range to the end of the string.

\n
§Panics
\n

Panics if the starting point or end point do not lie on a char\nboundary, or if they’re out of bounds.

\n
§Examples
\n
#![feature(string_extend_from_within)]\nlet mut string = String::from(\"abcde\");\n\nstring.extend_from_within(2..);\nassert_eq!(string, \"abcdecde\");\n\nstring.extend_from_within(..2);\nassert_eq!(string, \"abcdecdeab\");\n\nstring.extend_from_within(4..8);\nassert_eq!(string, \"abcdecdeabecde\");
\n
1.0.0 · source

pub fn capacity(&self) -> usize

Returns this String’s capacity, in bytes.

\n
§Examples
\n
let s = String::with_capacity(10);\n\nassert!(s.capacity() >= 10);
\n
1.0.0 · source

pub fn reserve(&mut self, additional: usize)

Reserves capacity for at least additional bytes more than the\ncurrent length. The allocator may reserve more space to speculatively\navoid frequent allocations. After calling reserve,\ncapacity will be greater than or equal to self.len() + additional.\nDoes nothing if capacity is already sufficient.

\n
§Panics
\n

Panics if the new capacity overflows usize.

\n
§Examples
\n

Basic usage:

\n\n
let mut s = String::new();\n\ns.reserve(10);\n\nassert!(s.capacity() >= 10);
\n

This might not actually increase the capacity:

\n\n
let mut s = String::with_capacity(10);\ns.push('a');\ns.push('b');\n\n// s now has a length of 2 and a capacity of at least 10\nlet capacity = s.capacity();\nassert_eq!(2, s.len());\nassert!(capacity >= 10);\n\n// Since we already have at least an extra 8 capacity, calling this...\ns.reserve(8);\n\n// ... doesn't actually increase.\nassert_eq!(capacity, s.capacity());
\n
1.0.0 · source

pub fn reserve_exact(&mut self, additional: usize)

Reserves the minimum capacity for at least additional bytes more than\nthe current length. Unlike reserve, this will not\ndeliberately over-allocate to speculatively avoid frequent allocations.\nAfter calling reserve_exact, capacity will be greater than or equal to\nself.len() + additional. Does nothing if the capacity is already\nsufficient.

\n
§Panics
\n

Panics if the new capacity overflows usize.

\n
§Examples
\n

Basic usage:

\n\n
let mut s = String::new();\n\ns.reserve_exact(10);\n\nassert!(s.capacity() >= 10);
\n

This might not actually increase the capacity:

\n\n
let mut s = String::with_capacity(10);\ns.push('a');\ns.push('b');\n\n// s now has a length of 2 and a capacity of at least 10\nlet capacity = s.capacity();\nassert_eq!(2, s.len());\nassert!(capacity >= 10);\n\n// Since we already have at least an extra 8 capacity, calling this...\ns.reserve_exact(8);\n\n// ... doesn't actually increase.\nassert_eq!(capacity, s.capacity());
\n
1.57.0 · source

pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError>

Tries to reserve capacity for at least additional bytes more than the\ncurrent length. The allocator may reserve more space to speculatively\navoid frequent allocations. After calling try_reserve, capacity will be\ngreater than or equal to self.len() + additional if it returns\nOk(()). Does nothing if capacity is already sufficient. This method\npreserves the contents even if an error occurs.

\n
§Errors
\n

If the capacity overflows, or the allocator reports a failure, then an error\nis returned.

\n
§Examples
\n
use std::collections::TryReserveError;\n\nfn process_data(data: &str) -> Result<String, TryReserveError> {\n    let mut output = String::new();\n\n    // Pre-reserve the memory, exiting if we can't\n    output.try_reserve(data.len())?;\n\n    // Now we know this can't OOM in the middle of our complex work\n    output.push_str(data);\n\n    Ok(output)\n}
\n
1.57.0 · source

pub fn try_reserve_exact(\n &mut self,\n additional: usize\n) -> Result<(), TryReserveError>

Tries to reserve the minimum capacity for at least additional bytes\nmore than the current length. Unlike try_reserve, this will not\ndeliberately over-allocate to speculatively avoid frequent allocations.\nAfter calling try_reserve_exact, capacity will be greater than or\nequal to self.len() + additional if it returns Ok(()).\nDoes nothing if the capacity is already sufficient.

\n

Note that the allocator may give the collection more space than it\nrequests. Therefore, capacity can not be relied upon to be precisely\nminimal. Prefer try_reserve if future insertions are expected.

\n
§Errors
\n

If the capacity overflows, or the allocator reports a failure, then an error\nis returned.

\n
§Examples
\n
use std::collections::TryReserveError;\n\nfn process_data(data: &str) -> Result<String, TryReserveError> {\n    let mut output = String::new();\n\n    // Pre-reserve the memory, exiting if we can't\n    output.try_reserve_exact(data.len())?;\n\n    // Now we know this can't OOM in the middle of our complex work\n    output.push_str(data);\n\n    Ok(output)\n}
\n
1.0.0 · source

pub fn shrink_to_fit(&mut self)

Shrinks the capacity of this String to match its length.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.reserve(100);\nassert!(s.capacity() >= 100);\n\ns.shrink_to_fit();\nassert_eq!(3, s.capacity());
\n
1.56.0 · source

pub fn shrink_to(&mut self, min_capacity: usize)

Shrinks the capacity of this String with a lower bound.

\n

The capacity will remain at least as large as both the length\nand the supplied value.

\n

If the current capacity is less than the lower limit, this is a no-op.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.reserve(100);\nassert!(s.capacity() >= 100);\n\ns.shrink_to(10);\nassert!(s.capacity() >= 10);\ns.shrink_to(0);\nassert!(s.capacity() >= 3);
\n
1.0.0 · source

pub fn push(&mut self, ch: char)

Appends the given char to the end of this String.

\n
§Examples
\n
let mut s = String::from(\"abc\");\n\ns.push('1');\ns.push('2');\ns.push('3');\n\nassert_eq!(\"abc123\", s);
\n
1.0.0 · source

pub fn as_bytes(&self) -> &[u8]

Returns a byte slice of this String’s contents.

\n

The inverse of this method is from_utf8.

\n
§Examples
\n
let s = String::from(\"hello\");\n\nassert_eq!(&[104, 101, 108, 108, 111], s.as_bytes());
\n
1.0.0 · source

pub fn truncate(&mut self, new_len: usize)

Shortens this String to the specified length.

\n

If new_len is greater than the string’s current length, this has no\neffect.

\n

Note that this method has no effect on the allocated capacity\nof the string

\n
§Panics
\n

Panics if new_len does not lie on a char boundary.

\n
§Examples
\n
let mut s = String::from(\"hello\");\n\ns.truncate(2);\n\nassert_eq!(\"he\", s);
\n
1.0.0 · source

pub fn pop(&mut self) -> Option<char>

Removes the last character from the string buffer and returns it.

\n

Returns None if this String is empty.

\n
§Examples
\n
let mut s = String::from(\"abč\");\n\nassert_eq!(s.pop(), Some('č'));\nassert_eq!(s.pop(), Some('b'));\nassert_eq!(s.pop(), Some('a'));\n\nassert_eq!(s.pop(), None);
\n
1.0.0 · source

pub fn remove(&mut self, idx: usize) -> char

Removes a char from this String at a byte position and returns it.

\n

This is an O(n) operation, as it requires copying every element in the\nbuffer.

\n
§Panics
\n

Panics if idx is larger than or equal to the String’s length,\nor if it does not lie on a char boundary.

\n
§Examples
\n
let mut s = String::from(\"abç\");\n\nassert_eq!(s.remove(0), 'a');\nassert_eq!(s.remove(1), 'ç');\nassert_eq!(s.remove(0), 'b');
\n
source

pub fn remove_matches<'a, P>(&'a mut self, pat: P)
where\n P: for<'x> Pattern<'x>,

🔬This is a nightly-only experimental API. (string_remove_matches)

Remove all matches of pattern pat in the String.

\n
§Examples
\n
#![feature(string_remove_matches)]\nlet mut s = String::from(\"Trees are not green, the sky is not blue.\");\ns.remove_matches(\"not \");\nassert_eq!(\"Trees are green, the sky is blue.\", s);
\n

Matches will be detected and removed iteratively, so in cases where\npatterns overlap, only the first pattern will be removed:

\n\n
#![feature(string_remove_matches)]\nlet mut s = String::from(\"banana\");\ns.remove_matches(\"ana\");\nassert_eq!(\"bna\", s);
\n
1.26.0 · source

pub fn retain<F>(&mut self, f: F)
where\n F: FnMut(char) -> bool,

Retains only the characters specified by the predicate.

\n

In other words, remove all characters c such that f(c) returns false.\nThis method operates in place, visiting each character exactly once in the\noriginal order, and preserves the order of the retained characters.

\n
§Examples
\n
let mut s = String::from(\"f_o_ob_ar\");\n\ns.retain(|c| c != '_');\n\nassert_eq!(s, \"foobar\");
\n

Because the elements are visited exactly once in the original order,\nexternal state may be used to decide which elements to keep.

\n\n
let mut s = String::from(\"abcde\");\nlet keep = [false, true, true, false, true];\nlet mut iter = keep.iter();\ns.retain(|_| *iter.next().unwrap());\nassert_eq!(s, \"bce\");
\n
1.0.0 · source

pub fn insert(&mut self, idx: usize, ch: char)

Inserts a character into this String at a byte position.

\n

This is an O(n) operation as it requires copying every element in the\nbuffer.

\n
§Panics
\n

Panics if idx is larger than the String’s length, or if it does not\nlie on a char boundary.

\n
§Examples
\n
let mut s = String::with_capacity(3);\n\ns.insert(0, 'f');\ns.insert(1, 'o');\ns.insert(2, 'o');\n\nassert_eq!(\"foo\", s);
\n
1.16.0 · source

pub fn insert_str(&mut self, idx: usize, string: &str)

Inserts a string slice into this String at a byte position.

\n

This is an O(n) operation as it requires copying every element in the\nbuffer.

\n
§Panics
\n

Panics if idx is larger than the String’s length, or if it does not\nlie on a char boundary.

\n
§Examples
\n
let mut s = String::from(\"bar\");\n\ns.insert_str(0, \"foo\");\n\nassert_eq!(\"foobar\", s);
\n
1.0.0 · source

pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<u8>

Returns a mutable reference to the contents of this String.

\n
§Safety
\n

This function is unsafe because the returned &mut Vec allows writing\nbytes which are not valid UTF-8. If this constraint is violated, using\nthe original String after dropping the &mut Vec may violate memory\nsafety, as the rest of the standard library assumes that Strings are\nvalid UTF-8.

\n
§Examples
\n
let mut s = String::from(\"hello\");\n\nunsafe {\n    let vec = s.as_mut_vec();\n    assert_eq!(&[104, 101, 108, 108, 111][..], &vec[..]);\n\n    vec.reverse();\n}\nassert_eq!(s, \"olleh\");
\n
1.0.0 · source

pub fn len(&self) -> usize

Returns the length of this String, in bytes, not chars or\ngraphemes. In other words, it might not be what a human considers the\nlength of the string.

\n
§Examples
\n
let a = String::from(\"foo\");\nassert_eq!(a.len(), 3);\n\nlet fancy_f = String::from(\"ƒoo\");\nassert_eq!(fancy_f.len(), 4);\nassert_eq!(fancy_f.chars().count(), 3);
\n
1.0.0 · source

pub fn is_empty(&self) -> bool

Returns true if this String has a length of zero, and false otherwise.

\n
§Examples
\n
let mut v = String::new();\nassert!(v.is_empty());\n\nv.push('a');\nassert!(!v.is_empty());
\n
1.16.0 · source

pub fn split_off(&mut self, at: usize) -> String

Splits the string into two at the given byte index.

\n

Returns a newly allocated String. self contains bytes [0, at), and\nthe returned String contains bytes [at, len). at must be on the\nboundary of a UTF-8 code point.

\n

Note that the capacity of self does not change.

\n
§Panics
\n

Panics if at is not on a UTF-8 code point boundary, or if it is beyond the last\ncode point of the string.

\n
§Examples
\n
let mut hello = String::from(\"Hello, World!\");\nlet world = hello.split_off(7);\nassert_eq!(hello, \"Hello, \");\nassert_eq!(world, \"World!\");
\n
1.0.0 · source

pub fn clear(&mut self)

Truncates this String, removing all contents.

\n

While this means the String will have a length of zero, it does not\ntouch its capacity.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.clear();\n\nassert!(s.is_empty());\nassert_eq!(0, s.len());\nassert_eq!(3, s.capacity());
\n
1.6.0 · source

pub fn drain<R>(&mut self, range: R) -> Drain<'_>
where\n R: RangeBounds<usize>,

Removes the specified range from the string in bulk, returning all\nremoved characters as an iterator.

\n

The returned iterator keeps a mutable borrow on the string to optimize\nits implementation.

\n
§Panics
\n

Panics if the starting point or end point do not lie on a char\nboundary, or if they’re out of bounds.

\n
§Leaking
\n

If the returned iterator goes out of scope without being dropped (due to\ncore::mem::forget, for example), the string may still contain a copy\nof any drained characters, or may have lost characters arbitrarily,\nincluding characters outside the range.

\n
§Examples
\n
let mut s = String::from(\"α is alpha, β is beta\");\nlet beta_offset = s.find('β').unwrap_or(s.len());\n\n// Remove the range up until the β from the string\nlet t: String = s.drain(..beta_offset).collect();\nassert_eq!(t, \"α is alpha, \");\nassert_eq!(s, \"β is beta\");\n\n// A full range clears the string, like `clear()` does\ns.drain(..);\nassert_eq!(s, \"\");
\n
1.27.0 · source

pub fn replace_range<R>(&mut self, range: R, replace_with: &str)
where\n R: RangeBounds<usize>,

Removes the specified range in the string,\nand replaces it with the given string.\nThe given string doesn’t need to be the same length as the range.

\n
§Panics
\n

Panics if the starting point or end point do not lie on a char\nboundary, or if they’re out of bounds.

\n
§Examples
\n
let mut s = String::from(\"α is alpha, β is beta\");\nlet beta_offset = s.find('β').unwrap_or(s.len());\n\n// Replace the range up until the β from the string\ns.replace_range(..beta_offset, \"Α is capital alpha; \");\nassert_eq!(s, \"Α is capital alpha; β is beta\");
\n
1.4.0 · source

pub fn into_boxed_str(self) -> Box<str>

Converts this String into a Box<str>.

\n

This will drop any excess capacity.

\n
§Examples
\n
let s = String::from(\"hello\");\n\nlet b = s.into_boxed_str();
\n
1.72.0 · source

pub fn leak<'a>(self) -> &'a mut str

Consumes and leaks the String, returning a mutable reference to the contents,\n&'a mut str.

\n

The caller has free choice over the returned lifetime, including 'static. Indeed,\nthis function is ideally used for data that lives for the remainder of the program’s life,\nas dropping the returned reference will cause a memory leak.

\n

It does not reallocate or shrink the String,\nso the leaked allocation may include unused capacity that is not part\nof the returned slice. If you don’t want that, call into_boxed_str,\nand then Box::leak.

\n
§Examples
\n
let x = String::from(\"bucket\");\nlet static_ref: &'static mut str = x.leak();\nassert_eq!(static_ref, \"bucket\");
\n
",0,"maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Target for String

§

fn as_mut_string(&mut self) -> &mut String

§

fn finish(self) -> String

§

type Finished = String

","Target","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.16.0 · source§

impl ToSocketAddrs for String

§

type Iter = IntoIter<SocketAddr>

Returned iterator over socket addresses which this type may correspond\nto.
source§

fn to_socket_addrs(&self) -> Result<IntoIter<SocketAddr>, Error>

Converts this object to an iterator of resolved SocketAddrs. Read more
","ToSocketAddrs","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Value for String

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
","Value","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Write for String

source§

fn write_str(&mut self, s: &str) -> Result<(), Error>

Writes a string slice into this writer, returning whether the write\nsucceeded. Read more
source§

fn write_char(&mut self, c: char) -> Result<(), Error>

Writes a char into this writer, returning whether the write succeeded. Read more
1.0.0 · source§

fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Error>

Glue for usage of the write! macro with implementors of this trait. Read more
","Write","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Zeroize for String

§

fn zeroize(&mut self)

Zero out this object from memory using Rust intrinsics which ensure the\nzeroization operation is not “optimized away” by the compiler.
","Zeroize","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl AsHeaderName for String

","AsHeaderName","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl DerefPure for String

","DerefPure","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Eq for String

","Eq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Format for String

Serialize into a String

\n
","Format","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl<T> FromStream<T> for String
where\n T: AsRef<str>,

","FromStream","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Index for String

","Index","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl IntoUrl for String

","IntoUrl","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PtrRead for String

","PtrRead","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl StructuralPartialEq for String

","StructuralPartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl ToSocketAddrs for String

","ToSocketAddrs","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"]] +"maplibre":[["
1.0.0 · source§

impl Add<&str> for String

Implements the + operator for concatenating two strings.

\n

This consumes the String on the left-hand side and re-uses its buffer (growing it if\nnecessary). This is done to avoid allocating a new String and copying the entire contents on\nevery operation, which would lead to O(n^2) running time when building an n-byte string by\nrepeated concatenation.

\n

The string on the right-hand side is only borrowed; its contents are copied into the returned\nString.

\n

§Examples

\n

Concatenating two Strings takes the first by value and borrows the second:

\n\n
let a = String::from(\"hello\");\nlet b = String::from(\" world\");\nlet c = a + &b;\n// `a` is moved and can no longer be used here.
\n

If you want to keep using the first String, you can clone it and append to the clone instead:

\n\n
let a = String::from(\"hello\");\nlet b = String::from(\" world\");\nlet c = a.clone() + &b;\n// `a` is still valid here.
\n

Concatenating &str slices can be done by converting the first to a String:

\n\n
let a = \"hello\";\nlet b = \" world\";\nlet c = a.to_string() + b;
\n
§

type Output = String

The resulting type after applying the + operator.
source§

fn add(self, other: &str) -> String

Performs the + operation. Read more
","Add<&str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.12.0 · source§

impl AddAssign<&str> for String

Implements the += operator for appending to a String.

\n

This has the same behavior as the push_str method.

\n
source§

fn add_assign(&mut self, other: &str)

Performs the += operation. Read more
","AddAssign<&str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Arg for String

§

fn as_str(&self) -> Result<&str, Errno>

Returns a view of this string as a string slice.
§

fn to_string_lossy(&self) -> Cow<'_, str>

Returns a potentially-lossy rendering of this string as a\nCow<'_, str>.
§

fn as_cow_c_str(&self) -> Result<Cow<'_, CStr>, Errno>

Returns a view of this string as a maybe-owned CStr.
§

fn into_c_str<'b>(self) -> Result<Cow<'b, CStr>, Errno>
where\n String: 'b,

Consumes self and returns a view of this string as a maybe-owned\nCStr.
§

fn into_with_c_str<T, F>(self, f: F) -> Result<T, Errno>
where\n String: Sized,\n F: FnOnce(&CStr) -> Result<T, Errno>,

Runs a closure with self passed in as a &CStr.
","Arg","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.43.0 · source§

impl AsMut<str> for String

source§

fn as_mut(&mut self) -> &mut str

Converts this type into a mutable reference of the (usually inferred) input type.
","AsMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<[u8]> for String

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef<[u8]>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<OsStr> for String

source§

fn as_ref(&self) -> &OsStr

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<Path> for String

source§

fn as_ref(&self) -> &Path

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl AsRef<str> for String

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Body for String

§

type Data = Bytes

Values yielded by the Body.
§

type Error = Infallible

The error type this Body might generate.
§

fn poll_frame(\n self: Pin<&mut String>,\n _cx: &mut Context<'_>\n) -> Poll<Option<Result<Frame<<String as Body>::Data>, <String as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
","Body","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Borrow<str> for String

source§

fn borrow(&self) -> &str

Immutably borrows from an owned value. Read more
","Borrow","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.36.0 · source§

impl BorrowMut<str> for String

source§

fn borrow_mut(&mut self) -> &mut str

Mutably borrows from an owned value. Read more
","BorrowMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Clone for String

source§

fn clone_from(&mut self, source: &String)

Clones the contents of source into self.

\n

This method is preferred over simply assigning source.clone() to self,\nas it avoids reallocation if possible.

\n
source§

fn clone(&self) -> String

Returns a copy of the value. Read more
","Clone","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Debug for String

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Default for String

source§

fn default() -> String

Creates an empty String.

\n
","Default","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Deref for String

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &str

Dereferences the value.
","Deref","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.3.0 · source§

impl DerefMut for String

source§

fn deref_mut(&mut self) -> &mut str

Mutably dereferences the value.
","DerefMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl<'de> Deserialize<'de> for String

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<String, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Display for String

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.2.0 · source§

impl<'a> Extend<&'a char> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = &'a char>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, _: &'a char)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend<&'a char>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a> Extend<&'a str> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = &'a str>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, s: &'a str)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend<&'a str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.45.0 · source§

impl Extend<Box<str>> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = Box<str>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl<A> Extend<Box<str, A>> for String
where\n A: Allocator,

§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = Box<str, A>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.19.0 · source§

impl<'a> Extend<Cow<'a, str>> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = Cow<'a, str>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, s: Cow<'a, str>)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.4.0 · source§

impl Extend<String> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = String>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, s: String)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Extend<char> for String

source§

fn extend<I>(&mut self, iter: I)
where\n I: IntoIterator<Item = char>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, c: char)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
","Extend","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl FmtConst for String

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Print a const expression representing this value.
","FmtConst","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.35.0 · source§

impl From<&String> for String

source§

fn from(s: &String) -> String

Converts a &String into a String.

\n

This clones s and returns the clone.

\n
","From<&String>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.44.0 · source§

impl From<&mut str> for String

source§

fn from(s: &mut str) -> String

Converts a &mut str into a String.

\n

The result is allocated on the heap.

\n
","From<&mut str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl From<&str> for String

source§

fn from(s: &str) -> String

Converts a &str into a String.

\n

The result is allocated on the heap.

\n
","From<&str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.18.0 · source§

impl From<Box<str>> for String

source§

fn from(s: Box<str>) -> String

Converts the given boxed str slice to a String.\nIt is notable that the str slice is owned.

\n
§Examples
\n
let s1: String = String::from(\"hello world\");\nlet s2: Box<str> = s1.into_boxed_str();\nlet s3: String = String::from(s2);\n\nassert_eq!(\"hello world\", s3)
\n
","From>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.14.0 · source§

impl<'a> From<Cow<'a, str>> for String

source§

fn from(s: Cow<'a, str>) -> String

Converts a clone-on-write string to an owned\ninstance of String.

\n

This extracts the owned string,\nclones the string if it is not already owned.

\n
§Example
\n
// If the string is not owned...\nlet cow: Cow<'_, str> = Cow::Borrowed(\"eggplant\");\n// It will allocate on the heap and copy the string.\nlet owned: String = String::from(cow);\nassert_eq!(&owned[..], \"eggplant\");
\n
","From>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl From<Url> for String

String conversion.

\n
source§

fn from(value: Url) -> String

Converts to this type from the input type.
","From","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.46.0 · source§

impl From<char> for String

source§

fn from(c: char) -> String

Allocates an owned String from a single character.

\n
§Example
\n
let c: char = 'a';\nlet s: String = String::from(c);\nassert_eq!(\"a\", &s[..]);
\n
","From","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.17.0 · source§

impl<'a> FromIterator<&'a char> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = &'a char>,

Creates a value from an iterator. Read more
","FromIterator<&'a char>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a> FromIterator<&'a str> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = &'a str>,

Creates a value from an iterator. Read more
","FromIterator<&'a str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.45.0 · source§

impl FromIterator<Box<str>> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = Box<str>>,

Creates a value from an iterator. Read more
","FromIterator>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.19.0 · source§

impl<'a> FromIterator<Cow<'a, str>> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = Cow<'a, str>>,

Creates a value from an iterator. Read more
","FromIterator>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.4.0 · source§

impl FromIterator<String> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = String>,

Creates a value from an iterator. Read more
","FromIterator","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl FromIterator<char> for String

source§

fn from_iter<I>(iter: I) -> String
where\n I: IntoIterator<Item = char>,

Creates a value from an iterator. Read more
","FromIterator","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl FromStr for String

§

type Err = Infallible

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<String, <String as FromStr>::Err>

Parses a string s to return a value of this type. Read more
","FromStr","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Hash for String

source§

fn hash<H>(&self, hasher: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<I> Index<I> for String
where\n I: SliceIndex<str>,

§

type Output = <I as SliceIndex<str>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &<I as SliceIndex<str>>::Output

Performs the indexing (container[index]) operation. Read more
","Index","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<I> IndexMut<I> for String
where\n I: SliceIndex<str>,

source§

fn index_mut(&mut self, index: I) -> &mut <I as SliceIndex<str>>::Output

Performs the mutable indexing (container[index]) operation. Read more
","IndexMut","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl<'de, E> IntoDeserializer<'de, E> for String
where\n E: Error,

§

type Deserializer = StringDeserializer<E>

The type of the deserializer being converted into.
source§

fn into_deserializer(self) -> StringDeserializer<E>

Convert this value into a deserializer.
","IntoDeserializer<'de, E>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Message for String

google.protobuf.StringValue

\n
source§

fn encoded_len(&self) -> usize

Returns the encoded length of the message without a length delimiter.
source§

fn clear(&mut self)

Clears the message, resetting all fields to their default.
source§

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message to a buffer. Read more
source§

fn encode_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message to a newly allocated buffer.
source§

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where\n B: BufMut,\n Self: Sized,

Encodes the message with a length-delimiter to a buffer. Read more
source§

fn encode_length_delimited_to_vec(&self) -> Vec<u8>
where\n Self: Sized,

Encodes the message with a length-delimiter to a newly allocated buffer.
source§

fn decode<B>(buf: B) -> Result<Self, DecodeError>
where\n B: Buf,\n Self: Default,

Decodes an instance of the message from a buffer. Read more
source§

fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
where\n B: Buf,\n Self: Default,

Decodes a length-delimited instance of the message from the buffer.
source§

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes an instance of the message from a buffer, and merges it into self. Read more
source§

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
where\n B: Buf,\n Self: Sized,

Decodes a length-delimited instance of the message from buffer, and\nmerges it into self.
","Message","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Ord for String

source§

fn cmp(&self, other: &String) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a, 'b> PartialEq<&'a str> for String

source§

fn eq(&self, other: &&'a str) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &&'a str) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq<&'a str>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<Authority> for String

§

fn eq(&self, other: &Authority) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<Bytes> for String

§

fn eq(&self, other: &Bytes) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<BytesMut> for String

§

fn eq(&self, other: &BytesMut) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a, 'b> PartialEq<Cow<'a, str>> for String

source§

fn eq(&self, other: &Cow<'a, str>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Cow<'a, str>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq>","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<HeaderValue> for String

§

fn eq(&self, other: &HeaderValue) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialEq<PathAndQuery> for String

§

fn eq(&self, other: &PathAndQuery) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl PartialEq<Value> for String

source§

fn eq(&self, other: &Value) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl<'a, 'b> PartialEq<str> for String

source§

fn eq(&self, other: &str) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &str) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl PartialEq for String

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<Authority> for String

§

fn partial_cmp(&self, other: &Authority) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<Bytes> for String

§

fn partial_cmp(&self, other: &Bytes) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<BytesMut> for String

§

fn partial_cmp(&self, other: &BytesMut) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<HeaderValue> for String

§

fn partial_cmp(&self, other: &HeaderValue) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PartialOrd<PathAndQuery> for String

§

fn partial_cmp(&self, other: &PathAndQuery) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl PartialOrd for String

source§

fn partial_cmp(&self, other: &String) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl PhfBorrow<str> for String

source§

fn borrow(&self) -> &str

Convert a reference to self to a reference to the borrowed type.
","PhfBorrow","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl PhfHash for String

source§

fn phf_hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds the value into the state given, updating the hasher as necessary.
source§

fn phf_hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the state provided.
","PhfHash","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PropertyReadType for String

§

fn get_value(v: &ColumnValue<'_>) -> Result<String, GeozeroError>

Get property value as Rust type.
","PropertyReadType","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Serialize for String

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl SourceCode for String

§

fn read_span<'a>(\n &'a self,\n span: &SourceSpan,\n context_lines_before: usize,\n context_lines_after: usize\n) -> Result<Box<dyn SpanContents<'a> + 'a>, MietteError>

Read the bytes for a specific span from this SourceCode, keeping a\ncertain number of lines before and after the span as context.
","SourceCode","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl StrConsumer for String

Pushes the str onto the end of the String

\n
§

fn consume(&mut self, buf: &str)

Consume the base64 encoded data in buf
","StrConsumer","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl StrConsumer for String

Pushes the str onto the end of the String

\n
§

fn consume(&mut self, buf: &str)

Consume the base64 encoded data in buf
","StrConsumer","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl String

1.0.0 (const: 1.39.0) · source

pub const fn new() -> String

Creates a new empty String.

\n

Given that the String is empty, this will not allocate any initial\nbuffer. While that means that this initial operation is very\ninexpensive, it may cause excessive allocation later when you add\ndata. If you have an idea of how much data the String will hold,\nconsider the with_capacity method to prevent excessive\nre-allocation.

\n
§Examples
\n
let s = String::new();
\n
1.0.0 · source

pub fn with_capacity(capacity: usize) -> String

Creates a new empty String with at least the specified capacity.

\n

Strings have an internal buffer to hold their data. The capacity is\nthe length of that buffer, and can be queried with the capacity\nmethod. This method creates an empty String, but one with an initial\nbuffer that can hold at least capacity bytes. This is useful when you\nmay be appending a bunch of data to the String, reducing the number of\nreallocations it needs to do.

\n

If the given capacity is 0, no allocation will occur, and this method\nis identical to the new method.

\n
§Examples
\n
let mut s = String::with_capacity(10);\n\n// The String contains no chars, even though it has capacity for more\nassert_eq!(s.len(), 0);\n\n// These are all done without reallocating...\nlet cap = s.capacity();\nfor _ in 0..10 {\n    s.push('a');\n}\n\nassert_eq!(s.capacity(), cap);\n\n// ...but this may make the string reallocate\ns.push('a');
\n
source

pub fn try_with_capacity(capacity: usize) -> Result<String, TryReserveError>

🔬This is a nightly-only experimental API. (try_with_capacity)

Creates a new empty String with at least the specified capacity.

\n
§Errors
\n

Returns Err if the capacity exceeds isize::MAX bytes,\nor if the memory allocator reports failure.

\n
1.0.0 · source

pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error>

Converts a vector of bytes to a String.

\n

A string (String) is made of bytes (u8), and a vector of bytes\n(Vec<u8>) is made of bytes, so this function converts between the\ntwo. Not all byte slices are valid Strings, however: String\nrequires that it is valid UTF-8. from_utf8() checks to ensure that\nthe bytes are valid UTF-8, and then does the conversion.

\n

If you are sure that the byte slice is valid UTF-8, and you don’t want\nto incur the overhead of the validity check, there is an unsafe version\nof this function, from_utf8_unchecked, which has the same behavior\nbut skips the check.

\n

This method will take care to not copy the vector, for efficiency’s\nsake.

\n

If you need a &str instead of a String, consider\nstr::from_utf8.

\n

The inverse of this method is into_bytes.

\n
§Errors
\n

Returns Err if the slice is not UTF-8 with a description as to why the\nprovided bytes are not UTF-8. The vector you moved in is also included.

\n
§Examples
\n

Basic usage:

\n\n
// some bytes, in a vector\nlet sparkle_heart = vec![240, 159, 146, 150];\n\n// We know these bytes are valid, so we'll use `unwrap()`.\nlet sparkle_heart = String::from_utf8(sparkle_heart).unwrap();\n\nassert_eq!(\"💖\", sparkle_heart);
\n

Incorrect bytes:

\n\n
// some invalid bytes, in a vector\nlet sparkle_heart = vec![0, 159, 146, 150];\n\nassert!(String::from_utf8(sparkle_heart).is_err());
\n

See the docs for FromUtf8Error for more details on what you can do\nwith this error.

\n
1.0.0 · source

pub fn from_utf8_lossy(v: &[u8]) -> Cow<'_, str>

Converts a slice of bytes to a string, including invalid characters.

\n

Strings are made of bytes (u8), and a slice of bytes\n(&[u8]) is made of bytes, so this function converts\nbetween the two. Not all byte slices are valid strings, however: strings\nare required to be valid UTF-8. During this conversion,\nfrom_utf8_lossy() will replace any invalid UTF-8 sequences with\nU+FFFD REPLACEMENT CHARACTER, which looks like this: �

\n

If you are sure that the byte slice is valid UTF-8, and you don’t want\nto incur the overhead of the conversion, there is an unsafe version\nof this function, from_utf8_unchecked, which has the same behavior\nbut skips the checks.

\n

This function returns a Cow<'a, str>. If our byte slice is invalid\nUTF-8, then we need to insert the replacement characters, which will\nchange the size of the string, and hence, require a String. But if\nit’s already valid UTF-8, we don’t need a new allocation. This return\ntype allows us to handle both cases.

\n
§Examples
\n

Basic usage:

\n\n
// some bytes, in a vector\nlet sparkle_heart = vec![240, 159, 146, 150];\n\nlet sparkle_heart = String::from_utf8_lossy(&sparkle_heart);\n\nassert_eq!(\"💖\", sparkle_heart);
\n

Incorrect bytes:

\n\n
// some invalid bytes\nlet input = b\"Hello \\xF0\\x90\\x80World\";\nlet output = String::from_utf8_lossy(input);\n\nassert_eq!(\"Hello �World\", output);
\n
1.0.0 · source

pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error>

Decode a UTF-16–encoded vector v into a String, returning Err\nif v contains any invalid data.

\n
§Examples
\n
// 𝄞music\nlet v = &[0xD834, 0xDD1E, 0x006d, 0x0075,\n          0x0073, 0x0069, 0x0063];\nassert_eq!(String::from(\"𝄞music\"),\n           String::from_utf16(v).unwrap());\n\n// 𝄞mu<invalid>ic\nlet v = &[0xD834, 0xDD1E, 0x006d, 0x0075,\n          0xD800, 0x0069, 0x0063];\nassert!(String::from_utf16(v).is_err());
\n
1.0.0 · source

pub fn from_utf16_lossy(v: &[u16]) -> String

Decode a UTF-16–encoded slice v into a String, replacing\ninvalid data with the replacement character (U+FFFD).

\n

Unlike from_utf8_lossy which returns a Cow<'a, str>,\nfrom_utf16_lossy returns a String since the UTF-16 to UTF-8\nconversion requires a memory allocation.

\n
§Examples
\n
// 𝄞mus<invalid>ic<invalid>\nlet v = &[0xD834, 0xDD1E, 0x006d, 0x0075,\n          0x0073, 0xDD1E, 0x0069, 0x0063,\n          0xD834];\n\nassert_eq!(String::from(\"𝄞mus\\u{FFFD}ic\\u{FFFD}\"),\n           String::from_utf16_lossy(v));
\n
source

pub fn from_utf16le(v: &[u8]) -> Result<String, FromUtf16Error>

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16LE–encoded vector v into a String, returning Err\nif v contains any invalid data.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞music\nlet v = &[0x34, 0xD8, 0x1E, 0xDD, 0x6d, 0x00, 0x75, 0x00,\n          0x73, 0x00, 0x69, 0x00, 0x63, 0x00];\nassert_eq!(String::from(\"𝄞music\"),\n           String::from_utf16le(v).unwrap());\n\n// 𝄞mu<invalid>ic\nlet v = &[0x34, 0xD8, 0x1E, 0xDD, 0x6d, 0x00, 0x75, 0x00,\n          0x00, 0xD8, 0x69, 0x00, 0x63, 0x00];\nassert!(String::from_utf16le(v).is_err());
\n
source

pub fn from_utf16le_lossy(v: &[u8]) -> String

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16LE–encoded slice v into a String, replacing\ninvalid data with the replacement character (U+FFFD).

\n

Unlike from_utf8_lossy which returns a Cow<'a, str>,\nfrom_utf16le_lossy returns a String since the UTF-16 to UTF-8\nconversion requires a memory allocation.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞mus<invalid>ic<invalid>\nlet v = &[0x34, 0xD8, 0x1E, 0xDD, 0x6d, 0x00, 0x75, 0x00,\n          0x73, 0x00, 0x1E, 0xDD, 0x69, 0x00, 0x63, 0x00,\n          0x34, 0xD8];\n\nassert_eq!(String::from(\"𝄞mus\\u{FFFD}ic\\u{FFFD}\"),\n           String::from_utf16le_lossy(v));
\n
source

pub fn from_utf16be(v: &[u8]) -> Result<String, FromUtf16Error>

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16BE–encoded vector v into a String, returning Err\nif v contains any invalid data.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞music\nlet v = &[0xD8, 0x34, 0xDD, 0x1E, 0x00, 0x6d, 0x00, 0x75,\n          0x00, 0x73, 0x00, 0x69, 0x00, 0x63];\nassert_eq!(String::from(\"𝄞music\"),\n           String::from_utf16be(v).unwrap());\n\n// 𝄞mu<invalid>ic\nlet v = &[0xD8, 0x34, 0xDD, 0x1E, 0x00, 0x6d, 0x00, 0x75,\n          0xD8, 0x00, 0x00, 0x69, 0x00, 0x63];\nassert!(String::from_utf16be(v).is_err());
\n
source

pub fn from_utf16be_lossy(v: &[u8]) -> String

🔬This is a nightly-only experimental API. (str_from_utf16_endian)

Decode a UTF-16BE–encoded slice v into a String, replacing\ninvalid data with the replacement character (U+FFFD).

\n

Unlike from_utf8_lossy which returns a Cow<'a, str>,\nfrom_utf16le_lossy returns a String since the UTF-16 to UTF-8\nconversion requires a memory allocation.

\n
§Examples
\n

Basic usage:

\n\n
#![feature(str_from_utf16_endian)]\n// 𝄞mus<invalid>ic<invalid>\nlet v = &[0xD8, 0x34, 0xDD, 0x1E, 0x00, 0x6d, 0x00, 0x75,\n          0x00, 0x73, 0xDD, 0x1E, 0x00, 0x69, 0x00, 0x63,\n          0xD8, 0x34];\n\nassert_eq!(String::from(\"𝄞mus\\u{FFFD}ic\\u{FFFD}\"),\n           String::from_utf16be_lossy(v));
\n
source

pub fn into_raw_parts(self) -> (*mut u8, usize, usize)

🔬This is a nightly-only experimental API. (vec_into_raw_parts)

Decomposes a String into its raw components: (pointer, length, capacity).

\n

Returns the raw pointer to the underlying data, the length of\nthe string (in bytes), and the allocated capacity of the data\n(in bytes). These are the same arguments in the same order as\nthe arguments to from_raw_parts.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the String. The only way to do\nthis is to convert the raw pointer, length, and capacity back\ninto a String with the from_raw_parts function, allowing\nthe destructor to perform the cleanup.

\n
§Examples
\n
#![feature(vec_into_raw_parts)]\nlet s = String::from(\"hello\");\n\nlet (ptr, len, cap) = s.into_raw_parts();\n\nlet rebuilt = unsafe { String::from_raw_parts(ptr, len, cap) };\nassert_eq!(rebuilt, \"hello\");
\n
1.0.0 · source

pub unsafe fn from_raw_parts(\n buf: *mut u8,\n length: usize,\n capacity: usize\n) -> String

Creates a new String from a pointer, a length and a capacity.

\n
§Safety
\n

This is highly unsafe, due to the number of invariants that aren’t\nchecked:

\n
    \n
  • The memory at buf needs to have been previously allocated by the\nsame allocator the standard library uses, with a required alignment of exactly 1.
  • \n
  • length needs to be less than or equal to capacity.
  • \n
  • capacity needs to be the correct value.
  • \n
  • The first length bytes at buf need to be valid UTF-8.
  • \n
\n

Violating these may cause problems like corrupting the allocator’s\ninternal data structures. For example, it is normally not safe to\nbuild a String from a pointer to a C char array containing UTF-8\nunless you are certain that array was originally allocated by the\nRust standard library’s allocator.

\n

The ownership of buf is effectively transferred to the\nString which may then deallocate, reallocate or change the\ncontents of memory pointed to by the pointer at will. Ensure\nthat nothing else uses the pointer after calling this\nfunction.

\n
§Examples
\n
use std::mem;\n\nunsafe {\n    let s = String::from(\"hello\");\n\n    // Prevent automatically dropping the String's data\n    let mut s = mem::ManuallyDrop::new(s);\n\n    let ptr = s.as_mut_ptr();\n    let len = s.len();\n    let capacity = s.capacity();\n\n    let s = String::from_raw_parts(ptr, len, capacity);\n\n    assert_eq!(String::from(\"hello\"), s);\n}
\n
1.0.0 · source

pub unsafe fn from_utf8_unchecked(bytes: Vec<u8>) -> String

Converts a vector of bytes to a String without checking that the\nstring contains valid UTF-8.

\n

See the safe version, from_utf8, for more details.

\n
§Safety
\n

This function is unsafe because it does not check that the bytes passed\nto it are valid UTF-8. If this constraint is violated, it may cause\nmemory unsafety issues with future users of the String, as the rest of\nthe standard library assumes that Strings are valid UTF-8.

\n
§Examples
\n
// some bytes, in a vector\nlet sparkle_heart = vec![240, 159, 146, 150];\n\nlet sparkle_heart = unsafe {\n    String::from_utf8_unchecked(sparkle_heart)\n};\n\nassert_eq!(\"💖\", sparkle_heart);
\n
1.0.0 · source

pub fn into_bytes(self) -> Vec<u8>

Converts a String into a byte vector.

\n

This consumes the String, so we do not need to copy its contents.

\n
§Examples
\n
let s = String::from(\"hello\");\nlet bytes = s.into_bytes();\n\nassert_eq!(&[104, 101, 108, 108, 111][..], &bytes[..]);
\n
1.7.0 · source

pub fn as_str(&self) -> &str

Extracts a string slice containing the entire String.

\n
§Examples
\n
let s = String::from(\"foo\");\n\nassert_eq!(\"foo\", s.as_str());
\n
1.7.0 · source

pub fn as_mut_str(&mut self) -> &mut str

Converts a String into a mutable string slice.

\n
§Examples
\n
let mut s = String::from(\"foobar\");\nlet s_mut_str = s.as_mut_str();\n\ns_mut_str.make_ascii_uppercase();\n\nassert_eq!(\"FOOBAR\", s_mut_str);
\n
1.0.0 · source

pub fn push_str(&mut self, string: &str)

Appends a given string slice onto the end of this String.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.push_str(\"bar\");\n\nassert_eq!(\"foobar\", s);
\n
source

pub fn extend_from_within<R>(&mut self, src: R)
where\n R: RangeBounds<usize>,

🔬This is a nightly-only experimental API. (string_extend_from_within)

Copies elements from src range to the end of the string.

\n
§Panics
\n

Panics if the starting point or end point do not lie on a char\nboundary, or if they’re out of bounds.

\n
§Examples
\n
#![feature(string_extend_from_within)]\nlet mut string = String::from(\"abcde\");\n\nstring.extend_from_within(2..);\nassert_eq!(string, \"abcdecde\");\n\nstring.extend_from_within(..2);\nassert_eq!(string, \"abcdecdeab\");\n\nstring.extend_from_within(4..8);\nassert_eq!(string, \"abcdecdeabecde\");
\n
1.0.0 · source

pub fn capacity(&self) -> usize

Returns this String’s capacity, in bytes.

\n
§Examples
\n
let s = String::with_capacity(10);\n\nassert!(s.capacity() >= 10);
\n
1.0.0 · source

pub fn reserve(&mut self, additional: usize)

Reserves capacity for at least additional bytes more than the\ncurrent length. The allocator may reserve more space to speculatively\navoid frequent allocations. After calling reserve,\ncapacity will be greater than or equal to self.len() + additional.\nDoes nothing if capacity is already sufficient.

\n
§Panics
\n

Panics if the new capacity overflows usize.

\n
§Examples
\n

Basic usage:

\n\n
let mut s = String::new();\n\ns.reserve(10);\n\nassert!(s.capacity() >= 10);
\n

This might not actually increase the capacity:

\n\n
let mut s = String::with_capacity(10);\ns.push('a');\ns.push('b');\n\n// s now has a length of 2 and a capacity of at least 10\nlet capacity = s.capacity();\nassert_eq!(2, s.len());\nassert!(capacity >= 10);\n\n// Since we already have at least an extra 8 capacity, calling this...\ns.reserve(8);\n\n// ... doesn't actually increase.\nassert_eq!(capacity, s.capacity());
\n
1.0.0 · source

pub fn reserve_exact(&mut self, additional: usize)

Reserves the minimum capacity for at least additional bytes more than\nthe current length. Unlike reserve, this will not\ndeliberately over-allocate to speculatively avoid frequent allocations.\nAfter calling reserve_exact, capacity will be greater than or equal to\nself.len() + additional. Does nothing if the capacity is already\nsufficient.

\n
§Panics
\n

Panics if the new capacity overflows usize.

\n
§Examples
\n

Basic usage:

\n\n
let mut s = String::new();\n\ns.reserve_exact(10);\n\nassert!(s.capacity() >= 10);
\n

This might not actually increase the capacity:

\n\n
let mut s = String::with_capacity(10);\ns.push('a');\ns.push('b');\n\n// s now has a length of 2 and a capacity of at least 10\nlet capacity = s.capacity();\nassert_eq!(2, s.len());\nassert!(capacity >= 10);\n\n// Since we already have at least an extra 8 capacity, calling this...\ns.reserve_exact(8);\n\n// ... doesn't actually increase.\nassert_eq!(capacity, s.capacity());
\n
1.57.0 · source

pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError>

Tries to reserve capacity for at least additional bytes more than the\ncurrent length. The allocator may reserve more space to speculatively\navoid frequent allocations. After calling try_reserve, capacity will be\ngreater than or equal to self.len() + additional if it returns\nOk(()). Does nothing if capacity is already sufficient. This method\npreserves the contents even if an error occurs.

\n
§Errors
\n

If the capacity overflows, or the allocator reports a failure, then an error\nis returned.

\n
§Examples
\n
use std::collections::TryReserveError;\n\nfn process_data(data: &str) -> Result<String, TryReserveError> {\n    let mut output = String::new();\n\n    // Pre-reserve the memory, exiting if we can't\n    output.try_reserve(data.len())?;\n\n    // Now we know this can't OOM in the middle of our complex work\n    output.push_str(data);\n\n    Ok(output)\n}
\n
1.57.0 · source

pub fn try_reserve_exact(\n &mut self,\n additional: usize\n) -> Result<(), TryReserveError>

Tries to reserve the minimum capacity for at least additional bytes\nmore than the current length. Unlike try_reserve, this will not\ndeliberately over-allocate to speculatively avoid frequent allocations.\nAfter calling try_reserve_exact, capacity will be greater than or\nequal to self.len() + additional if it returns Ok(()).\nDoes nothing if the capacity is already sufficient.

\n

Note that the allocator may give the collection more space than it\nrequests. Therefore, capacity can not be relied upon to be precisely\nminimal. Prefer try_reserve if future insertions are expected.

\n
§Errors
\n

If the capacity overflows, or the allocator reports a failure, then an error\nis returned.

\n
§Examples
\n
use std::collections::TryReserveError;\n\nfn process_data(data: &str) -> Result<String, TryReserveError> {\n    let mut output = String::new();\n\n    // Pre-reserve the memory, exiting if we can't\n    output.try_reserve_exact(data.len())?;\n\n    // Now we know this can't OOM in the middle of our complex work\n    output.push_str(data);\n\n    Ok(output)\n}
\n
1.0.0 · source

pub fn shrink_to_fit(&mut self)

Shrinks the capacity of this String to match its length.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.reserve(100);\nassert!(s.capacity() >= 100);\n\ns.shrink_to_fit();\nassert_eq!(3, s.capacity());
\n
1.56.0 · source

pub fn shrink_to(&mut self, min_capacity: usize)

Shrinks the capacity of this String with a lower bound.

\n

The capacity will remain at least as large as both the length\nand the supplied value.

\n

If the current capacity is less than the lower limit, this is a no-op.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.reserve(100);\nassert!(s.capacity() >= 100);\n\ns.shrink_to(10);\nassert!(s.capacity() >= 10);\ns.shrink_to(0);\nassert!(s.capacity() >= 3);
\n
1.0.0 · source

pub fn push(&mut self, ch: char)

Appends the given char to the end of this String.

\n
§Examples
\n
let mut s = String::from(\"abc\");\n\ns.push('1');\ns.push('2');\ns.push('3');\n\nassert_eq!(\"abc123\", s);
\n
1.0.0 · source

pub fn as_bytes(&self) -> &[u8]

Returns a byte slice of this String’s contents.

\n

The inverse of this method is from_utf8.

\n
§Examples
\n
let s = String::from(\"hello\");\n\nassert_eq!(&[104, 101, 108, 108, 111], s.as_bytes());
\n
1.0.0 · source

pub fn truncate(&mut self, new_len: usize)

Shortens this String to the specified length.

\n

If new_len is greater than the string’s current length, this has no\neffect.

\n

Note that this method has no effect on the allocated capacity\nof the string

\n
§Panics
\n

Panics if new_len does not lie on a char boundary.

\n
§Examples
\n
let mut s = String::from(\"hello\");\n\ns.truncate(2);\n\nassert_eq!(\"he\", s);
\n
1.0.0 · source

pub fn pop(&mut self) -> Option<char>

Removes the last character from the string buffer and returns it.

\n

Returns None if this String is empty.

\n
§Examples
\n
let mut s = String::from(\"abč\");\n\nassert_eq!(s.pop(), Some('č'));\nassert_eq!(s.pop(), Some('b'));\nassert_eq!(s.pop(), Some('a'));\n\nassert_eq!(s.pop(), None);
\n
1.0.0 · source

pub fn remove(&mut self, idx: usize) -> char

Removes a char from this String at a byte position and returns it.

\n

This is an O(n) operation, as it requires copying every element in the\nbuffer.

\n
§Panics
\n

Panics if idx is larger than or equal to the String’s length,\nor if it does not lie on a char boundary.

\n
§Examples
\n
let mut s = String::from(\"abç\");\n\nassert_eq!(s.remove(0), 'a');\nassert_eq!(s.remove(1), 'ç');\nassert_eq!(s.remove(0), 'b');
\n
source

pub fn remove_matches<'a, P>(&'a mut self, pat: P)
where\n P: for<'x> Pattern<'x>,

🔬This is a nightly-only experimental API. (string_remove_matches)

Remove all matches of pattern pat in the String.

\n
§Examples
\n
#![feature(string_remove_matches)]\nlet mut s = String::from(\"Trees are not green, the sky is not blue.\");\ns.remove_matches(\"not \");\nassert_eq!(\"Trees are green, the sky is blue.\", s);
\n

Matches will be detected and removed iteratively, so in cases where\npatterns overlap, only the first pattern will be removed:

\n\n
#![feature(string_remove_matches)]\nlet mut s = String::from(\"banana\");\ns.remove_matches(\"ana\");\nassert_eq!(\"bna\", s);
\n
1.26.0 · source

pub fn retain<F>(&mut self, f: F)
where\n F: FnMut(char) -> bool,

Retains only the characters specified by the predicate.

\n

In other words, remove all characters c such that f(c) returns false.\nThis method operates in place, visiting each character exactly once in the\noriginal order, and preserves the order of the retained characters.

\n
§Examples
\n
let mut s = String::from(\"f_o_ob_ar\");\n\ns.retain(|c| c != '_');\n\nassert_eq!(s, \"foobar\");
\n

Because the elements are visited exactly once in the original order,\nexternal state may be used to decide which elements to keep.

\n\n
let mut s = String::from(\"abcde\");\nlet keep = [false, true, true, false, true];\nlet mut iter = keep.iter();\ns.retain(|_| *iter.next().unwrap());\nassert_eq!(s, \"bce\");
\n
1.0.0 · source

pub fn insert(&mut self, idx: usize, ch: char)

Inserts a character into this String at a byte position.

\n

This is an O(n) operation as it requires copying every element in the\nbuffer.

\n
§Panics
\n

Panics if idx is larger than the String’s length, or if it does not\nlie on a char boundary.

\n
§Examples
\n
let mut s = String::with_capacity(3);\n\ns.insert(0, 'f');\ns.insert(1, 'o');\ns.insert(2, 'o');\n\nassert_eq!(\"foo\", s);
\n
1.16.0 · source

pub fn insert_str(&mut self, idx: usize, string: &str)

Inserts a string slice into this String at a byte position.

\n

This is an O(n) operation as it requires copying every element in the\nbuffer.

\n
§Panics
\n

Panics if idx is larger than the String’s length, or if it does not\nlie on a char boundary.

\n
§Examples
\n
let mut s = String::from(\"bar\");\n\ns.insert_str(0, \"foo\");\n\nassert_eq!(\"foobar\", s);
\n
1.0.0 · source

pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<u8>

Returns a mutable reference to the contents of this String.

\n
§Safety
\n

This function is unsafe because the returned &mut Vec allows writing\nbytes which are not valid UTF-8. If this constraint is violated, using\nthe original String after dropping the &mut Vec may violate memory\nsafety, as the rest of the standard library assumes that Strings are\nvalid UTF-8.

\n
§Examples
\n
let mut s = String::from(\"hello\");\n\nunsafe {\n    let vec = s.as_mut_vec();\n    assert_eq!(&[104, 101, 108, 108, 111][..], &vec[..]);\n\n    vec.reverse();\n}\nassert_eq!(s, \"olleh\");
\n
1.0.0 · source

pub fn len(&self) -> usize

Returns the length of this String, in bytes, not chars or\ngraphemes. In other words, it might not be what a human considers the\nlength of the string.

\n
§Examples
\n
let a = String::from(\"foo\");\nassert_eq!(a.len(), 3);\n\nlet fancy_f = String::from(\"ƒoo\");\nassert_eq!(fancy_f.len(), 4);\nassert_eq!(fancy_f.chars().count(), 3);
\n
1.0.0 · source

pub fn is_empty(&self) -> bool

Returns true if this String has a length of zero, and false otherwise.

\n
§Examples
\n
let mut v = String::new();\nassert!(v.is_empty());\n\nv.push('a');\nassert!(!v.is_empty());
\n
1.16.0 · source

pub fn split_off(&mut self, at: usize) -> String

Splits the string into two at the given byte index.

\n

Returns a newly allocated String. self contains bytes [0, at), and\nthe returned String contains bytes [at, len). at must be on the\nboundary of a UTF-8 code point.

\n

Note that the capacity of self does not change.

\n
§Panics
\n

Panics if at is not on a UTF-8 code point boundary, or if it is beyond the last\ncode point of the string.

\n
§Examples
\n
let mut hello = String::from(\"Hello, World!\");\nlet world = hello.split_off(7);\nassert_eq!(hello, \"Hello, \");\nassert_eq!(world, \"World!\");
\n
1.0.0 · source

pub fn clear(&mut self)

Truncates this String, removing all contents.

\n

While this means the String will have a length of zero, it does not\ntouch its capacity.

\n
§Examples
\n
let mut s = String::from(\"foo\");\n\ns.clear();\n\nassert!(s.is_empty());\nassert_eq!(0, s.len());\nassert_eq!(3, s.capacity());
\n
1.6.0 · source

pub fn drain<R>(&mut self, range: R) -> Drain<'_>
where\n R: RangeBounds<usize>,

Removes the specified range from the string in bulk, returning all\nremoved characters as an iterator.

\n

The returned iterator keeps a mutable borrow on the string to optimize\nits implementation.

\n
§Panics
\n

Panics if the starting point or end point do not lie on a char\nboundary, or if they’re out of bounds.

\n
§Leaking
\n

If the returned iterator goes out of scope without being dropped (due to\ncore::mem::forget, for example), the string may still contain a copy\nof any drained characters, or may have lost characters arbitrarily,\nincluding characters outside the range.

\n
§Examples
\n
let mut s = String::from(\"α is alpha, β is beta\");\nlet beta_offset = s.find('β').unwrap_or(s.len());\n\n// Remove the range up until the β from the string\nlet t: String = s.drain(..beta_offset).collect();\nassert_eq!(t, \"α is alpha, \");\nassert_eq!(s, \"β is beta\");\n\n// A full range clears the string, like `clear()` does\ns.drain(..);\nassert_eq!(s, \"\");
\n
1.27.0 · source

pub fn replace_range<R>(&mut self, range: R, replace_with: &str)
where\n R: RangeBounds<usize>,

Removes the specified range in the string,\nand replaces it with the given string.\nThe given string doesn’t need to be the same length as the range.

\n
§Panics
\n

Panics if the starting point or end point do not lie on a char\nboundary, or if they’re out of bounds.

\n
§Examples
\n
let mut s = String::from(\"α is alpha, β is beta\");\nlet beta_offset = s.find('β').unwrap_or(s.len());\n\n// Replace the range up until the β from the string\ns.replace_range(..beta_offset, \"Α is capital alpha; \");\nassert_eq!(s, \"Α is capital alpha; β is beta\");
\n
1.4.0 · source

pub fn into_boxed_str(self) -> Box<str>

Converts this String into a Box<str>.

\n

This will drop any excess capacity.

\n
§Examples
\n
let s = String::from(\"hello\");\n\nlet b = s.into_boxed_str();
\n
1.72.0 · source

pub fn leak<'a>(self) -> &'a mut str

Consumes and leaks the String, returning a mutable reference to the contents,\n&'a mut str.

\n

The caller has free choice over the returned lifetime, including 'static. Indeed,\nthis function is ideally used for data that lives for the remainder of the program’s life,\nas dropping the returned reference will cause a memory leak.

\n

It does not reallocate or shrink the String,\nso the leaked allocation may include unused capacity that is not part\nof the returned slice. If you don’t want that, call into_boxed_str,\nand then Box::leak.

\n
§Examples
\n
let x = String::from(\"bucket\");\nlet static_ref: &'static mut str = x.leak();\nassert_eq!(static_ref, \"bucket\");
\n
",0,"maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Target for String

§

fn as_mut_string(&mut self) -> &mut String

§

fn finish(self) -> String

§

type Finished = String

","Target","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.16.0 · source§

impl ToSocketAddrs for String

§

type Iter = IntoIter<SocketAddr>

Returned iterator over socket addresses which this type may correspond\nto.
source§

fn to_socket_addrs(&self) -> Result<IntoIter<SocketAddr>, Error>

Converts this object to an iterator of resolved SocketAddrs. Read more
","ToSocketAddrs","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Value for String

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
","Value","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Write for String

source§

fn write_str(&mut self, s: &str) -> Result<(), Error>

Writes a string slice into this writer, returning whether the write\nsucceeded. Read more
source§

fn write_char(&mut self, c: char) -> Result<(), Error>

Writes a char into this writer, returning whether the write succeeded. Read more
1.0.0 · source§

fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Error>

Glue for usage of the write! macro with implementors of this trait. Read more
","Write","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl Zeroize for String

§

fn zeroize(&mut self)

Zero out this object from memory using Rust intrinsics which ensure the\nzeroization operation is not “optimized away” by the compiler.
","Zeroize","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl AsHeaderName for String

","AsHeaderName","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl DerefPure for String

","DerefPure","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl Eq for String

","Eq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Format for String

Serialize into a String

\n
","Format","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl<T> FromStream<T> for String
where\n T: AsRef<str>,

","FromStream","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
source§

impl Index for String

","Index","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl IntoUrl for String

","IntoUrl","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl PtrRead for String

","PtrRead","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
1.0.0 · source§

impl StructuralPartialEq for String

","StructuralPartialEq","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"],["
§

impl ToSocketAddrs for String

","ToSocketAddrs","maplibre::style::source::TileUrl","maplibre::style::source::TileJSONUrl"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/api/type.impl/core/pin/struct.Pin.js b/docs/api/type.impl/core/pin/struct.Pin.js index 3d55bad45..36626df56 100644 --- a/docs/api/type.impl/core/pin/struct.Pin.js +++ b/docs/api/type.impl/core/pin/struct.Pin.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"maplibre":[["
§

impl<P> AsyncBufRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncBufRead,

§

fn poll_fill_buf(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Pin<P>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncBufRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncBufRead,

§

fn poll_fill_buf(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Pin<P>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<P> AsyncIterator for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: AsyncIterator,

§

type Item = <<P as Deref>::Target as AsyncIterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn poll_next(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Pin<P> as AsyncIterator>::Item>>

🔬This is a nightly-only experimental API. (async_iterator)
Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

🔬This is a nightly-only experimental API. (async_iterator)
Returns the bounds on the remaining length of the async iterator. Read more
","AsyncIterator","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncRead,

§

fn poll_read(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

Attempts to read from the AsyncRead into buf. Read more
","AsyncRead","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncRead,

§

fn poll_read(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into buf. Read more
§

fn poll_read_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
","AsyncRead","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncSeek for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncSeek,

§

fn poll_seek(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

Attempt to seek to an offset, in bytes, in a stream. Read more
","AsyncSeek","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncSeek for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncSeek,

§

fn start_seek(self: Pin<&mut Pin<P>>, pos: SeekFrom) -> Result<(), Error>

Attempts to seek to an offset, in bytes, in a stream. Read more
§

fn poll_complete(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

Waits for a seek operation to complete. Read more
","AsyncSeek","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncWrite for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncWrite,

§

fn poll_write(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_close(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to close the object. Read more
","AsyncWrite","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncWrite for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncWrite,

§

fn poll_write(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers. Read more
§

fn is_write_vectored(&self) -> bool

Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_shutdown(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
","AsyncWrite","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Body for Pin<P>
where\n P: Unpin + DerefMut,\n <P as Deref>::Target: Body,

§

type Data = <<P as Deref>::Target as Body>::Data

Values yielded by the Body.
§

type Error = <<P as Deref>::Target as Body>::Error

The error type this Body might generate.
§

fn poll_frame(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<Frame<<Pin<P> as Body>::Data>, <Pin<P> as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
","Body","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Clone for Pin<Ptr>
where\n Ptr: Clone,

source§

fn clone(&self) -> Pin<Ptr>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<G, R, A> Coroutine<R> for Pin<Box<G, A>>
where\n G: Coroutine<R> + ?Sized,\n A: Allocator + 'static,

§

type Yield = <G as Coroutine<R>>::Yield

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine yields. Read more
§

type Return = <G as Coroutine<R>>::Return

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine returns. Read more
source§

fn resume(\n self: Pin<&mut Pin<Box<G, A>>>,\n arg: R\n) -> CoroutineState<<Pin<Box<G, A>> as Coroutine<R>>::Yield, <Pin<Box<G, A>> as Coroutine<R>>::Return>

🔬This is a nightly-only experimental API. (coroutine_trait)
Resumes the execution of this coroutine. Read more
","Coroutine","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Debug for Pin<Ptr>
where\n Ptr: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Deref for Pin<Ptr>
where\n Ptr: Deref,

§

type Target = <Ptr as Deref>::Target

The resulting type after dereferencing.
source§

fn deref(&self) -> &<Ptr as Deref>::Target

Dereferences the value.
","Deref","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> DerefMut for Pin<Ptr>
where\n Ptr: DerefMut,\n <Ptr as Deref>::Target: Unpin,

source§

fn deref_mut(&mut self) -> &mut <Ptr as Deref>::Target

Mutably dereferences the value.
","DerefMut","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<'de, T, U> DeserializeAs<'de, Pin<Box<T>>> for Pin<Box<U>>
where\n U: DeserializeAs<'de, T>,

source§

fn deserialize_as<D>(\n deserializer: D\n) -> Result<Pin<Box<T>>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer.
","DeserializeAs<'de, Pin>>","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Display for Pin<Ptr>
where\n Ptr: Display,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<T, A> From<Box<T, A>> for Pin<Box<T, A>>
where\n A: Allocator + 'static,\n T: ?Sized,

source§

fn from(boxed: Box<T, A>) -> Pin<Box<T, A>>

Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

\n

This conversion does not allocate on the heap and happens in place.

\n

This is also available via Box::into_pin.

\n

Constructing and pinning a Box with <Pin<Box<T>>>::from(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis From implementation is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

\n
","From>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> FusedFuture for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: FusedFuture,

§

fn is_terminated(&self) -> bool

Returns true if the underlying future should no longer be polled.
","FusedFuture","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> FusedStream for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: FusedStream,

§

fn is_terminated(&self) -> bool

Returns true if the stream should no longer be polled.
","FusedStream","maplibre::io::apc::AsyncProcedureFuture"],["
1.36.0 · source§

impl<P> Future for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: Future,

§

type Output = <<P as Deref>::Target as Future>::Output

The type of value produced on completion.
source§

fn poll(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<<Pin<P> as Future>::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr> Hash for Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Hash,

source§

fn hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr> Ord for Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Ord,

source§

fn cmp(&self, other: &Pin<Ptr>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr, Q> PartialEq<Pin<Q>> for Pin<Ptr>
where\n Ptr: Deref,\n Q: Deref,\n <Ptr as Deref>::Target: PartialEq<<Q as Deref>::Target>,

source§

fn eq(&self, other: &Pin<Q>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Pin<Q>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq>","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr, Q> PartialOrd<Pin<Q>> for Pin<Ptr>
where\n Ptr: Deref,\n Q: Deref,\n <Ptr as Deref>::Target: PartialOrd<<Q as Deref>::Target>,

source§

fn partial_cmp(&self, other: &Pin<Q>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
source§

fn lt(&self, other: &Pin<Q>) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
source§

fn le(&self, other: &Pin<Q>) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
source§

fn gt(&self, other: &Pin<Q>) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
source§

fn ge(&self, other: &Pin<Q>) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd>","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<Ptr> Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Unpin,

1.33.0 (const: unstable) · source

pub fn new(pointer: Ptr) -> Pin<Ptr>

Construct a new Pin<Ptr> around a pointer to some data of a type that\nimplements Unpin.

\n

Unlike Pin::new_unchecked, this method is safe because the pointer\nPtr dereferences to an Unpin type, which cancels the pinning guarantees.

\n
§Examples
\n
use std::pin::Pin;\n\nlet mut val: u8 = 5;\n\n// Since `val` doesn't care about being moved, we can safely create a \"facade\" `Pin`\n// which will allow `val` to participate in `Pin`-bound apis  without checking that\n// pinning guarantees are actually upheld.\nlet mut pinned: Pin<&mut u8> = Pin::new(&mut val);
\n
1.39.0 (const: unstable) · source

pub fn into_inner(pin: Pin<Ptr>) -> Ptr

Unwraps this Pin<Ptr>, returning the underlying pointer.

\n

Doing this operation safely requires that the data pointed at by this pinning pointer\nimplements Unpin so that we can ignore the pinning invariants when unwrapping it.

\n
§Examples
\n
use std::pin::Pin;\n\nlet mut val: u8 = 5;\nlet pinned: Pin<&mut u8> = Pin::new(&mut val);\n\n// Unwrap the pin to get the underlying mutable reference to the value. We can do\n// this because `val` doesn't care about being moved, so the `Pin` was just\n// a \"facade\" anyway.\nlet r = Pin::into_inner(pinned);\nassert_eq!(*r, 5);
\n
",0,"maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<Ptr> Pin<Ptr>
where\n Ptr: Deref,

1.33.0 (const: unstable) · source

pub unsafe fn new_unchecked(pointer: Ptr) -> Pin<Ptr>

Construct a new Pin<Ptr> around a reference to some data of a type that\nmay or may not implement Unpin.

\n

If pointer dereferences to an Unpin type, Pin::new should be used\ninstead.

\n
§Safety
\n

This constructor is unsafe because we cannot guarantee that the data\npointed to by pointer is pinned. At its core, pinning a value means making the\nguarantee that the value’s data will not be moved nor have its storage invalidated until\nit gets dropped. For a more thorough explanation of pinning, see the pin module docs.

\n

If the caller that is constructing this Pin<Ptr> does not ensure that the data Ptr\npoints to is pinned, that is a violation of the API contract and may lead to undefined\nbehavior in later (even safe) operations.

\n

By using this method, you are also making a promise about the Deref and\nDerefMut implementations of Ptr, if they exist. Most importantly, they\nmust not move out of their self arguments: Pin::as_mut and Pin::as_ref\nwill call DerefMut::deref_mut and Deref::deref on the pointer type Ptr\nand expect these methods to uphold the pinning invariants.\nMoreover, by calling this method you promise that the reference Ptr\ndereferences to will not be moved out of again; in particular, it\nmust not be possible to obtain a &mut Ptr::Target and then\nmove out of that reference (using, for example mem::swap).

\n

For example, calling Pin::new_unchecked on an &'a mut T is unsafe because\nwhile you are able to pin it for the given lifetime 'a, you have no control\nover whether it is kept pinned once 'a ends, and therefore cannot uphold the\nguarantee that a value, once pinned, remains pinned until it is dropped:

\n\n
use std::mem;\nuse std::pin::Pin;\n\nfn move_pinned_ref<T>(mut a: T, mut b: T) {\n    unsafe {\n        let p: Pin<&mut T> = Pin::new_unchecked(&mut a);\n        // This should mean the pointee `a` can never move again.\n    }\n    mem::swap(&mut a, &mut b); // Potential UB down the road ⚠️\n    // The address of `a` changed to `b`'s stack slot, so `a` got moved even\n    // though we have previously pinned it! We have violated the pinning API contract.\n}
\n

A value, once pinned, must remain pinned until it is dropped (unless its type implements\nUnpin). Because Pin<&mut T> does not own the value, dropping the Pin will not drop\nthe value and will not end the pinning contract. So moving the value after dropping the\nPin<&mut T> is still a violation of the API contract.

\n

Similarly, calling Pin::new_unchecked on an Rc<T> is unsafe because there could be\naliases to the same data that are not subject to the pinning restrictions:

\n\n
use std::rc::Rc;\nuse std::pin::Pin;\n\nfn move_pinned_rc<T>(mut x: Rc<T>) {\n    // This should mean the pointee can never move again.\n    let pin = unsafe { Pin::new_unchecked(Rc::clone(&x)) };\n    {\n        let p: Pin<&T> = pin.as_ref();\n        // ...\n    }\n    drop(pin);\n\n    let content = Rc::get_mut(&mut x).unwrap(); // Potential UB down the road ⚠️\n    // Now, if `x` was the only reference, we have a mutable reference to\n    // data that we pinned above, which we could use to move it as we have\n    // seen in the previous example. We have violated the pinning API contract.\n }
\n
§Pinning of closure captures
\n

Particular care is required when using Pin::new_unchecked in a closure:\nPin::new_unchecked(&mut var) where var is a by-value (moved) closure capture\nimplicitly makes the promise that the closure itself is pinned, and that all uses\nof this closure capture respect that pinning.

\n\n
use std::pin::Pin;\nuse std::task::Context;\nuse std::future::Future;\n\nfn move_pinned_closure(mut x: impl Future, cx: &mut Context<'_>) {\n    // Create a closure that moves `x`, and then internally uses it in a pinned way.\n    let mut closure = move || unsafe {\n        let _ignore = Pin::new_unchecked(&mut x).poll(cx);\n    };\n    // Call the closure, so the future can assume it has been pinned.\n    closure();\n    // Move the closure somewhere else. This also moves `x`!\n    let mut moved = closure;\n    // Calling it again means we polled the future from two different locations,\n    // violating the pinning API contract.\n    moved(); // Potential UB ⚠️\n}
\n

When passing a closure to another API, it might be moving the closure any time, so\nPin::new_unchecked on closure captures may only be used if the API explicitly documents\nthat the closure is pinned.

\n

The better alternative is to avoid all that trouble and do the pinning in the outer function\ninstead (here using the pin! macro):

\n\n
use std::pin::pin;\nuse std::task::Context;\nuse std::future::Future;\n\nfn move_pinned_closure(mut x: impl Future, cx: &mut Context<'_>) {\n    let mut x = pin!(x);\n    // Create a closure that captures `x: Pin<&mut _>`, which is safe to move.\n    let mut closure = move || {\n        let _ignore = x.as_mut().poll(cx);\n    };\n    // Call the closure, so the future can assume it has been pinned.\n    closure();\n    // Move the closure somewhere else.\n    let mut moved = closure;\n    // Calling it again here is fine (except that we might be polling a future that already\n    // returned `Poll::Ready`, but that is a separate problem).\n    moved();\n}
\n
1.33.0 · source

pub fn as_ref(&self) -> Pin<&<Ptr as Deref>::Target>

Gets a shared reference to the pinned value this Pin points to.

\n

This is a generic method to go from &Pin<Pointer<T>> to Pin<&T>.\nIt is safe because, as part of the contract of Pin::new_unchecked,\nthe pointee cannot move after Pin<Pointer<T>> got created.\n“Malicious” implementations of Pointer::Deref are likewise\nruled out by the contract of Pin::new_unchecked.

\n
1.39.0 (const: unstable) · source

pub unsafe fn into_inner_unchecked(pin: Pin<Ptr>) -> Ptr

Unwraps this Pin<Ptr>, returning the underlying Ptr.

\n
§Safety
\n

This function is unsafe. You must guarantee that you will continue to\ntreat the pointer Ptr as pinned after you call this function, so that\nthe invariants on the Pin type can be upheld. If the code using the\nresulting Ptr does not continue to maintain the pinning invariants that\nis a violation of the API contract and may lead to undefined behavior in\nlater (safe) operations.

\n

Note that you must be able to guarantee that the data pointed to by Ptr\nwill be treated as pinned all the way until its drop handler is complete!

\n

For more information, see the pin module docs

\n

If the underlying data is Unpin, Pin::into_inner should be used\ninstead.

\n
",0,"maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<Ptr> Pin<Ptr>
where\n Ptr: DerefMut,

1.33.0 · source

pub fn as_mut(&mut self) -> Pin<&mut <Ptr as Deref>::Target>

Gets a mutable reference to the pinned value this Pin<Ptr> points to.

\n

This is a generic method to go from &mut Pin<Pointer<T>> to Pin<&mut T>.\nIt is safe because, as part of the contract of Pin::new_unchecked,\nthe pointee cannot move after Pin<Pointer<T>> got created.\n“Malicious” implementations of Pointer::DerefMut are likewise\nruled out by the contract of Pin::new_unchecked.

\n

This method is useful when doing multiple calls to functions that consume the\npinning pointer.

\n
§Example
\n
use std::pin::Pin;\n\nimpl Type {\n    fn method(self: Pin<&mut Self>) {\n        // do something\n    }\n\n    fn call_method_twice(mut self: Pin<&mut Self>) {\n        // `method` consumes `self`, so reborrow the `Pin<&mut Self>` via `as_mut`.\n        self.as_mut().method();\n        self.as_mut().method();\n    }\n}
\n
1.33.0 · source

pub fn set(&mut self, value: <Ptr as Deref>::Target)
where\n <Ptr as Deref>::Target: Sized,

Assigns a new value to the memory location pointed to by the Pin<Ptr>.

\n

This overwrites pinned data, but that is okay: the original pinned value’s destructor gets\nrun before being overwritten and the new value is also a valid value of the same type, so\nno pinning invariant is violated. See the pin module documentation\nfor more information on how this upholds the pinning invariants.

\n
§Example
\n
use std::pin::Pin;\n\nlet mut val: u8 = 5;\nlet mut pinned: Pin<&mut u8> = Pin::new(&mut val);\nprintln!(\"{}\", pinned); // 5\npinned.set(10);\nprintln!(\"{}\", pinned); // 10
\n
",0,"maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Pointer for Pin<Ptr>
where\n Ptr: Pointer,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter.
","Pointer","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Read for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: Read,

§

fn poll_read(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: ReadBufCursor<'_>\n) -> Poll<Result<(), Error>>

Attempts to read bytes into the buf. Read more
","Read","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<T, U> SerializeAs<Pin<Box<T>>> for Pin<Box<U>>
where\n U: SerializeAs<T>,

source§

fn serialize_as<S>(\n source: &Pin<Box<T>>,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer.
","SerializeAs>>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P, Item> Sink<Item> for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: Sink<Item>,

§

type Error = <<P as Deref>::Target as Sink<Item>>::Error

The type of value produced by the sink when an error occurs.
§

fn poll_ready(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Pin<P> as Sink<Item>>::Error>>

Attempts to prepare the Sink to receive a value. Read more
§

fn start_send(\n self: Pin<&mut Pin<P>>,\n item: Item\n) -> Result<(), <Pin<P> as Sink<Item>>::Error>

Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Pin<P> as Sink<Item>>::Error>>

Flush any remaining output from this sink. Read more
§

fn poll_close(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Pin<P> as Sink<Item>>::Error>>

Flush any remaining output and close this sink, if necessary. Read more
","Sink","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Stream for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: Stream,

§

type Item = <<P as Deref>::Target as Stream>::Item

Values yielded by the stream.
§

fn poll_next(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Pin<P> as Stream>::Item>>

Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more
","Stream","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin<Box<F>>
where\n F: Future<Output = T> + 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<'a, T> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + 'a>>
where\n T: 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<'a, T> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + Send + 'a>>
where\n T: 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Write for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: Write,

§

fn poll_write(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the destination. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers.
§

fn is_write_vectored(&self) -> bool

Returns whether this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object. Read more
§

fn poll_shutdown(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to shut down this writer.
","Write","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr, U> CoerceUnsized<Pin<U>> for Pin<Ptr>
where\n Ptr: CoerceUnsized<U>,

","CoerceUnsized>","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Copy for Pin<Ptr>
where\n Ptr: Copy,

","Copy","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr, U> DispatchFromDyn<Pin<U>> for Pin<Ptr>
where\n Ptr: DispatchFromDyn<U>,

","DispatchFromDyn>","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr> Eq for Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Eq,

","Eq","maplibre::io::apc::AsyncProcedureFuture"]] +"maplibre":[["
§

impl<P> AsyncBufRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncBufRead,

§

fn poll_fill_buf(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Pin<P>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncBufRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncBufRead,

§

fn poll_fill_buf(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Pin<P>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<P> AsyncIterator for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: AsyncIterator,

§

type Item = <<P as Deref>::Target as AsyncIterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn poll_next(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Pin<P> as AsyncIterator>::Item>>

🔬This is a nightly-only experimental API. (async_iterator)
Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

🔬This is a nightly-only experimental API. (async_iterator)
Returns the bounds on the remaining length of the async iterator. Read more
","AsyncIterator","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncRead,

§

fn poll_read(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

Attempts to read from the AsyncRead into buf. Read more
","AsyncRead","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncRead for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncRead,

§

fn poll_read(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into buf. Read more
§

fn poll_read_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
","AsyncRead","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncSeek for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncSeek,

§

fn poll_seek(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

Attempt to seek to an offset, in bytes, in a stream. Read more
","AsyncSeek","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncSeek for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncSeek,

§

fn start_seek(self: Pin<&mut Pin<P>>, pos: SeekFrom) -> Result<(), Error>

Attempts to seek to an offset, in bytes, in a stream. Read more
§

fn poll_complete(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

Waits for a seek operation to complete. Read more
","AsyncSeek","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncWrite for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncWrite,

§

fn poll_write(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_close(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to close the object. Read more
","AsyncWrite","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> AsyncWrite for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: AsyncWrite,

§

fn poll_write(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers. Read more
§

fn is_write_vectored(&self) -> bool

Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_shutdown(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
","AsyncWrite","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Body for Pin<P>
where\n P: Unpin + DerefMut,\n <P as Deref>::Target: Body,

§

type Data = <<P as Deref>::Target as Body>::Data

Values yielded by the Body.
§

type Error = <<P as Deref>::Target as Body>::Error

The error type this Body might generate.
§

fn poll_frame(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<Frame<<Pin<P> as Body>::Data>, <Pin<P> as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
","Body","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Clone for Pin<Ptr>
where\n Ptr: Clone,

source§

fn clone(&self) -> Pin<Ptr>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<G, R, A> Coroutine<R> for Pin<Box<G, A>>
where\n G: Coroutine<R> + ?Sized,\n A: Allocator + 'static,

§

type Yield = <G as Coroutine<R>>::Yield

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine yields. Read more
§

type Return = <G as Coroutine<R>>::Return

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine returns. Read more
source§

fn resume(\n self: Pin<&mut Pin<Box<G, A>>>,\n arg: R\n) -> CoroutineState<<Pin<Box<G, A>> as Coroutine<R>>::Yield, <Pin<Box<G, A>> as Coroutine<R>>::Return>

🔬This is a nightly-only experimental API. (coroutine_trait)
Resumes the execution of this coroutine. Read more
","Coroutine","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Debug for Pin<Ptr>
where\n Ptr: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Deref for Pin<Ptr>
where\n Ptr: Deref,

§

type Target = <Ptr as Deref>::Target

The resulting type after dereferencing.
source§

fn deref(&self) -> &<Ptr as Deref>::Target

Dereferences the value.
","Deref","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> DerefMut for Pin<Ptr>
where\n Ptr: DerefMut,\n <Ptr as Deref>::Target: Unpin,

source§

fn deref_mut(&mut self) -> &mut <Ptr as Deref>::Target

Mutably dereferences the value.
","DerefMut","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<'de, T, U> DeserializeAs<'de, Pin<Box<T>>> for Pin<Box<U>>
where\n U: DeserializeAs<'de, T>,

source§

fn deserialize_as<D>(\n deserializer: D\n) -> Result<Pin<Box<T>>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer.
","DeserializeAs<'de, Pin>>","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Display for Pin<Ptr>
where\n Ptr: Display,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<T, A> From<Box<T, A>> for Pin<Box<T, A>>
where\n A: Allocator + 'static,\n T: ?Sized,

source§

fn from(boxed: Box<T, A>) -> Pin<Box<T, A>>

Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

\n

This conversion does not allocate on the heap and happens in place.

\n

This is also available via Box::into_pin.

\n

Constructing and pinning a Box with <Pin<Box<T>>>::from(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis From implementation is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

\n
","From>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> FusedFuture for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: FusedFuture,

§

fn is_terminated(&self) -> bool

Returns true if the underlying future should no longer be polled.
","FusedFuture","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> FusedStream for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: FusedStream,

§

fn is_terminated(&self) -> bool

Returns true if the stream should no longer be polled.
","FusedStream","maplibre::io::apc::AsyncProcedureFuture"],["
1.36.0 · source§

impl<P> Future for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: Future,

§

type Output = <<P as Deref>::Target as Future>::Output

The type of value produced on completion.
source§

fn poll(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<<Pin<P> as Future>::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr> Hash for Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Hash,

source§

fn hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr> Ord for Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Ord,

source§

fn cmp(&self, other: &Pin<Ptr>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr, Q> PartialEq<Pin<Q>> for Pin<Ptr>
where\n Ptr: Deref,\n Q: Deref,\n <Ptr as Deref>::Target: PartialEq<<Q as Deref>::Target>,

source§

fn eq(&self, other: &Pin<Q>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Pin<Q>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq>","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr, Q> PartialOrd<Pin<Q>> for Pin<Ptr>
where\n Ptr: Deref,\n Q: Deref,\n <Ptr as Deref>::Target: PartialOrd<<Q as Deref>::Target>,

source§

fn partial_cmp(&self, other: &Pin<Q>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
source§

fn lt(&self, other: &Pin<Q>) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
source§

fn le(&self, other: &Pin<Q>) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
source§

fn gt(&self, other: &Pin<Q>) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
source§

fn ge(&self, other: &Pin<Q>) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd>","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<Ptr> Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Unpin,

1.33.0 (const: unstable) · source

pub fn new(pointer: Ptr) -> Pin<Ptr>

Construct a new Pin<Ptr> around a pointer to some data of a type that\nimplements Unpin.

\n

Unlike Pin::new_unchecked, this method is safe because the pointer\nPtr dereferences to an Unpin type, which cancels the pinning guarantees.

\n
§Examples
\n
use std::pin::Pin;\n\nlet mut val: u8 = 5;\n\n// Since `val` doesn't care about being moved, we can safely create a \"facade\" `Pin`\n// which will allow `val` to participate in `Pin`-bound apis  without checking that\n// pinning guarantees are actually upheld.\nlet mut pinned: Pin<&mut u8> = Pin::new(&mut val);
\n
1.39.0 (const: unstable) · source

pub fn into_inner(pin: Pin<Ptr>) -> Ptr

Unwraps this Pin<Ptr>, returning the underlying pointer.

\n

Doing this operation safely requires that the data pointed at by this pinning pointer\nimplements Unpin so that we can ignore the pinning invariants when unwrapping it.

\n
§Examples
\n
use std::pin::Pin;\n\nlet mut val: u8 = 5;\nlet pinned: Pin<&mut u8> = Pin::new(&mut val);\n\n// Unwrap the pin to get the underlying mutable reference to the value. We can do\n// this because `val` doesn't care about being moved, so the `Pin` was just\n// a \"facade\" anyway.\nlet r = Pin::into_inner(pinned);\nassert_eq!(*r, 5);
\n
",0,"maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<Ptr> Pin<Ptr>
where\n Ptr: Deref,

1.33.0 (const: unstable) · source

pub unsafe fn new_unchecked(pointer: Ptr) -> Pin<Ptr>

Construct a new Pin<Ptr> around a reference to some data of a type that\nmay or may not implement Unpin.

\n

If pointer dereferences to an Unpin type, Pin::new should be used\ninstead.

\n
§Safety
\n

This constructor is unsafe because we cannot guarantee that the data\npointed to by pointer is pinned. At its core, pinning a value means making the\nguarantee that the value’s data will not be moved nor have its storage invalidated until\nit gets dropped. For a more thorough explanation of pinning, see the pin module docs.

\n

If the caller that is constructing this Pin<Ptr> does not ensure that the data Ptr\npoints to is pinned, that is a violation of the API contract and may lead to undefined\nbehavior in later (even safe) operations.

\n

By using this method, you are also making a promise about the Deref and\nDerefMut implementations of Ptr, if they exist. Most importantly, they\nmust not move out of their self arguments: Pin::as_mut and Pin::as_ref\nwill call DerefMut::deref_mut and Deref::deref on the pointer type Ptr\nand expect these methods to uphold the pinning invariants.\nMoreover, by calling this method you promise that the reference Ptr\ndereferences to will not be moved out of again; in particular, it\nmust not be possible to obtain a &mut Ptr::Target and then\nmove out of that reference (using, for example mem::swap).

\n

For example, calling Pin::new_unchecked on an &'a mut T is unsafe because\nwhile you are able to pin it for the given lifetime 'a, you have no control\nover whether it is kept pinned once 'a ends, and therefore cannot uphold the\nguarantee that a value, once pinned, remains pinned until it is dropped:

\n\n
use std::mem;\nuse std::pin::Pin;\n\nfn move_pinned_ref<T>(mut a: T, mut b: T) {\n    unsafe {\n        let p: Pin<&mut T> = Pin::new_unchecked(&mut a);\n        // This should mean the pointee `a` can never move again.\n    }\n    mem::swap(&mut a, &mut b); // Potential UB down the road ⚠️\n    // The address of `a` changed to `b`'s stack slot, so `a` got moved even\n    // though we have previously pinned it! We have violated the pinning API contract.\n}
\n

A value, once pinned, must remain pinned until it is dropped (unless its type implements\nUnpin). Because Pin<&mut T> does not own the value, dropping the Pin will not drop\nthe value and will not end the pinning contract. So moving the value after dropping the\nPin<&mut T> is still a violation of the API contract.

\n

Similarly, calling Pin::new_unchecked on an Rc<T> is unsafe because there could be\naliases to the same data that are not subject to the pinning restrictions:

\n\n
use std::rc::Rc;\nuse std::pin::Pin;\n\nfn move_pinned_rc<T>(mut x: Rc<T>) {\n    // This should mean the pointee can never move again.\n    let pin = unsafe { Pin::new_unchecked(Rc::clone(&x)) };\n    {\n        let p: Pin<&T> = pin.as_ref();\n        // ...\n    }\n    drop(pin);\n\n    let content = Rc::get_mut(&mut x).unwrap(); // Potential UB down the road ⚠️\n    // Now, if `x` was the only reference, we have a mutable reference to\n    // data that we pinned above, which we could use to move it as we have\n    // seen in the previous example. We have violated the pinning API contract.\n }
\n
§Pinning of closure captures
\n

Particular care is required when using Pin::new_unchecked in a closure:\nPin::new_unchecked(&mut var) where var is a by-value (moved) closure capture\nimplicitly makes the promise that the closure itself is pinned, and that all uses\nof this closure capture respect that pinning.

\n\n
use std::pin::Pin;\nuse std::task::Context;\nuse std::future::Future;\n\nfn move_pinned_closure(mut x: impl Future, cx: &mut Context<'_>) {\n    // Create a closure that moves `x`, and then internally uses it in a pinned way.\n    let mut closure = move || unsafe {\n        let _ignore = Pin::new_unchecked(&mut x).poll(cx);\n    };\n    // Call the closure, so the future can assume it has been pinned.\n    closure();\n    // Move the closure somewhere else. This also moves `x`!\n    let mut moved = closure;\n    // Calling it again means we polled the future from two different locations,\n    // violating the pinning API contract.\n    moved(); // Potential UB ⚠️\n}
\n

When passing a closure to another API, it might be moving the closure any time, so\nPin::new_unchecked on closure captures may only be used if the API explicitly documents\nthat the closure is pinned.

\n

The better alternative is to avoid all that trouble and do the pinning in the outer function\ninstead (here using the pin! macro):

\n\n
use std::pin::pin;\nuse std::task::Context;\nuse std::future::Future;\n\nfn move_pinned_closure(mut x: impl Future, cx: &mut Context<'_>) {\n    let mut x = pin!(x);\n    // Create a closure that captures `x: Pin<&mut _>`, which is safe to move.\n    let mut closure = move || {\n        let _ignore = x.as_mut().poll(cx);\n    };\n    // Call the closure, so the future can assume it has been pinned.\n    closure();\n    // Move the closure somewhere else.\n    let mut moved = closure;\n    // Calling it again here is fine (except that we might be polling a future that already\n    // returned `Poll::Ready`, but that is a separate problem).\n    moved();\n}
\n
1.33.0 · source

pub fn as_ref(&self) -> Pin<&<Ptr as Deref>::Target>

Gets a shared reference to the pinned value this Pin points to.

\n

This is a generic method to go from &Pin<Pointer<T>> to Pin<&T>.\nIt is safe because, as part of the contract of Pin::new_unchecked,\nthe pointee cannot move after Pin<Pointer<T>> got created.\n“Malicious” implementations of Pointer::Deref are likewise\nruled out by the contract of Pin::new_unchecked.

\n
1.39.0 (const: unstable) · source

pub unsafe fn into_inner_unchecked(pin: Pin<Ptr>) -> Ptr

Unwraps this Pin<Ptr>, returning the underlying Ptr.

\n
§Safety
\n

This function is unsafe. You must guarantee that you will continue to\ntreat the pointer Ptr as pinned after you call this function, so that\nthe invariants on the Pin type can be upheld. If the code using the\nresulting Ptr does not continue to maintain the pinning invariants that\nis a violation of the API contract and may lead to undefined behavior in\nlater (safe) operations.

\n

Note that you must be able to guarantee that the data pointed to by Ptr\nwill be treated as pinned all the way until its drop handler is complete!

\n

For more information, see the pin module docs

\n

If the underlying data is Unpin, Pin::into_inner should be used\ninstead.

\n
",0,"maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<Ptr> Pin<Ptr>
where\n Ptr: DerefMut,

1.33.0 · source

pub fn as_mut(&mut self) -> Pin<&mut <Ptr as Deref>::Target>

Gets a mutable reference to the pinned value this Pin<Ptr> points to.

\n

This is a generic method to go from &mut Pin<Pointer<T>> to Pin<&mut T>.\nIt is safe because, as part of the contract of Pin::new_unchecked,\nthe pointee cannot move after Pin<Pointer<T>> got created.\n“Malicious” implementations of Pointer::DerefMut are likewise\nruled out by the contract of Pin::new_unchecked.

\n

This method is useful when doing multiple calls to functions that consume the\npinning pointer.

\n
§Example
\n
use std::pin::Pin;\n\nimpl Type {\n    fn method(self: Pin<&mut Self>) {\n        // do something\n    }\n\n    fn call_method_twice(mut self: Pin<&mut Self>) {\n        // `method` consumes `self`, so reborrow the `Pin<&mut Self>` via `as_mut`.\n        self.as_mut().method();\n        self.as_mut().method();\n    }\n}
\n
1.33.0 · source

pub fn set(&mut self, value: <Ptr as Deref>::Target)
where\n <Ptr as Deref>::Target: Sized,

Assigns a new value to the memory location pointed to by the Pin<Ptr>.

\n

This overwrites pinned data, but that is okay: the original pinned value’s destructor gets\nrun before being overwritten and the new value is also a valid value of the same type, so\nno pinning invariant is violated. See the pin module documentation\nfor more information on how this upholds the pinning invariants.

\n
§Example
\n
use std::pin::Pin;\n\nlet mut val: u8 = 5;\nlet mut pinned: Pin<&mut u8> = Pin::new(&mut val);\nprintln!(\"{}\", pinned); // 5\npinned.set(10);\nprintln!(\"{}\", pinned); // 10
\n
",0,"maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Pointer for Pin<Ptr>
where\n Ptr: Pointer,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter.
","Pointer","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Read for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: Read,

§

fn poll_read(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: ReadBufCursor<'_>\n) -> Poll<Result<(), Error>>

Attempts to read bytes into the buf. Read more
","Read","maplibre::io::apc::AsyncProcedureFuture"],["
source§

impl<T, U> SerializeAs<Pin<Box<T>>> for Pin<Box<U>>
where\n U: SerializeAs<T>,

source§

fn serialize_as<S>(\n source: &Pin<Box<T>>,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer.
","SerializeAs>>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P, Item> Sink<Item> for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: Sink<Item>,

§

type Error = <<P as Deref>::Target as Sink<Item>>::Error

The type of value produced by the sink when an error occurs.
§

fn poll_ready(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Pin<P> as Sink<Item>>::Error>>

Attempts to prepare the Sink to receive a value. Read more
§

fn start_send(\n self: Pin<&mut Pin<P>>,\n item: Item\n) -> Result<(), <Pin<P> as Sink<Item>>::Error>

Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Pin<P> as Sink<Item>>::Error>>

Flush any remaining output from this sink. Read more
§

fn poll_close(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Pin<P> as Sink<Item>>::Error>>

Flush any remaining output and close this sink, if necessary. Read more
","Sink","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Stream for Pin<P>
where\n P: DerefMut + Unpin,\n <P as Deref>::Target: Stream,

§

type Item = <<P as Deref>::Target as Stream>::Item

Values yielded by the stream.
§

fn poll_next(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Pin<P> as Stream>::Item>>

Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more
","Stream","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin<Box<F>>
where\n F: Future<Output = T> + 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<'a, T> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + 'a>>
where\n T: 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<'a, T> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + Send + 'a>>
where\n T: 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","maplibre::io::apc::AsyncProcedureFuture"],["
§

impl<P> Write for Pin<P>
where\n P: DerefMut,\n <P as Deref>::Target: Write,

§

fn poll_write(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the destination. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers.
§

fn is_write_vectored(&self) -> bool

Returns whether this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object. Read more
§

fn poll_shutdown(\n self: Pin<&mut Pin<P>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to shut down this writer.
","Write","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr, U> CoerceUnsized<Pin<U>> for Pin<Ptr>
where\n Ptr: CoerceUnsized<U>,

","CoerceUnsized>","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr> Copy for Pin<Ptr>
where\n Ptr: Copy,

","Copy","maplibre::io::apc::AsyncProcedureFuture"],["
1.33.0 · source§

impl<Ptr, U> DispatchFromDyn<Pin<U>> for Pin<Ptr>
where\n Ptr: DispatchFromDyn<U>,

","DispatchFromDyn>","maplibre::io::apc::AsyncProcedureFuture"],["
1.41.0 · source§

impl<Ptr> Eq for Pin<Ptr>
where\n Ptr: Deref,\n <Ptr as Deref>::Target: Eq,

","Eq","maplibre::io::apc::AsyncProcedureFuture"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file