pub struct Link { /* private fields */ }Expand description
Link is an intrusive structure in a doubly-linked list.
Links are address-sensitive and cannot be moved once inserted into a list.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Link
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnsafeUnpin for Link
impl UnwindSafe for Link
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