[][src]Struct hash_roll::ram::RamIncr

pub struct RamIncr { /* fields omitted */ }

Trait Implementations

impl ChunkIncr for RamIncr[src]

impl Clone for RamIncr[src]

impl Debug for RamIncr[src]

impl Eq for RamIncr[src]

impl<'_> From<&'_ Ram> for RamIncr[src]

impl PartialEq<RamIncr> for RamIncr[src]

impl StructuralEq for RamIncr[src]

impl StructuralPartialEq for RamIncr[src]

Auto Trait Implementations

impl RefUnwindSafe for RamIncr

impl Send for RamIncr

impl Sync for RamIncr

impl Unpin for RamIncr

impl UnwindSafe for RamIncr

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.