[][src]Struct debruijn::kmer::K6

pub struct K6;

Marker trait for generating K=6 Kmers

Trait Implementations

impl Clone for K6[src]

impl Copy for K6[src]

impl Debug for K6[src]

impl Eq for K6[src]

impl Hash for K6[src]

impl KmerSize for K6[src]

impl Ord for K6[src]

impl PartialEq<K6> for K6[src]

impl PartialOrd<K6> for K6[src]

impl StructuralEq for K6[src]

impl StructuralPartialEq for K6[src]

Auto Trait Implementations

impl RefUnwindSafe for K6

impl Send for K6

impl Sync for K6

impl Unpin for K6

impl UnwindSafe for K6

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.