Docs.rs
geogebra-types-0.1.0
geogebra-types 0.1.0
Docs.rs crate page
MIT
25 September 2024
Links
Repository
crates.io
Source
Owners
SmakoszJan
Dependencies
num-traits ^0.2
normal
quick-xml ^0.36.1
normal
serde ^1.0.210
normal
serde_repr ^0.1.19
normal
zip ^2.2.0
normal
Versions
92.72%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
geogebra_
types
0.1.0
Object
Object Safety
Implementors
In crate geogebra_
types
geogebra_types
Trait
Object
Copy item path
source
pub trait Object:
Into
<
Expression
> { }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Object
for
Conic
source
§
impl
Object
for
Line
source
§
impl
Object
for
Point
source
§
impl
Object
for
Ray
source
§
impl
Object
for
Segment
source
§
impl<T:
Object
>
Object
for &
Var
<T>
source
§
impl<T:
Object
>
Object
for
Var
<T>