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<'l, T> Copy for AlpmList<'l, T>
impl<'l, T: Send> Send for AlpmList<'l, T>
impl<'l, T: Sync> Sync for AlpmList<'l, 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