pub struct Nodes<'a, T: 'a> { /* private fields */ }
Expand description
Iterator over nodes in insert order.
Trait Implementations§
Source§impl<'a, 'b: 'a, T: 'a> IntoIterator for &'b Nodes<'a, T>
impl<'a, 'b: 'a, T: 'a> IntoIterator for &'b Nodes<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for Nodes<'a, T>
impl<'a, T> !RefUnwindSafe for Nodes<'a, T>
impl<'a, T> !Send for Nodes<'a, T>
impl<'a, T> !Sync for Nodes<'a, T>
impl<'a, T> Unpin for Nodes<'a, T>
impl<'a, T> !UnwindSafe for Nodes<'a, T>
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