Expand description
Implementation of the #[autoimpl]
attribute
Structs§
- ForDeref
- Autoimpl for types supporting
Deref
- Impl
Args - Arguments passed to
ImplTrait
implementation methods - Impl
AsMut - Implement
core::convert::AsMut
- Impl
AsRef - Implement
core::convert::AsRef
- Impl
Borrow - Implement
core::borrow::Borrow
- Impl
Borrow Mut - Implement
core::borrow::BorrowMut
- Impl
Clone - Implement
core::clone::Clone
- Impl
Copy - Implement
core::marker::Copy
- Impl
Debug - Implement
core::fmt::Debug
- Impl
Default - Implement
core::default::Default
- Impl
Deref - Implement
core::ops::Deref
- Impl
Deref Mut - Implement
core::ops::DerefMut
- ImplEq
- Implement
core::cmp::Eq
- Impl
Hash - Implement
core::hash::Hash
- ImplOrd
- Implement
core::cmp::Ord
- Impl
Partial Eq - Implement
core::cmp::PartialEq
- Impl
Partial Ord - Implement
core::cmp::PartialOrd
- Impl
Traits - Autoimpl for trait targets
Enums§
Constants§
- STD_
IMPLS - List of all builtin trait implementations
Traits§
- Impl
Trait - Trait required by extensions
Type Aliases§
- Result
- Result type