[−][src]Struct swim_codec::output::Utf8Output
Methods
impl<O: Output<Token = u8>> Utf8Output<O>
[src]
Trait Implementations
impl<O: Output<Token = u8>> Output for Utf8Output<O>
[src]
type Token = char
type Out = O::Out
type Err = O::Err
fn is_full(&self) -> bool
[src]
fn push(&mut self, c: char)
[src]
fn take_out(self) -> Result<O::Out, O::Err>
[src]
impl<O: PartialEq + Output<Token = u8>> PartialEq<Utf8Output<O>> for Utf8Output<O>
[src]
fn eq(&self, other: &Utf8Output<O>) -> bool
[src]
fn ne(&self, other: &Utf8Output<O>) -> bool
[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]
fn clone(&self) -> 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,
O: Send,
impl<O> Sync for Utf8Output<O> where
O: Sync,
O: Sync,
Blanket Implementations
impl<O> IntoOutput for O where
O: Output,
[src]
O: Output,
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,