Docs.rs
impl-more-0.1.1
impl-more 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
robjtede
Dependencies
static_assertions ^1.1
dev
Versions
100%
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
☰
Crate impl_more
Version 0.1.1
All Items
Macros
?
Crate
impl_more
source
·
[
−
]
Expand description
Concise trait implementations.
Macros
forward_deref_and_mut
Implements
Deref
and
DerefMut
by forwarding through an inner field’s implementation.
impl_as_mut
Implement
AsMut
for a struct.
impl_as_ref
Implement
AsRef
for a struct.
impl_deref
Implement
Deref
for a struct.
impl_deref_and_mut
Implements
Deref
and
DerefMut
by forwarding through an inner field’s implementation.
impl_deref_mut
Implement
DerefMut
for a struct.
impl_display_enum
Implement
Display
for enums using a static string or format args for each variant.
impl_from
Implement
From
for a struct.
impl_into
Implement
Into
for a struct.