[][src]Struct swim_codec::input::Utf8Input

pub struct Utf8Input<I: Input<Token = u8>> { /* fields omitted */ }

Methods

impl<I: Input<Token = u8>> Utf8Input<I>[src]

pub const fn new(input: I) -> Self[src]

pub fn more(&mut self, input: I)[src]

Trait Implementations

impl<I: Input<Token = u8>> Input for Utf8Input<I>[src]

type Token = char

fn is_in(&mut self) -> bool[src]

fn is_out(&mut self) -> bool[src]

fn is_over(&mut self) -> bool[src]

Important traits for InputIterator<I>
fn into_iter(self) -> InputIterator<Self> where
    Self: Sized
[src]

impl<I: OffsetInput<Token = u8>> OffsetInput for Utf8Input<I>[src]

impl<I: PartialEq + Input<Token = u8>> PartialEq<Utf8Input<I>> for Utf8Input<I>[src]

impl<I: Eq + Input<Token = u8>> Eq for Utf8Input<I>[src]

impl<I: Debug + Input<Token = u8>> Debug for Utf8Input<I>[src]

impl<I: Copy + Input<Token = u8>> Copy for Utf8Input<I>[src]

impl<I: Clone + Input<Token = u8>> Clone for Utf8Input<I>[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<I> Send for Utf8Input<I> where
    I: Send

impl<I> Sync for Utf8Input<I> where
    I: Sync

Blanket Implementations

impl<I> AsInput for I where
    I: Input
[src]

type Token = <I as Input>::Token

type AsIn = I

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]