Struct DecodeString

Source
pub struct DecodeString;

Trait Implementations§

Source§

impl<I> TranscoderImpl<DecodeString, I> for Arabic
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for AsciiQuotes
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for AtariST
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Celtic
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for CentralEuropean
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp037
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1006
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1026
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1250
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1251
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1252
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1253
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1254
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1255
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1256
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1267
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp1268
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp424
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp437
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp500
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp737
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp775
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp850
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp852
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp855
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp856
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp857
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp860
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp861
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp862
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp863
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp864
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp865
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp866
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp869
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp874
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp874
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cp875
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Croatian
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Cyrillic
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Dingbats
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Farsi
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Gaelic
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Greek
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iceland
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Inuit
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_1
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_10
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_11
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_13
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_14
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_15
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_16
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_2
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_3
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_4
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_5
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_6
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_7
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_8
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Iso8859_9
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Koi8R
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Koi8U
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Kz1048
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for NextStep
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Roman
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Romanian
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Standard
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Std
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Symbol
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Turkish
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Utf16BE
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for Utf16LE
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl<I> TranscoderImpl<DecodeString, I> for ZapfDingbats
where I: Pullable<Item = u8>,

Source§

fn transcode( &self, input: &mut PullBuffer<I>, output: &mut PushBuffer<'_, char>, )

Source§

impl TranscoderKind for DecodeString

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.