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