[][src]Struct debruijn::kmer::K48

pub struct K48;

Marker struct for generating K=48 Kmers

Trait Implementations

impl Clone for K48[src]

impl Copy for K48[src]

impl Debug for K48[src]

impl Eq for K48[src]

impl Hash for K48[src]

impl KmerSize for K48[src]

impl Ord for K48[src]

impl PartialEq<K48> for K48[src]

impl PartialOrd<K48> for K48[src]

impl StructuralEq for K48[src]

impl StructuralPartialEq for K48[src]

Auto Trait Implementations

impl RefUnwindSafe for K48

impl Send for K48

impl Sync for K48

impl Unpin for K48

impl UnwindSafe for K48

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.