pub(crate) struct VecAttr<'c, T> {
cx: &'c Ctxt,
name: Symbol,
first_dup_tokens: TokenStream,
values: Vec<T>,
}
Fields§
§cx: &'c Ctxt
§name: Symbol
§first_dup_tokens: TokenStream
§values: Vec<T>
Implementations§
Auto Trait Implementations§
impl<'c, T> Freeze for VecAttr<'c, T>
impl<'c, T> !RefUnwindSafe for VecAttr<'c, T>
impl<'c, T> !Send for VecAttr<'c, T>
impl<'c, T> !Sync for VecAttr<'c, T>
impl<'c, T> Unpin for VecAttr<'c, T>where
T: Unpin,
impl<'c, T> !UnwindSafe for VecAttr<'c, T>
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