Struct attr_parser_fn::meta::List
source · pub struct List<P>(/* private fields */)
where
P: ParseAttrTrait;Trait Implementations§
source§impl<P> ParseMetaUnnamed for List<P>where
P: ParseAttrTrait,
impl<P> ParseMetaUnnamed for List<P>where
P: ParseAttrTrait,
Auto Trait Implementations§
impl<P> Freeze for List<P>
impl<P> RefUnwindSafe for List<P>
impl<P> Send for List<P>
impl<P> Sync for List<P>
impl<P> Unpin for List<P>
impl<P> UnwindSafe for List<P>
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