pub struct AttributeGroups(/* private fields */);Expand description
Maps all attribute groups in an IR module.
Trait Implementations§
Source§impl Debug for AttributeGroups
impl Debug for AttributeGroups
Source§impl Default for AttributeGroups
impl Default for AttributeGroups
Source§fn default() -> AttributeGroups
fn default() -> AttributeGroups
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AttributeGroups
impl RefUnwindSafe for AttributeGroups
impl Send for AttributeGroups
impl Sync for AttributeGroups
impl Unpin for AttributeGroups
impl UnwindSafe for AttributeGroups
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