pub struct Utf8Parser { /* private fields */ }
Available on crate feature
utf8
only.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
impl Eq for Utf8Parser
impl StructuralPartialEq for Utf8Parser
Auto Trait Implementations§
impl Freeze for Utf8Parser
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)