pub struct OwnedNodeIterator { /* private fields */ }
Expand description
Iterator over a Continuum
Trait Implementations§
Source§impl BackendIter for OwnedNodeIterator
impl BackendIter for OwnedNodeIterator
Auto Trait Implementations§
impl Freeze for OwnedNodeIterator
impl !RefUnwindSafe for OwnedNodeIterator
impl Send for OwnedNodeIterator
impl Sync for OwnedNodeIterator
impl Unpin for OwnedNodeIterator
impl !UnwindSafe for OwnedNodeIterator
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