[][src]Struct swim_codec::output::Utf8Output

pub struct Utf8Output<O: Output<Token = u8>> { /* fields omitted */ }

Methods

impl<O: Output<Token = u8>> Utf8Output<O>[src]

pub const fn new(output: O) -> Self[src]

Trait Implementations

impl<O: Output<Token = u8>> Output for Utf8Output<O>[src]

type Token = char

type Out = O::Out

type Err = O::Err

impl<O: PartialEq + Output<Token = u8>> PartialEq<Utf8Output<O>> for Utf8Output<O>[src]

impl<O: Eq + Output<Token = u8>> Eq for Utf8Output<O>[src]

impl<O: Debug + Output<Token = u8>> Debug for Utf8Output<O>[src]

impl<O: Copy + Output<Token = u8>> Copy for Utf8Output<O>[src]

impl<O: Clone + Output<Token = u8>> Clone for Utf8Output<O>[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<O> Send for Utf8Output<O> where
    O: Send

impl<O> Sync for Utf8Output<O> where
    O: Sync

Blanket Implementations

impl<O> IntoOutput for O where
    O: Output
[src]

type Token = <O as Output>::Token

type IntoOut = O

impl<T> From for 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, 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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