Struct NodeComponentIterator
pub struct NodeComponentIterator(/* private fields */);Methods from Deref<Target = PtrIterator>§
Trait Implementations§
§impl Deref for NodeComponentIterator
impl Deref for NodeComponentIterator
§type Target = PtrIterator
type Target = PtrIterator
The resulting type after dereferencing.
§fn deref(&self) -> &<NodeComponentIterator as Deref>::Target
fn deref(&self) -> &<NodeComponentIterator as Deref>::Target
Dereferences the value.
§impl UnsafeIterator for NodeComponentIterator
impl UnsafeIterator for NodeComponentIterator
type Item<'a> = Weak<NodeComponent>
§unsafe fn next(
&mut self,
) -> Result<Option<<NodeComponentIterator as UnsafeIterator>::Item<'static>>, Error>
unsafe fn next( &mut self, ) -> Result<Option<<NodeComponentIterator as UnsafeIterator>::Item<'static>>, Error>
Advances the iterator and returns the next value. Read more
Auto Trait Implementations§
impl Freeze for NodeComponentIterator
impl RefUnwindSafe for NodeComponentIterator
impl !Send for NodeComponentIterator
impl !Sync for NodeComponentIterator
impl Unpin for NodeComponentIterator
impl UnwindSafe for NodeComponentIterator
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