pub struct MetaList<P>(/* private fields */)
where
P: ParseMeta;Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for MetaList<P>
impl<P> RefUnwindSafe for MetaList<P>
impl<P> Send for MetaList<P>
impl<P> Sync for MetaList<P>
impl<P> Unpin for MetaList<P>
impl<P> UnwindSafe for MetaList<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