pub struct NodeList<'a> { /* private fields */ }Implementations§
Source§impl<'a> NodeList<'a>
impl<'a> NodeList<'a>
pub fn new(parser: NonNull<rbs_parser_t>, pointer: *mut rbs_node_list_t) -> Self
Sourcepub fn iter(&self) -> NodeListIter<'a> ⓘ
pub fn iter(&self) -> NodeListIter<'a> ⓘ
Returns an iterator over the nodes.
Auto Trait Implementations§
impl<'a> Freeze for NodeList<'a>
impl<'a> RefUnwindSafe for NodeList<'a>
impl<'a> !Send for NodeList<'a>
impl<'a> !Sync for NodeList<'a>
impl<'a> Unpin for NodeList<'a>
impl<'a> UnsafeUnpin for NodeList<'a>
impl<'a> !UnwindSafe for NodeList<'a>
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