pub struct AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,{ /* private fields */ }Implementations§
Source§impl<'a, T> AlpmListMut<'a, T>
impl<'a, T> AlpmListMut<'a, T>
Source§impl<'a, T> AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
Source§impl<'a, T> AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
pub fn new(handle: &'a Alpm) -> AlpmListMut<'a, T>
Trait Implementations§
Source§impl<'a, T> Debug for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> Debug for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
Source§impl<'a, T> Deref for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> Deref for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
Source§impl<'a, T> Drop for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> Drop for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
Source§impl<'a, T> Extend<T> for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b> + Push<'a>,
impl<'a, T> Extend<T> for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b> + Push<'a>,
Source§fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I)
fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl<'a, 'b, T> IntoIterator for &'b AlpmListMut<'a, T>where
for<'c> T: IntoAlpmListItem<'a, 'c>,
impl<'a, 'b, T> IntoIterator for &'b AlpmListMut<'a, T>where
for<'c> T: IntoAlpmListItem<'a, 'c>,
Source§impl<'a, T> IntoIterator for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> IntoIterator for AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b>,
impl<'a, T> IntoRawAlpmList<'a, T> for &AlpmListMut<'a, T>where
for<'b> T: IntoAlpmListItem<'a, 'b> + AsAlpmListItemPtr<'a>,
Auto Trait Implementations§
impl<'a, T> Freeze for AlpmListMut<'a, T>
impl<'a, T> !RefUnwindSafe for AlpmListMut<'a, T>
impl<'a, T> !Send for AlpmListMut<'a, T>
impl<'a, T> !Sync for AlpmListMut<'a, T>
impl<'a, T> Unpin for AlpmListMut<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for AlpmListMut<'a, 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