Struct heapless::sorted_linked_list::Node
source · pub struct Node<T, Idx> { /* private fields */ }
Expand description
A node in the SortedLinkedList
.
Auto Trait Implementations§
impl<T, Idx> Freeze for Node<T, Idx>
impl<T, Idx> RefUnwindSafe for Node<T, Idx>where
Idx: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, Idx> Send for Node<T, Idx>
impl<T, Idx> Sync for Node<T, Idx>
impl<T, Idx> Unpin for Node<T, Idx>
impl<T, Idx> UnwindSafe for Node<T, Idx>where
Idx: UnwindSafe,
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