Struct select::selection::Selection [] [src]

pub struct Selection<'a> { /* fields omitted */ }

Methods

impl<'a> Selection<'a>
[src]

Trait Implementations

impl<'a> Clone for Selection<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Selection<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Selection<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'sel, 'doc> IntoIterator for &'sel Selection<'doc>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more