Struct AsciiParser

struct AsciiParser

Only allow parsing 7-bit ASCII

Implementations

impl CharAccumulator for AsciiParser

fn add(self: &mut Self, _byte: u8) -> Option<char>

impl Clone for AsciiParser

fn clone(self: &Self) -> AsciiParser

impl Debug for AsciiParser

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Default for AsciiParser

fn default() -> AsciiParser

impl Eq for AsciiParser

impl Freeze for AsciiParser

impl PartialEq for AsciiParser

fn eq(self: &Self, other: &AsciiParser) -> bool

impl RefUnwindSafe for AsciiParser

impl Send for AsciiParser

impl StructuralPartialEq for AsciiParser

impl Sync for AsciiParser

impl Unpin for AsciiParser

impl UnsafeUnpin for AsciiParser

impl UnwindSafe for AsciiParser

impl<T> Any for AsciiParser

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for AsciiParser

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for AsciiParser

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

impl<T> CloneToUninit for AsciiParser

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for AsciiParser

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for AsciiParser

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for AsciiParser

fn into(self: Self) -> U

Calls U::from(self).

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

impl<T, U> TryFrom for AsciiParser

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

impl<T, U> TryInto for AsciiParser

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