Struct anstyle_parse::Utf8Parser
source · pub struct Utf8Parser { /* private fields */ }
Expand description
Allow parsing UTF-8
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 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 ==
.impl Eq for Utf8Parser
impl StructuralEq for Utf8Parser
impl StructuralPartialEq for Utf8Parser
Auto Trait Implementations§
impl RefUnwindSafe for Utf8Parser
impl Send for Utf8Parser
impl Sync for Utf8Parser
impl Unpin for Utf8Parser
impl UnwindSafe for Utf8Parser
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