Docs.rs
std-traits-0.1.0
std-traits 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tyilo
Dependencies
Versions
5.97%
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
std_
traits
0.1.0
Primitive
Implementations on Foreign Types
&T
&mut T
()
(T1, T2)
(T1,)
*const T
*mut T
[T; N]
[T]
bool
char
f32
f64
fn() -> R
fn(_: A1) -> R
fn(_: A1, _: A2) -> R
i128
i16
i32
i64
i8
isize
str
u128
u16
u32
u64
u8
usize
Implementors
In std_
traits::
primitive
std_traits
::
primitive
Trait
Primitive
Copy item path
source
pub trait Primitive { }
Implementations on Foreign Types
§
source
§
impl
Primitive
for
bool
source
§
impl
Primitive
for
char
source
§
impl
Primitive
for
f32
source
§
impl
Primitive
for
f64
source
§
impl
Primitive
for
i8
source
§
impl
Primitive
for
i16
source
§
impl
Primitive
for
i32
source
§
impl
Primitive
for
i64
source
§
impl
Primitive
for
i128
source
§
impl
Primitive
for
isize
source
§
impl
Primitive
for
str
source
§
impl
Primitive
for
u8
source
§
impl
Primitive
for
u16
source
§
impl
Primitive
for
u32
source
§
impl
Primitive
for
u64
source
§
impl
Primitive
for
u128
source
§
impl
Primitive
for
()
source
§
impl
Primitive
for
usize
source
§
impl<A1, A2, R>
Primitive
for
fn
(_: A1, _: A2) -> R
source
§
impl<A1, R>
Primitive
for
fn
(_: A1) -> R
source
§
impl<R>
Primitive
for
fn
() -> R
source
§
impl<T1, T2: ?
Sized
>
Primitive
for
(T1, T2)
source
§
impl<T1: ?
Sized
>
Primitive
for
(T1,)
source
§
impl<T>
Primitive
for
[T]
source
§
impl<T: ?
Sized
>
Primitive
for
*const T
source
§
impl<T: ?
Sized
>
Primitive
for
*mut T
source
§
impl<T: ?
Sized
>
Primitive
for
&T
source
§
impl<T: ?
Sized
>
Primitive
for
&mut T
source
§
impl<const N:
usize
, T>
Primitive
for
[T; N]
Implementors
§