pub struct SortedLinkedList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for SortedLinkedList
impl Default for SortedLinkedList
Auto Trait Implementations§
impl Freeze for SortedLinkedList
impl RefUnwindSafe for SortedLinkedList
impl Send for SortedLinkedList
impl Sync for SortedLinkedList
impl Unpin for SortedLinkedList
impl UnsafeUnpin for SortedLinkedList
impl UnwindSafe for SortedLinkedList
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