[−][src]Struct parity_wasm::elements::CountedListWriter
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: Debug + Serialize<Error = Error>, T: Debug + IntoIterator<Item = I>> Debug for CountedListWriter<I, T>
[src][+]
impl<I: Serialize<Error = Error>, T: IntoIterator<Item = I>> Serialize 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,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,