Type Alias anstyle_parse::DefaultCharAccumulator
source · pub type DefaultCharAccumulator = Utf8Parser;
Expand description
Most flexible CharAccumulator
for Parser
based on active features
Aliased Type§
struct DefaultCharAccumulator { /* private fields */ }
Trait Implementations§
source§impl CharAccumulator for Utf8Parser
impl CharAccumulator for Utf8Parser
source§impl Clone for Utf8Parser
impl Clone for Utf8Parser
source§fn clone(&self) -> Utf8Parser
fn clone(&self) -> Utf8Parser
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 Utf8Parser
impl Debug for Utf8Parser
source§impl Default for Utf8Parser
impl Default for Utf8Parser
source§fn default() -> Utf8Parser
fn default() -> Utf8Parser
Returns the “default value” for a type. Read more
source§impl PartialEq<Utf8Parser> for Utf8Parser
impl PartialEq<Utf8Parser> for Utf8Parser
source§fn eq(&self, other: &Utf8Parser) -> bool
fn eq(&self, other: &Utf8Parser) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.