pub struct AttributeEntry(/* private fields */);Expand description
Represents all of the AttributeGroups associated with some function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttributeEntry
impl RefUnwindSafe for AttributeEntry
impl Send for AttributeEntry
impl Sync for AttributeEntry
impl Unpin for AttributeEntry
impl UnwindSafe for AttributeEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more