Type Alias anstyle_parse::DefaultCharAccumulator
source · pub type DefaultCharAccumulator = Utf8Parser;
Aliased Type§
struct DefaultCharAccumulator { /* private fields */ }
Trait Implementations
impl StructuralPartialEq for Utf8Parser
impl StructuralEq for Utf8Parser
source§impl CharAccumulator for Utf8Parser
impl CharAccumulator for Utf8Parser
source§impl Debug for Utf8Parser
impl Debug for Utf8Parser
source§impl PartialEq for Utf8Parser
impl PartialEq 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 ==
.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 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 more