[][src]Struct fast_rustc_ap_serialize::opaque::Encoder

pub struct Encoder {
    pub data: Vec<u8>,
}

Fields

data: Vec<u8>

Methods

impl Encoder[src]

pub fn new(data: Vec<u8>) -> Encoder[src]

pub fn into_inner(self) -> Vec<u8>[src]

pub fn emit_raw_bytes(&mut self, s: &[u8])[src]

impl Encoder[src]

pub fn position(&self) -> usize[src]

Trait Implementations

impl Encoder for Encoder[src]

type Error = !

Auto Trait Implementations

impl RefUnwindSafe for Encoder

impl Send for Encoder

impl Sync for Encoder

impl Unpin for Encoder

impl UnwindSafe for Encoder

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.