Struct anstyle_parse::AsciiParser
source · pub struct AsciiParser;
Expand description
Only allow parsing 7-bit ASCII
Trait Implementations§
source§impl CharAccumulator for AsciiParser
impl CharAccumulator for AsciiParser
source§impl Clone for AsciiParser
impl Clone for AsciiParser
source§fn clone(&self) -> AsciiParser
fn clone(&self) -> AsciiParser
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AsciiParser
impl Debug for AsciiParser
source§impl Default for AsciiParser
impl Default for AsciiParser
source§fn default() -> AsciiParser
fn default() -> AsciiParser
Returns the “default value” for a type. Read more
source§impl PartialEq for AsciiParser
impl PartialEq for AsciiParser
source§fn eq(&self, other: &AsciiParser) -> bool
fn eq(&self, other: &AsciiParser) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AsciiParser
impl StructuralEq for AsciiParser
impl StructuralPartialEq for AsciiParser
Auto Trait Implementations§
impl RefUnwindSafe for AsciiParser
impl Send for AsciiParser
impl Sync for AsciiParser
impl Unpin for AsciiParser
impl UnwindSafe for AsciiParser
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more