[][src]Struct tree_buf::internal::reader_writer::VecWriterStream

pub struct VecWriterStream<'a, O> { /* fields omitted */ }

Methods

impl<'a, O: EncodeOptions> VecWriterStream<'a, O>[src]

pub fn new(
    bytes: &'a mut Vec<u8>,
    lens: &'a mut Vec<usize>,
    options: &'a O
) -> Self
[src]

Trait Implementations

impl<'a, O: EncodeOptions> WriterStream for VecWriterStream<'a, O>[src]

type Options = O

Auto Trait Implementations

impl<'a, O> RefUnwindSafe for VecWriterStream<'a, O> where
    O: RefUnwindSafe

impl<'a, O> Send for VecWriterStream<'a, O> where
    O: Sync

impl<'a, O> Sync for VecWriterStream<'a, O> where
    O: Sync

impl<'a, O> Unpin for VecWriterStream<'a, O>

impl<'a, O> !UnwindSafe for VecWriterStream<'a, O>

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, 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.