pub struct ListHead { /* private fields */ }Expand description
Wrapper class to make handling empty lists easier
Trait Implementations§
impl Eq for ListHead
impl StructuralPartialEq for ListHead
Auto Trait Implementations§
impl Freeze for ListHead
impl RefUnwindSafe for ListHead
impl Send for ListHead
impl Sync for ListHead
impl Unpin for ListHead
impl UnwindSafe for ListHead
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