pub enum NativeSyntaxIterator {
Ancestors(RefCell<MaybeReversed<NativeAncestors>>),
Previous(),
Following(),
Siblings(),
Children(RefCell<MaybeReversed<NativeChildren>>),
Descendants(),
}
Variants§
Ancestors(RefCell<MaybeReversed<NativeAncestors>>)
Previous()
Following()
Siblings()
Children(RefCell<MaybeReversed<NativeChildren>>)
Descendants()
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NativeSyntaxIterator
impl !RefUnwindSafe for NativeSyntaxIterator
impl !Send for NativeSyntaxIterator
impl !Sync for NativeSyntaxIterator
impl Unpin for NativeSyntaxIterator
impl !UnwindSafe for NativeSyntaxIterator
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