[−][src]Struct swim_codec::input::Utf8Input
Methods
impl<I: Input<Token = u8>> Utf8Input<I>
[src]
Trait Implementations
impl<I: Input<Token = u8>> Input for Utf8Input<I>
[src]
type Token = char
fn head(&mut self) -> Step<char>
[src]
fn step(&mut self)
[src]
fn over(&mut self)
[src]
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]
ⓘImportant traits for InputIterator<I>
Self: Sized,
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]
Auto Trait Implementations
Blanket Implementations
impl<I> AsInput for I where
I: Input,
[src]
I: Input,
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,