Docs.rs
geo-aid-0.4.0
geo-aid 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
DragonGamesStudios
Dependencies
clap ^4.5.7
normal
clap-markdown ^0.1.4
normal
crossterm ^0.27.0
normal
derive_recursive ^1.0.3
normal
geo_aid_derive ^0.1.5
normal
num-bigint ^0.4.5
normal
num-complex ^0.4.6
normal
num-derive ^0.4.2
normal
num-rational ^0.4.2
normal
num-traits ^0.2.19
normal
paste ^1.0
normal
rand ^0.8.5
normal
serde ^1.0.203
normal
serde_json ^1.0
normal
strsim ^0.11
normal
Versions
24.8%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
geo_aid
0.4.0
Reindex
Required Methods
reindex
Implementations on Foreign Types
Box<T>
Vec<T>
Implementors
In geo_aid::script::math
Trait
geo_aid
::
script
::
math
::
Reindex
Copy item path
source
·
[
−
]
pub trait Reindex { // Required method fn
reindex
(&mut self, map: &
IndexMap
); }
Required Methods
§
source
fn
reindex
(&mut self, map: &
IndexMap
)
Implementations on Foreign Types
§
source
§
impl<T:
Reindex
>
Reindex
for
Box
<T>
source
§
fn
reindex
(&mut self, map: &
IndexMap
)
source
§
impl<T:
Reindex
>
Reindex
for
Vec
<T>
source
§
fn
reindex
(&mut self, map: &
IndexMap
)
Implementors
§
source
§
impl
Reindex
for
Item
source
§
impl
Reindex
for
EntityKind
source
§
impl
Reindex
for
ExprKind
source
§
impl
Reindex
for
RuleKind
source
§
impl
Reindex
for
CircleItem
source
§
impl
Reindex
for
LineItem
source
§
impl
Reindex
for
PointItem
source
§
impl
Reindex
for
RayItem
source
§
impl
Reindex
for
SegmentItem
source
§
impl
Reindex
for
ProcNum
source
§
impl
Reindex
for
EntityId
source
§
impl
Reindex
for
Rule
source
§
impl
Reindex
for
VarIndex
source
§
impl
Reindex
for
CompExponent
source
§
impl<M>
Reindex
for
Expr
<M>