pub struct AlpmList<'l, T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'l, T: IntoAlpmListItem> IntoIterator for AlpmList<'l, T>
impl<'l, T: IntoAlpmListItem> IntoIterator for AlpmList<'l, T>
impl<'l, T> AsAlpmList<T> for AlpmList<'l, T>
impl<T> Copy for AlpmList<'_, T>
impl<T: Send> Send for AlpmList<'_, T>
impl<T: Sync> Sync for AlpmList<'_, T>
Auto Trait Implementations§
impl<'l, T> Freeze for AlpmList<'l, T>
impl<'l, T> RefUnwindSafe for AlpmList<'l, T>where
T: RefUnwindSafe,
impl<'l, T> Unpin for AlpmList<'l, T>where
T: Unpin,
impl<'l, T> UnwindSafe for AlpmList<'l, T>where
T: UnwindSafe,
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