Struct kernel::collections::list::List
source · pub struct List<'a, T: 'a + ?Sized + ListNode<'a, T>> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, T> !Freeze for List<'a, T>
impl<'a, T> !RefUnwindSafe for List<'a, T>
impl<'a, T> Send for List<'a, T>
impl<'a, T> !Sync for List<'a, T>
impl<'a, T> Unpin for List<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for List<'a, T>where
T: RefUnwindSafe + ?Sized,
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