Struct linked_list::unsafe_list::Links
source · pub struct Links<T: ?Sized>(/* private fields */);
Expand description
Links of a linked list.
List entries need one of these per concurrent list.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Links<T>
impl<T> !Unpin for Links<T>
impl<T: ?Sized> UnwindSafe for Links<T>where
T: RefUnwindSafe,
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