pub struct AnyAttribute(/* private fields */);
Expand description
Prepared key-value pair used to specify a custom attribute for input tokens and is used internally for collecting attribute assignments.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyAttribute
impl !RefUnwindSafe for AnyAttribute
impl !Send for AnyAttribute
impl !Sync for AnyAttribute
impl Unpin for AnyAttribute
impl !UnwindSafe for AnyAttribute
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