[][src]Struct gchemol_parser::Bunches

pub struct Bunches<F, R> where
    F: Fn(&str) -> bool,
    R: BufRead
{ /* fields omitted */ }

Trait Implementations

impl<F, R> Iterator for Bunches<F, R> where
    F: Fn(&str) -> bool,
    R: BufRead
[src]

type Item = Vec<String>

The type of the elements being iterated over.

Auto Trait Implementations

impl<F, R> !RefUnwindSafe for Bunches<F, R>

impl<F, R> Send for Bunches<F, R> where
    F: Send,
    R: Send

impl<F, R> Sync for Bunches<F, R> where
    F: Sync,
    R: Sync

impl<F, R> Unpin for Bunches<F, R> where
    F: Unpin,
    R: Unpin

impl<F, R> !UnwindSafe for Bunches<F, R>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> Itertools for T where
    T: Iterator + ?Sized
[src]

impl<T> ParallelBridge for T where
    T: Send + Iterator,
    <T as Iterator>::Item: Send
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.