pub struct GeneratedAttrs(/* private fields */);Expand description
Type-erased generated-rule attributes stored only for rules that use them.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GeneratedAttrs
impl !Send for GeneratedAttrs
impl !Sync for GeneratedAttrs
impl !UnwindSafe for GeneratedAttrs
impl Freeze for GeneratedAttrs
impl Unpin for GeneratedAttrs
impl UnsafeUnpin for GeneratedAttrs
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