Expand description
Attributes analyzys and manipulation.
Re-exports§
pub use super::super::attr;
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module::prelude::*
.
Structs§
- Attributes
Inner - Attribute which is inner.
- Attributes
Outer - Represents a collection of outer attributes.
Traits§
- Attribute
Component - Trait for components of a structure aggregating attributes that can be constructed from a meta attribute.
Functions§
- has_
as_ mut - Checks if the given iterator of attributes contains an attribute named
as_mut
. - has_
debug - Checks if the given iterator of attributes contains an attribute named
debug
. - has_
deref - Checks if the given iterator of attributes contains an attribute named
deref
. - has_
deref_ mut - Checks if the given iterator of attributes contains an attribute named
deref_mut
. - has_
from - Checks if the given iterator of attributes contains an attribute named
from
. - has_
index_ mut - Checks if the given iterator of attributes contains an attribute named
index_mut
. - is_
standard - Checks if the given attribute name is a standard Rust attribute.