[][src]Struct debruijn::kmer::K30

pub struct K30;

Marker trait for generating K=30 Kmers

Trait Implementations

impl Clone for K30[src]

impl Copy for K30[src]

impl Debug for K30[src]

impl Eq for K30[src]

impl Hash for K30[src]

impl KmerSize for K30[src]

impl Ord for K30[src]

impl PartialEq<K30> for K30[src]

impl PartialOrd<K30> for K30[src]

impl StructuralEq for K30[src]

impl StructuralPartialEq for K30[src]

Auto Trait Implementations

impl RefUnwindSafe for K30

impl Send for K30

impl Sync for K30

impl Unpin for K30

impl UnwindSafe for K30

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.