Struct alpm::AlpmListMut
source · pub struct AlpmListMut<T: IntoAlpmListItem> { /* private fields */ }
Implementations§
source§impl<'a, T: IntoAlpmListItem + BorrowAlpmListItem<'a>> AlpmListMut<T>
impl<'a, T: IntoAlpmListItem + BorrowAlpmListItem<'a>> AlpmListMut<T>
source§impl<T: IntoAlpmListItem> AlpmListMut<T>
impl<T: IntoAlpmListItem> AlpmListMut<T>
source§impl<T: IntoAlpmListItem> AlpmListMut<T>
impl<T: IntoAlpmListItem> AlpmListMut<T>
Trait Implementations§
source§impl<'a, T: IntoAlpmListItem + BorrowAlpmListItem<'a>> Debug for AlpmListMut<T>where
T::Borrow: Debug,
impl<'a, T: IntoAlpmListItem + BorrowAlpmListItem<'a>> Debug for AlpmListMut<T>where
T::Borrow: Debug,
source§impl<T: IntoAlpmListItem> Drop for AlpmListMut<T>
impl<T: IntoAlpmListItem> Drop for AlpmListMut<T>
source§impl<T: IntoAlpmListPtr> Extend<T> for AlpmListMut<T::Output>
impl<T: IntoAlpmListPtr> Extend<T> for AlpmListMut<T::Output>
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<T: IntoAlpmListPtr> FromIterator<T> for AlpmListMut<T::Output>
impl<T: IntoAlpmListPtr> FromIterator<T> for AlpmListMut<T::Output>
source§fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
Creates a value from an iterator. Read more
source§impl<'a, T> IntoIterator for &'a AlpmListMut<T>where
T: BorrowAlpmListItem<'a> + IntoAlpmListItem,
impl<'a, T> IntoIterator for &'a AlpmListMut<T>where
T: BorrowAlpmListItem<'a> + IntoAlpmListItem,
source§impl<T: IntoAlpmListItem> IntoIterator for AlpmListMut<T>
impl<T: IntoAlpmListItem> IntoIterator for AlpmListMut<T>
impl<'b, T: IntoAlpmListItem + BorrowAlpmListItem<'b>> AsAlpmList<<T as BorrowAlpmListItem<'b>>::Borrow> for &AlpmListMut<T>
impl<'b, T: IntoAlpmListItem + BorrowAlpmListItem<'b>> AsAlpmList<<T as BorrowAlpmListItem<'b>>::Borrow> for AlpmListMut<T>
impl<T: IntoAlpmListItem + Send> Send for AlpmListMut<T>
impl<T: IntoAlpmListItem + Sync> Sync for AlpmListMut<T>
Auto Trait Implementations§
impl<T> Freeze for AlpmListMut<T>
impl<T> RefUnwindSafe for AlpmListMut<T>where
T: RefUnwindSafe,
impl<T> Unpin for AlpmListMut<T>where
T: Unpin,
impl<T> UnwindSafe for AlpmListMut<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