[][src]Struct preexplorer::sequence::comparison::Sequences

pub struct Sequences<T> where
    T: Display + Clone
{ /* fields omitted */ }

Comparison counter part of Sequence struct.

Methods

impl<T> Sequences<T> where
    T: Display + Clone
[src]

pub fn new<I>(data_set: I) -> Sequences<T> where
    I: IntoIterator<Item = Sequence<T>>, 
[src]

Trait Implementations

impl<T> Comparison<Sequence<T>> for Sequences<T> where
    T: Display + Clone
[src]

impl<T> Configurable for Sequences<T> where
    T: Display + Clone
[src]

impl<T: Debug> Debug for Sequences<T> where
    T: Display + Clone
[src]

impl<T> From<Sequence<T>> for Sequences<T> where
    T: Display + Clone
[src]

impl<T: PartialEq> PartialEq<Sequences<T>> for Sequences<T> where
    T: Display + Clone
[src]

impl<T> Plotable for Sequences<T> where
    T: Display + Clone
[src]

impl<T> Saveable for Sequences<T> where
    T: Display + Clone
[src]

impl<T> StructuralPartialEq for Sequences<T> where
    T: Display + Clone
[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Sequences<T> where
    T: RefUnwindSafe

impl<T> Send for Sequences<T> where
    T: Send

impl<T> Sync for Sequences<T> where
    T: Sync

impl<T> Unpin for Sequences<T> where
    T: Unpin

impl<T> UnwindSafe for Sequences<T> where
    T: UnwindSafe

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<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.