[][src]Struct merklist::RawList

pub struct RawList<D: Digest> { /* fields omitted */ }

Methods

impl<D: Digest> RawList<D>[src]

pub fn new_with_default(default_value: Vec<u8>) -> Self[src]

pub fn new() -> Self[src]

pub fn get(&self, index: NonZeroUsize) -> Option<Value<D>>[src]

pub fn set(&mut self, index: NonZeroUsize, set: Value<D>)[src]

Trait Implementations

impl<D: Debug + Digest> Debug for RawList<D> where
    D::OutputSize: Debug
[src]

Auto Trait Implementations

impl<D> Send for RawList<D> where
    <D as Digest>::OutputSize: ArrayLength<u8>, 

impl<D> Sync for RawList<D> where
    <D as Digest>::OutputSize: ArrayLength<u8>, 

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T[src]

type Output = T

Should always be Self