Struct parity_wasm::elements::CountedListWriter [−][src]
pub struct CountedListWriter<I: Serialize<Error = Error>, T: IntoIterator<Item = I>>(pub usize, pub T);
Helper struct to write series of T
preceded by the length of the sequence
serialized as VarUint32.
Trait Implementations
impl<I: Clone + Serialize<Error = Error>, T: Clone + IntoIterator<Item = I>> Clone for CountedListWriter<I, T>
[src]
impl<I: Clone + Serialize<Error = Error>, T: Clone + IntoIterator<Item = I>> Clone for CountedListWriter<I, T>
[src]fn clone(&self) -> CountedListWriter<I, T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<I: Debug + Serialize<Error = Error>, T: Debug + IntoIterator<Item = I>> Debug for CountedListWriter<I, T>
[src]
impl<I: Debug + Serialize<Error = Error>, T: Debug + IntoIterator<Item = I>> Debug for CountedListWriter<I, T>
[src]Auto Trait Implementations
impl<I, T> RefUnwindSafe for CountedListWriter<I, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<I, T> Send for CountedListWriter<I, T> where
T: Send,
T: Send,
impl<I, T> Sync for CountedListWriter<I, T> where
T: Sync,
T: Sync,
impl<I, T> Unpin for CountedListWriter<I, T> where
T: Unpin,
T: Unpin,
impl<I, T> UnwindSafe for CountedListWriter<I, T> where
T: UnwindSafe,
T: UnwindSafe,